Skip to content

Elastalert2 with .monitoring indexes #1287

Closed Locked Answered by jertel
justkind asked this question in Q&A
Discussion options

You must be logged in to vote

There is nothing in ElastAlert 2 that prevents access to hidden indexes (indexes that begin with a period). Below is my debug log output from querying the hidden .kibana* indices:

2023-10-11 21:28:49,484     INFO        elasticsearch POST http://192.168.41.12:9200/.kibana*/_search?_source_includes=%2A%2Ccreated_at&ignore_unavailable=true&scroll=30s&size=10000 [status:200 request:0.024s]
2023-10-11 21:28:49,484    DEBUG        elasticsearch > {"query":{"bool":{"filter":{"bool":{"must":[{"range":{"created_at":{"gt":"2023-10-11T21:08:49.451792Z","lte":"2023-10-11T21:28:49.451792Z"}}},{"term":{"type":"ui-metric"}}]}}}},"sort":[{"created_at":{"order":"asc"}}]}
2023-10-11 21:28:49,484    DEBUG …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@justkind
Comment options

Answer selected by justkind
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants