Skip to content

Commit

Permalink
Add API Events to Endpoint Security Advanced Policy (elastic#156718)
Browse files Browse the repository at this point in the history
## Summary

Adds a another advanced option for Endpoint to Policy.


![image](https://user-images.githubusercontent.com/42078554/236277606-3dd97609-733e-44b3-8230-60f9ef728adc.png)

### Checklist

Delete any items that are not applicable to this PR.

- [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/packages/kbn-i18n/README.md)


<!--ONMERGE {"backportTargets":["8.8"]} ONMERGE-->
  • Loading branch information
gabriellandau authored May 4, 2023
1 parent 5e5df09 commit a69cb10
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1264,4 +1264,15 @@ export const AdvancedPolicySchema: AdvancedPolicySchemaType[] = [
}
),
},
{
key: 'windows.advanced.events.api',
first_supported_version: '8.8',
documentation: i18n.translate(
'xpack.securitySolution.endpoint.policy.advanced.windows.advanced.events.api',
{
defaultMessage:
'Controls whether API events are enabled. Set to false to disable API event collection. Default: true',
}
),
},
];

0 comments on commit a69cb10

Please sign in to comment.