Hello everyone,
I am trying to investigate one of my cluster, thus I am trying to setup the slowlogs so that I can monitor queries.
I modified my cluster settings as so :
"index.search.slowlog.threshold.query.trace": "0ms",
"index.search.slowlog.threshold.fetch.trace": "0ms",
"index.search.slowlog.level": "trace"
However I can't find where the logs are created.
I searched across all the indices in my cluster and in the logging and metrics cluster where I ship the metrics of that particular cluster but there's not any mention of slowlog nowhere.
Is that related to a setup problem or am I searching in the wrong place?
I am running ECE in v3.2.1 as well as elasticsearch v7.13
Thank you.