[8.x] [EDR Workflows] Update description on data reduction advanced options (#213970)#214207
Merged
kibanamachine merged 1 commit intoelastic:8.xfrom Mar 12, 2025
Merged
Conversation
…elastic#213970) ## Summary - refines description for - 9 `(win|mac|linux).advanced.events.hash.(md5|sha1|sha256)`: 9e7bbcf > Compute and include (MD5|SHA-1|SHA-256) hashes for processes and libraries in events? This will increase CPU usage and event sizes. If any user event filter or trustlists reference this hash type, Endpoint will ignore this setting and automatically enable this hash type. - 6 `(win|mac|linux).advanced.alerts.hash.(md5|sha1)`: 8fc0f51 > Compute and include (MD5|SHA-1) hashes for processes and libraries in alerts? This will increase CPU usage and alert sizes. If any user exceptionlist, trustlist, or blocklists reference this hash type, Endpoint will ignore this setting and automatically enable this hash type. - provides a 'history' for default behavior changes (e.g. `<=8.17 default: true, >=8.18 default: false`) for - 12 `(win|mac|linux).advanced.(events|alerts).hash.(md5|sha1)`: 05b0ebe (note that events sha256 is not changed) > <=8.17 default: true, >=8.18 default: false - 3 `(win|mac|linux).advanced.events.aggregate_process`: 5984d8e > <=8.17 default: false, >=8.18 default: true - 3 `(win|mac|linux).advanced.events.set_extended_host_information`: 5da25a3 > <=8.17 default: true, >=8.18 default: false > [!IMPORTANT] > The plan is to backport this PR to all open branches: > - `8.18`/`8.x`/`9.0`/`main` will contain all modifications, > - but `8.16`/`8.17` manual backports will only contain the description refinement ### Checklist Check the PR satisfies following conditions. Reviewers should verify this PR satisfies this list as well. - [x] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md) (cherry picked from commit ad3b7fc)
1 task
Contributor
💛 Build succeeded, but was flaky
Failed CI StepsTest FailuresMetrics [docs]Async chunks
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport
This will backport the following commits from
mainto8.x:Questions ?
Please refer to the Backport tool documentation