Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想建立一种机制来提取每日报告,该报告将从 GrayLog Server 向我们发送前 10 个错误(流式)。
我认为我们可以通过灰色日志 api 接口进行操作,但我不确定需要调用哪些 API 端点。
有人可以举个例子吗?
PS如果你看到这个问题不应该发布在堆栈溢出上,因为它不包含任何代码片段,那么版主请移到正确的位置。谢谢
我不认为现在 Graylog 提供任何这样的方法。所以我们通过对 Graylog 的弹性搜索发起直接查询来实现这一点。
或者你可以看看哨兵