Skip to content

Commit b27bcb8

Browse files
[8.8] Add API Events to Endpoint Security Advanced Policy (#156718) (#156726)
# Backport This will backport the following commits from `main` to `8.8`: - [Add API Events to Endpoint Security Advanced Policy (#156718)](#156718) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Gabriel Landau","email":"42078554+gabriellandau@users.noreply.github.com"},"sourceCommit":{"committedDate":"2023-05-04T18:51:38Z","message":"Add API Events to Endpoint Security Advanced Policy (#156718)\n\n## Summary\r\n\r\nAdds a another advanced option for Endpoint to Policy.\r\n\r\n\r\n![image](https://user-images.githubusercontent.com/42078554/236277606-3dd97609-733e-44b3-8230-60f9ef728adc.png)\r\n\r\n### Checklist\r\n\r\nDelete any items that are not applicable to this PR.\r\n\r\n- [x] Any text added follows [EUI's writing\r\nguidelines](https://elastic.github.io/eui/#/guidelines/writing), uses\r\nsentence case text and includes [i18n\r\nsupport](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)\r\n\r\n\r\n<!--ONMERGE {\"backportTargets\":[\"8.8\"]} ONMERGE-->","sha":"a69cb109e3d474b1e7cdf0f25bf4c3179a6a5de8","branchLabelMapping":{"^v8.9.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Defend Workflows","v8.8.0","v8.9.0"],"number":156718,"url":"https://github.com/elastic/kibana/pull/156718","mergeCommit":{"message":"Add API Events to Endpoint Security Advanced Policy (#156718)\n\n## Summary\r\n\r\nAdds a another advanced option for Endpoint to Policy.\r\n\r\n\r\n![image](https://user-images.githubusercontent.com/42078554/236277606-3dd97609-733e-44b3-8230-60f9ef728adc.png)\r\n\r\n### Checklist\r\n\r\nDelete any items that are not applicable to this PR.\r\n\r\n- [x] Any text added follows [EUI's writing\r\nguidelines](https://elastic.github.io/eui/#/guidelines/writing), uses\r\nsentence case text and includes [i18n\r\nsupport](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)\r\n\r\n\r\n<!--ONMERGE {\"backportTargets\":[\"8.8\"]} ONMERGE-->","sha":"a69cb109e3d474b1e7cdf0f25bf4c3179a6a5de8"}},"sourceBranch":"main","suggestedTargetBranches":["8.8"],"targetPullRequestStates":[{"branch":"8.8","label":"v8.8.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.9.0","labelRegex":"^v8.9.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/156718","number":156718,"mergeCommit":{"message":"Add API Events to Endpoint Security Advanced Policy (#156718)\n\n## Summary\r\n\r\nAdds a another advanced option for Endpoint to Policy.\r\n\r\n\r\n![image](https://user-images.githubusercontent.com/42078554/236277606-3dd97609-733e-44b3-8230-60f9ef728adc.png)\r\n\r\n### Checklist\r\n\r\nDelete any items that are not applicable to this PR.\r\n\r\n- [x] Any text added follows [EUI's writing\r\nguidelines](https://elastic.github.io/eui/#/guidelines/writing), uses\r\nsentence case text and includes [i18n\r\nsupport](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)\r\n\r\n\r\n<!--ONMERGE {\"backportTargets\":[\"8.8\"]} ONMERGE-->","sha":"a69cb109e3d474b1e7cdf0f25bf4c3179a6a5de8"}}]}] BACKPORT--> Co-authored-by: Gabriel Landau <42078554+gabriellandau@users.noreply.github.com>
1 parent c6a65ad commit b27bcb8

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

x-pack/plugins/security_solution/public/management/pages/policy/models/advanced_policy_schema.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1264,4 +1264,15 @@ export const AdvancedPolicySchema: AdvancedPolicySchemaType[] = [
12641264
}
12651265
),
12661266
},
1267+
{
1268+
key: 'windows.advanced.events.api',
1269+
first_supported_version: '8.8',
1270+
documentation: i18n.translate(
1271+
'xpack.securitySolution.endpoint.policy.advanced.windows.advanced.events.api',
1272+
{
1273+
defaultMessage:
1274+
'Controls whether API events are enabled. Set to false to disable API event collection. Default: true',
1275+
}
1276+
),
1277+
},
12671278
];

0 commit comments

Comments
 (0)