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

[alerts] add executionStatus to event log doc for action execute #82401

Merged
merged 2 commits into from
Nov 12, 2020

Commits on Nov 10, 2020

  1. [alerts] add executionStatus to event log doc for action execute

    resolves elastic#79785
    
    Until now, the execution status was available in the the event
    log document for the execute action.  In this PR we add it.
    
    The event log is extended to add the following fields:
    
    - `kibana.alerting.status` - from executionStatus.status
    - `event.reason`           - from executionStatus.error.reason
    
    The date from the executionStatus and start date in the event
    log will be set to the same value.
    
    Previously, errors encountered while trying to execute an
    alert executor, eg decrypting the alert, would not end up
    with an event doc generated.  Now they will.
    
    In addition, there were a few places where events that could
    have had the action group in them did not, and one where the
    instance id was undefined - those were fixed up.
    pmuellr committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    a4599f9 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

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