elasticsearch watcher actions 日志索引名称是什么?

问题描述 投票:0回答:1

我创建了一个新的观察者定义。运行成功。

我找不到操作日志记录中写入的日志。 这些日志记录存储在哪个索引名中?

"actions": {
    "my-logging-action": {
        "logging": {
            "level": "warn",
            "text": "my-logging-action There has been no {{ctx.metadata.title}} request in the last {{ctx.metadata.interval_text}}."
        }
    }
}
elasticsearch kibana elk elasticsearch-watcher
1个回答
0
投票

它应该位于 .watches 索引下。

这里提到: elastic.co

以点开头的索引是隐藏索引。它们可以在以下位置找到:

Kibana -> 堆栈管理 -> 索引 -> 包括隐藏索引(顶部滑动条)

© www.soinside.com 2019 - 2024. All rights reserved.