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

Adds event log for actions and alerting #45081

Merged
merged 11 commits into from
Jan 21, 2020
Merged

Conversation

pmuellr
Copy link
Member

@pmuellr pmuellr commented Sep 6, 2019

Resolves #45083.

Adds a persistent event log (writes to a new ES index) for use in actions and alerting (and really anyone) to be able to query over events that have occurred in the past. Eg, action created, action executed, alert fired, etc.

@pmuellr pmuellr added this to In progress in Make it Action Sep 7, 2019
@pmuellr pmuellr force-pushed the actions/event-log branch 3 times, most recently from d33fc17 to e19f2e7 Compare September 16, 2019 18:47
@pmuellr pmuellr moved this from In progress to Backlog in Make it Action Sep 20, 2019
@mikecote mikecote moved this from Backlog to In progress in Make it Action Oct 8, 2019
@mikecote mikecote assigned mikecote and pmuellr and unassigned mikecote Oct 8, 2019
@pmuellr pmuellr force-pushed the actions/event-log branch 4 times, most recently from 9b01b04 to b93d6ab Compare October 9, 2019 17:38
@pmuellr pmuellr force-pushed the actions/event-log branch 2 times, most recently from 759e3a8 to 001eca9 Compare October 18, 2019 16:08
@pmuellr pmuellr force-pushed the actions/event-log branch 2 times, most recently from de05b5d to e442f63 Compare November 18, 2019 16:21
@mikecote mikecote removed this from In progress in Make it Action Dec 6, 2019
@elastic elastic deleted a comment from elasticmachine Dec 11, 2019
@elastic elastic deleted a comment from elasticmachine Dec 11, 2019
@elastic elastic deleted a comment from elasticmachine Dec 11, 2019
@elastic elastic deleted a comment from elasticmachine Dec 11, 2019
@elastic elastic deleted a comment from elasticmachine Dec 11, 2019
@elastic elastic deleted a comment from elasticmachine Dec 11, 2019
@pmuellr
Copy link
Member Author

pmuellr commented Jan 3, 2020

For anyone that pulled the branch down from my repo: I just force-pushed to get up to latest master - didn't want to, but a merge master left me w/8500 changes (wha?), tried twice, same thing. I was actually going to push that merge, but the commit script (ts linting) was taking forever, decided to live with a rebase.

@pmuellr
Copy link
Member Author

pmuellr commented Jan 17, 2020

@elasticmachine merge upstream

@pmuellr
Copy link
Member Author

pmuellr commented Jan 20, 2020

@elasticmachine merge upstream

Copy link
Contributor

@gmmorris gmmorris left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, Lets get this meeeeerged!

@pmuellr
Copy link
Member Author

pmuellr commented Jan 21, 2020

@elasticmachine merge upstream

@pmuellr
Copy link
Member Author

pmuellr commented Jan 21, 2020

Gonna do one more merge from master (just started) since it's a day old, will merge upon success!

@pmuellr
Copy link
Member Author

pmuellr commented Jan 21, 2020

@elasticmachine merge upstream

@kibanamachine
Copy link
Contributor

💚 Build Succeeded

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@pmuellr pmuellr merged commit b78c1b1 into elastic:master Jan 21, 2020
@pmuellr pmuellr added v7.7.0 and removed v7.6.0 labels Jan 21, 2020
pmuellr added a commit to pmuellr/kibana that referenced this pull request Jan 21, 2020
pmuellr added a commit that referenced this pull request Jan 22, 2020
gmmorris added a commit to gmmorris/kibana that referenced this pull request Jan 22, 2020
* master: (38 commits)
  [ML] Fix counters and percentages for array fields on the Data visualizer page (elastic#55209)
  [SIEM][Detection Engine] Tags being turned into null
  rules part deux (elastic#55507)
  [DOCS] Add tip for using elasticsearch-certutil http command (elastic#55357)
  [SIEM][Detection Engine] Critical blocker, fixes schema accepting values it should not (elastic#55488)
  [SIEM] Detections create prepackage rules (elastic#55403)
  [Reporting] Convert CSV Export libs to Typescript (elastic#55117)
  [Maps] show field type icons in data driven styling field select (elastic#55166)
  Adds event log for actions and alerting (elastic#45081)
  [SIEM][Detection Engine] Fixes critical blocker where signals on signals are not operating
  [SIEM][Detection Engine] Critical blocker, adds need REST prefix for cloud
  remove incorrect config (elastic#55427)
  Retain pinned filters when loading and clearing saved queries (elastic#54307)
  Resolver zoom, pan, and center controls (elastic#55221)
  Skip failing endpoint saga tests
  [skip-ci] Update migration guide to add rendering service example (elastic#54744)
  [DOCS] Updates to heat map page (elastic#55097)
  [Endpoint] Fix saga to start only after store is created and stopped on app unmount (elastic#55245)
  [Logs UI] Use the correct icons and labels in the feature cont… (elastic#55292)
  [Uptime] Handle locations with names but no geo data (elastic#55234)
  ...
@mikecote mikecote added release_note:enhancement and removed release_note:skip Skip the PR/issue when compiling release notes labels Apr 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backported Feature:Alerting release_note:enhancement Team:ResponseOps Label for the ResponseOps team (formerly the Cases and Alerting teams) v7.7.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add persistent event log for actions and alerting
5 participants