Skip to content

Commit ccc9e50

Browse files
[8.18] [EDR Workflows] Fix `allow_cloud_features` advanced option description text (#209766) (#209965)
# Backport This will backport the following commits from `main` to `8.18`: - [[EDR Workflows] Fix &#x60;allow_cloud_features&#x60; advanced option description text (#209766)](#209766) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Gergő Ábrahám","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-02-06T09:10:00Z","message":"[EDR Workflows] Fix `allow_cloud_features` advanced option description text (#209766)\n\n## Summary\r\n\r\nbefore\r\n> It's meant only for telemetry extra-avoidant users users.\r\n\r\nafter\r\n> It's meant only for telemetry extra-avoidant users.\r\n\r\n<img width=\"565\" alt=\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/3c55e551-7a9a-485a-b8e3-bccc57bc0910\"\r\n/>","sha":"ca390dadc029758f902917b530a26857b0f9a891","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","Team:Defend Workflows","backport:version","v8.18.0","v9.1.0","v8.19.0"],"title":"[EDR Workflows] Fix `allow_cloud_features` advanced option description text","number":209766,"url":"https://github.com/elastic/kibana/pull/209766","mergeCommit":{"message":"[EDR Workflows] Fix `allow_cloud_features` advanced option description text (#209766)\n\n## Summary\r\n\r\nbefore\r\n> It's meant only for telemetry extra-avoidant users users.\r\n\r\nafter\r\n> It's meant only for telemetry extra-avoidant users.\r\n\r\n<img width=\"565\" alt=\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/3c55e551-7a9a-485a-b8e3-bccc57bc0910\"\r\n/>","sha":"ca390dadc029758f902917b530a26857b0f9a891"}},"sourceBranch":"main","suggestedTargetBranches":["9.0","8.18","8.x"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.18","label":"v8.18.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/209766","number":209766,"mergeCommit":{"message":"[EDR Workflows] Fix `allow_cloud_features` advanced option description text (#209766)\n\n## Summary\r\n\r\nbefore\r\n> It's meant only for telemetry extra-avoidant users users.\r\n\r\nafter\r\n> It's meant only for telemetry extra-avoidant users.\r\n\r\n<img width=\"565\" alt=\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/3c55e551-7a9a-485a-b8e3-bccc57bc0910\"\r\n/>","sha":"ca390dadc029758f902917b530a26857b0f9a891"}},{"branch":"8.x","label":"v8.19.0","branchLabelMappingKey":"^v8.19.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Gergő Ábrahám <[email protected]>
1 parent d3c7175 commit ccc9e50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export const AdvancedPolicySchema: AdvancedPolicySchemaType[] = [
100100
documentation: i18n.translate(
101101
'xpack.securitySolution.endpoint.policy.advanced.linux.advanced.allow_cloud_features',
102102
{
103-
defaultMessage: `Advanced option to selectively choose which external services are allowed, valid keywords are "sample-collection,reputation-lookup,malware-lookup,artifacts-update,staged-artifacts-rollout". Everything is allowed by default, but if any comma separated value(s) are provided all other features are disabled. To disallow all a special keyword "none" can be used. The option imposes severe limitation on Defend functionality. It's meant only for telemetry extra-avoidant users users.`,
103+
defaultMessage: `Advanced option to selectively choose which external services are allowed, valid keywords are "sample-collection,reputation-lookup,malware-lookup,artifacts-update,staged-artifacts-rollout". Everything is allowed by default, but if any comma separated value(s) are provided all other features are disabled. To disallow all a special keyword "none" can be used. The option imposes severe limitation on Defend functionality. It's meant only for telemetry extra-avoidant users.`,
104104
}
105105
),
106106
},
@@ -336,7 +336,7 @@ export const AdvancedPolicySchema: AdvancedPolicySchemaType[] = [
336336
documentation: i18n.translate(
337337
'xpack.securitySolution.endpoint.policy.advanced.mac.advanced.allow_cloud_features',
338338
{
339-
defaultMessage: `Advanced option to selectively choose which external services are allowed, valid keywords are "sample-collection,reputation-lookup,malware-lookup,artifacts-update,staged-artifacts-rollout". Everything is allowed by default, but if any comma separated value(s) are provided all other features are disabled. To disallow all a special keyword "none" can be used. The option imposes severe limitation on Defend functionality. It's meant only for telemetry extra-avoidant users users.`,
339+
defaultMessage: `Advanced option to selectively choose which external services are allowed, valid keywords are "sample-collection,reputation-lookup,malware-lookup,artifacts-update,staged-artifacts-rollout". Everything is allowed by default, but if any comma separated value(s) are provided all other features are disabled. To disallow all a special keyword "none" can be used. The option imposes severe limitation on Defend functionality. It's meant only for telemetry extra-avoidant users.`,
340340
}
341341
),
342342
},
@@ -593,7 +593,7 @@ export const AdvancedPolicySchema: AdvancedPolicySchemaType[] = [
593593
documentation: i18n.translate(
594594
'xpack.securitySolution.endpoint.policy.advanced.windows.advanced.allow_cloud_features',
595595
{
596-
defaultMessage: `Advanced option to selectively choose which external services are allowed, valid keywords are "sample-collection,reputation-lookup,malware-lookup,artifacts-update,staged-artifacts-rollout". Everything is allowed by default, but if any comma separated value(s) are provided all other features are disabled. To disallow all a special keyword "none" can be used. The option imposes severe limitation on Defend functionality. It's meant only for telemetry extra-avoidant users users.`,
596+
defaultMessage: `Advanced option to selectively choose which external services are allowed, valid keywords are "sample-collection,reputation-lookup,malware-lookup,artifacts-update,staged-artifacts-rollout". Everything is allowed by default, but if any comma separated value(s) are provided all other features are disabled. To disallow all a special keyword "none" can be used. The option imposes severe limitation on Defend functionality. It's meant only for telemetry extra-avoidant users.`,
597597
}
598598
),
599599
},

0 commit comments

Comments
 (0)