Skip to content

Trigger an alert when Keyword is matched. #1335

Closed Locked Answered by jertel
mparmar-pure asked this question in Q&A
Discussion options

You must be logged in to vote

It looks fine after a quick glance, though the threshold: 1 is not needed for an any alert. Here are some suggestions on how to troubleshoot:

  1. Try simplifying your query to something without wildcards, something you know would absolutely find a document.
  2. Try using index: "*" to eliminate the risk of an index issue.
  3. Make sure the user the ElastAlert2 authenticates to Elasticsearch has access to that index.

Once you get a hit you can work backwards to find out which specific change prevents the match.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@mparmar-pure
Comment options

@jertel
Comment options

@mparmar-pure
Comment options

@jertel
Comment options

Answer selected by jertel
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