Open
Conversation
Add new page in documentation specifying the Elasticsearch Security Privileges required for ElastAlert
You just need to specify the images dir and the mapping between images keys and values.
Example:
assets_dir: "/opt/elastalert/email_images"
email_image_keys: ["img1"]
email_image_values: ["my_logo.png"]
alert_text_args:
- "winlog.event_data.TargetDomainName"
- "winlog.event_data.TargetUserName"
- "starttime"
alert_text_args:
- "winlog.event_data.TargetDomainName"
- "winlog.event_data.TargetUserName"
- "starttime"
alert_text: |
<p>L'utente {0}\{1} ha superato il numero massimo di tentativi di login al minuto (check-time: {2}).</p>
<br><img src="cid:img1"><br>
…'append_middle' take into account the scenario whereby an event is None
…'append_middle' take into account the scenario whereby an event is None
Added options: - http_post_ca_certs - http_post_ignore_ssl_errors
This enables the user to silence a rule only for a specific query_key value and not only the whole rule. See Issue YelpArchive#2777
…nto fix-aws_profile-sns
…ps://github.com/nsano-rururu/elastalert into sync-requirements-and-setup
…nto fix-aws_profile-sns
The Stride service was shutdown on February 15th, 2019.
Author
opened this PR, I hope it helps :) |
Add alert handler to create Datadog Events
Setting size to 0 avoids executing the fetch phase of the search making the request more efficient
Deprecating "alt" branch in favor of "master" branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.