What is elasticsearch watcher actions logging index name?

42 Views Asked by At

I created a new watcher definition. It works successfully.

I cannot find the logs written in Actions logging. In which index name are these log records stored?

"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}}."
        }
    }
}
1

There are 1 best solutions below

0
Murat K. On

It should be under .watches index.

Here it is mentioned: elastic.co

The indices which begin with a dot are hidden indices. They can be found under:

Kibana -> Stack Management -> Indices -> Include hidden indices (Top slide bar)