You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Align correlation-rule hydration with documented filter and clarify Event Query vs Get Detection Details (#29)
Two refinements to the correlation-rule guidance. First, the multi-record filter now matches the pattern in the official Fusion detection-email documentation: drop the correlation meta-event and keep the underlying events with `| xdr_type != correlation-rule-detection | report_name != *`, rather than the inferred `#event.kind`/`Ngsiem.event.product` filters. Second, the choice between Event Query and Get Detection Details is reframed as a data-granularity decision, not a reliability one: Event Query reaches the event-level detail (per-event source IP, country, and so on) that composed the detection, while Get Detection Details returns the detection object's summary fields. Use whichever matches the data you actually need.
Updated event-query-vs-api.md, both trigger-types.md copies, event-queries.md, ngsiem-detection-response.md, and the validate.py guard message. 541 tests pass; pylint and markdownlint clean.
0 commit comments