-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Conversation
d33fc17
to
e19f2e7
Compare
9b01b04
to
b93d6ab
Compare
759e3a8
to
001eca9
Compare
de05b5d
to
e442f63
Compare
862e286
to
c31bf7c
Compare
48a493a
to
9595714
Compare
cb8b615
to
0753e46
Compare
9abc912
to
dad3ec7
Compare
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. |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
There was a problem hiding this 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!
@elasticmachine merge upstream |
Gonna do one more merge from master (just started) since it's a day old, will merge upon success! |
@elasticmachine merge upstream |
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
initial code for event log see issue elastic#45083
* 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) ...
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.