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

VictorOps: Set state_message and entity_display_name from rule #329

Merged
merged 4 commits into from
Jul 21, 2021

Commits on Jul 5, 2021

  1. VictorOps: Set state_message and entity_display_name from rule

    This change adds all data gathered from ElasticSearch to VictorOps's payload, which then can be used easily with transmogrifier.
    
    If `victorops_entity_display_name` is not set then `entity_display_name` is taking value of `alert_subject`. Or randomized by VictorOps.
    ChristophShyper committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    99d70b7 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2021

  1. Configuration menu
    Copy the full SHA
    4c74ab5 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. Updated tests in victorops_test.py to accommodate new fields passed…

    … to alert payload.
    
    * Fixed unit tests for VictorOps.
    * Added test for a default `entity_display_name`.
    * Updated CHANGELOG.md.
    * Needed by jertel#329
    ChristophShyper committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    0968fef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e31fdd1 View commit details
    Browse the repository at this point in the history