Skip to content

Commit

Permalink
Merge pull request #1324 from chr-b/patch-1
Browse files Browse the repository at this point in the history
Update faq.rst
  • Loading branch information
jertel authored Nov 30, 2023
2 parents 8713ab3 + b45f0b7 commit a47a884
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- Update setup.py & requirements.txt & requirements-dev.txt - [#1316](https://github.com/jertel/elastalert2/pull/1316) - @nsano-rururu
- [Docs] Clarify how to reference query_key values in flatline alerts - [#1320](https://github.com/jertel/elastalert2/pull/1320) - @jertel
- Fix percentiles aggregation type in Spike Metric Aggregation rules - [#1323](https://github.com/jertel/elastalert2/pull/1323) - @jertel
- [Docs] Extend FAQ / troubleshooting section with information on Elasticsearch RBAC - [#1324](https://github.com/jertel/elastalert2/pull/1324) - @chr-b

# 2.15.0

Expand Down
9 changes: 8 additions & 1 deletion docs/source/recipes/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ to use ``foo.raw``. If you are still having trouble troubleshooting why your doc
try running ElastAlert 2 with ``--es_debug_trace /path/to/file.log``. This will log the queries made
to Elasticsearch in full so that you can see exactly what is happening.

Finally, but very important, if you have enabled role-based access control in Elasticsearch: make
sure that the Elasticsearch user used by ElastAlert actually has the privileges to access the
index (at least ``read`` permission). See
[ES documentation page](https://www.elastic.co/guide/en/elasticsearch/reference/current/authorization.html)
on the topic of user authorization.


I got hits, why didn't I get an alert?
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down Expand Up @@ -515,4 +522,4 @@ Yelp, the developer of the original elastalert, has the following article on its

`ElastAlert: Alerting At Scale With Elasticsearch, Part 1 <https://engineeringblog.yelp.com/2015/10/elastalert-alerting-at-scale-with-elasticsearch.html>`_.

`ElastAlert: Alerting At Scale With Elasticsearch, Part 2 <https://engineeringblog.yelp.com/2016/03/elastalert-part-two.html>`_.
`ElastAlert: Alerting At Scale With Elasticsearch, Part 2 <https://engineeringblog.yelp.com/2016/03/elastalert-part-two.html>`_.

0 comments on commit a47a884

Please sign in to comment.