[8.18] [Security Solution] Add new fields to indices metadata (#219246)#219504
Merged
szaffarano merged 4 commits intoelastic:8.18from Apr 29, 2025
Merged
[8.18] [Security Solution] Add new fields to indices metadata (#219246)#219504szaffarano merged 4 commits intoelastic:8.18from
szaffarano merged 4 commits intoelastic:8.18from
Conversation
## Summary Adds `_source.mode` and `index.mode` fields to the [TELEMETRY_INDEX_SETTINGS_EVENT](https://github.com/elastic/kibana/blob/szaffarano/update-indices-metadata/x-pack/solutions/security/plugins/security_solution/server/lib/telemetry/event_based/events.ts#L470C14-L470C44) EBT event: ```typescript export interface IndexSettings { index_name: string; index_mode?: string; default_pipeline?: string; final_pipeline?: string; source_mode?: string; } ``` References: - elastic#194004 Initial version for the updated EBT event. - elastic#213822 This is a Similar PR updating the feature. The goal is to enhance the index settings EBT event with two new fields to enrich the telemetry information we collect about the indices used by the security integrations. ### Checklist Check the PR satisfies following conditions. Reviewers should verify this PR satisfies this list as well. - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [x] [Flaky Test Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was used on any tests changed --------- Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> (cherry picked from commit 8c596d3) # Conflicts: # x-pack/test/common/utils/security_solution/detections_response/tasks/indices_metadata.ts
2 tasks
Contributor
Author
|
@elasticmachine merge upstream |
Contributor
Author
|
@elasticmachine merge upstream |
Contributor
💛 Build succeeded, but was flaky
Failed CI StepsMetrics [docs]
History
|
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.18:Questions ?
Please refer to the Backport tool documentation