mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Telemetry] Collect trusted application policy scope. (#116281)
This commit is contained in:
parent
ff8e0f54e4
commit
d59d0c92ca
2 changed files with 2 additions and 0 deletions
|
@ -140,6 +140,7 @@ export const exceptionListEventFields: AllowlistFields = {
|
|||
name: true,
|
||||
os_types: true,
|
||||
rule_version: true,
|
||||
scope: true,
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
@ -108,6 +108,7 @@ export const trustedApplicationToTelemetryEntry = (trustedApplication: TrustedAp
|
|||
updated_at: trustedApplication.updated_at,
|
||||
entries: trustedApplication.entries,
|
||||
os_types: [trustedApplication.os],
|
||||
scope: trustedApplication.effectScope,
|
||||
} as ExceptionListItem;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue