Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add some missing Endpoint telemetry fields (#141769)
## Summary Add some fields to Endpoint telemetry which are stripped by the PII filter. These fields enable the Endpoint Protections team to better triage alerts and create exceptions. - [Effective_process.* ](https://github.com/elastic/endpoint-dev/blob/main/Python/endpoint/generators/events/v0/events.yml#L535) (no PII, similar content to process.name/executable, apply to registry and file events, 8.4+) - [Process.Ext.effective.*](https://github.com/elastic/endpoint-dev/blob/main/Python/endpoint/generators/events/v0/events.yml#L1273) (no PII, similar content to process.name/executable, 8.4+) - [Process.Ext.device.*](https://github.com/elastic/endpoint-dev/blob/main/Python/endpoint/generators/events/v0/events.yml#L2022) (no PII, device metadata, 8.3+) - [dll.Ext.device.*](https://github.com/elastic/endpoint-dev/blob/main/Python/endpoint/generators/events/v0/events.yml#L2593) (no PII, device metadata, 8.3+) - [process.Ext.relative_file_creation_time](https://github.com/elastic/endpoint-dev/blob/main/Python/endpoint/generators/events/v0/events.yml#L2036) 8.4+ - [process.Ext.relative_file_name_modify_time](https://github.com/elastic/endpoint-dev/blob/main/Python/endpoint/generators/events/v0/events.yml#L2041) 8.4+ - [dll.Ext.relative_file_creation_time](https://github.com/elastic/endpoint-dev/blob/main/Python/endpoint/generators/events/v0/events.yml#L2577) 8.4+ - [dll.Ext.relative_file_name_modify_time](https://github.com/elastic/endpoint-dev/blob/main/Python/endpoint/generators/events/v0/events.yml#L2582) 8.4+ ### Checklist Delete any items that are not applicable to this PR. - [ ] [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 ### For maintainers - [ ] This was checked for breaking API changes and was [labeled appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) --------- Co-authored-by: kibanamachine <[email protected]> Co-authored-by: Colson Wilhoit <[email protected]> Co-authored-by: Pete Hampton <[email protected]> Co-authored-by: Pete Hampton <[email protected]>
- Loading branch information