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

[alerting][actions] add task scheduled date and delay to event log #102252

Merged

Commits on Jun 20, 2021

  1. [alerting][actions] add task scheduled date and delay to event log

    resolves elastic#98634
    
    This adds a new object property to the event log kibana object named
    task, with two properties to track the time the task was scheduled to
    run, and the delay between when it was supposed to run and when it
    actually started. This task property is only added to the appropriate
    events.
    
    	task: schema.maybe(
    	  schema.object({
    	    scheduled: ecsDate(),
    	    schedule_delay: ecsNumber(),
    	  })
    	),
    pmuellr committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    6e368f1 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

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

Commits on Jun 22, 2021

  1. Configuration menu
    Copy the full SHA
    696d0b7 View commit details
    Browse the repository at this point in the history
  2. merge master, fix conflicts

    pmuellr committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    76a2da3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62acce5 View commit details
    Browse the repository at this point in the history