-
Couldn't load subscription status.
- Fork 205
Closed
Labels
Effort: LargeIssues that require significant planning, research, writing, and testingIssues that require significant planning, research, writing, and testingFeature: RulesPriority: HighIssues that are time-sensitive and/or are of high customer importanceIssues that are time-sensitive and/or are of high customer importanceTeam: Detection EnginedocumentationImprovements or additions to documentationImprovements or additions to documentationsdh-linkedAssociated to SDHAssociated to SDHsuggestionSuggestions to improve documentationSuggestions to improve documentationv8.15.0v8.16.0
Description
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 likeHere 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.toRules 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:toHere 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
Assignees
Labels
Effort: LargeIssues that require significant planning, research, writing, and testingIssues that require significant planning, research, writing, and testingFeature: RulesPriority: HighIssues that are time-sensitive and/or are of high customer importanceIssues that are time-sensitive and/or are of high customer importanceTeam: Detection EnginedocumentationImprovements or additions to documentationImprovements or additions to documentationsdh-linkedAssociated to SDHAssociated to SDHsuggestionSuggestions to improve documentationSuggestions to improve documentationv8.15.0v8.16.0