Skip to content

[8.17] [Security Solution][Telemetry] Add index metadata EBT event (#218546)#218771

Merged
szaffarano merged 1 commit intoelastic:8.17from
szaffarano:backport/8.17/pr-218546
Apr 22, 2025
Merged

[8.17] [Security Solution][Telemetry] Add index metadata EBT event (#218546)#218771
szaffarano merged 1 commit intoelastic:8.17from
szaffarano:backport/8.17/pr-218546

Conversation

@szaffarano
Copy link
Contributor

Backport

This will backport the following commits from main to 8.17:

Questions ?

Please refer to the Backport tool documentation

…218546)

## Summary

- Fix elastic#216044
- Add a new EBT event collecting index template info
    ```typescript
    export interface IndexTemplateInfo {
      template_name: string;
      index_mode: Nullable<string>;
      datastream: boolean;
      package_name: Nullable<string>;
      managed_by: Nullable<string>;
      beat: Nullable<string>;
      is_managed: Nullable<boolean>;
      composed_of: string[];
      source_enabled: Nullable<boolean>;
      source_includes: string[];
      source_excludes: string[];
    }
    ```

### 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
- [ ] [Flaky Test
Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was
used on any tests changed

(cherry picked from commit c9b3a3e)

# Conflicts:
#	x-pack/plugins/security_solution/server/lib/telemetry/receiver.ts
@szaffarano szaffarano added the backport This PR is a backport of another PR label Apr 22, 2025
@szaffarano szaffarano enabled auto-merge (squash) April 22, 2025 08:19
@elasticmachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

✅ unchanged

@szaffarano szaffarano merged commit 67e2881 into elastic:8.17 Apr 22, 2025
11 checks passed
@szaffarano szaffarano deleted the backport/8.17/pr-218546 branch December 8, 2025 12:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport This PR is a backport of another PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants