Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Support Alertmanager #503

Merged
merged 3 commits into from
Oct 9, 2021
Merged

Conversation

nsano-rururu
Copy link
Collaborator

@nsano-rururu nsano-rururu commented Oct 8, 2021

Description

This is a yelp / elastalert pull request with a few code changes and settings added to the content.

Yelp/elastalert#2228

Checklist

  • I have reviewed the contributing guidelines.
  • I have included unit tests for my changes or additions.
  • I have successfully run make test-docker with my changes.
  • I have manually tested all relevant modes of the change in this PR.
  • I have updated the documentation.
  • I have updated the changelog.

Questions or Comments

alert:
  - "alertmanager"
alertmanager_hosts:
  - "http://alertmanager:9093"
alertmanager_api_version: "v2"
alertmanager_alertname: "Title☃"
alertmanager_annotations:
  severity: "error"
alertmanager_labels:
  source: "elastalert"
alertmanager_fields:
  msg: "message"
  log: "@log_name"
alert_subject: "Test {} 123 aa☃"
alert_subject_args:
  - "message"
  - "@log_name"
alert_text: "Test {}  123 bb☃"
alert_text_args:
  - "message"
filter:
  - query:
      query_string:
        query: "message:Quit AND @log_name:mysqld.general"
index: "mariadblog-*"
is_enabled: true
name: "a"
num_events: 2
realert:
  minutes: 5
terms_size: 50
timeframe:
  minutes: 5
timestamp_field: "@timestamp"
timestamp_type: "iso"
type: "frequency"
use_strftime_index: false

WS000000

@nsano-rururu nsano-rururu changed the title Add alertmanager Add Alertmanager Oct 8, 2021
@nsano-rururu nsano-rururu changed the title Add Alertmanager Added Support Alertmanager Oct 8, 2021
@jertel jertel merged commit cf7987f into jertel:master Oct 9, 2021
@nsano-rururu nsano-rururu deleted the add_alertmanager branch October 9, 2021 09:50
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 20, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants