Skip to content

[Suggestion][Detection Engine] Cold/frozen filter #5925

@yctercero

Description

@yctercero

What can we change to make the docs better?

During team sync we discussed updating the language of the docs to try to clarify that addition of a tier filter would help ES better optimize not returning docs from those tiers, but it does not exclude the tiers in the way you might expect. That is, cold and frozen are still part of the search process. Some suggestions that were floated around during sync:

  • Updating Here is a sample Query DSL filter that excludes frozen tier data from a rule’s execution: to something like Here is a sample Query DSL filter that excludes documents from frozen tier being returned during a rule’s execution:
  • Updating Rules that query cold and frozen data might perform more slowly. To exclude cold and frozen data, add a Query DSL filter that ignores cold and frozen [data tiers](https://www.elastic.co/guide/en/elasticsearch/reference/master/data-tiers.html) when executing. You can add the filter when creating a new rule or updating an existing one. to Rules that query cold and frozen data might perform more slowly. To exclude cold and frozen documents from being returned, add a Query DSL filter that ignores cold and frozen [data tiers](https://www.elastic.co/guide/en/elasticsearch/reference/master/data-tiers.html) when executing. You can add the filter when creating a new rule or updating an existing one.
  • Updating Here is another sample Query DSL filter that excludes cold and frozen tier data from a rule’s execution: to Here is another sample Query DSL filter that excludes documents from cold and frozen tier from being returned during rule’s execution:

Doc URL

https://www.elastic.co/guide/en/security/master/exclude-cold-frozen-data-individual-rules.html

Which documentation set needs improvement?

ESS only

Software version

8.15+

Metadata

Metadata

Labels

Effort: LargeIssues that require significant planning, research, writing, and testingFeature: RulesPriority: HighIssues that are time-sensitive and/or are of high customer importanceTeam: Detection EnginedocumentationImprovements or additions to documentationsdh-linkedAssociated to SDHsuggestionSuggestions to improve documentationv8.15.0v8.16.0

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions