From aebc503672fed796210d0438b8f7818cb7f2c37d Mon Sep 17 00:00:00 2001 From: shainaraskas <58563081+shainaraskas@users.noreply.github.com> Date: Fri, 4 Jul 2025 17:15:57 -0400 Subject: [PATCH] Rename traffic filters to network security Part of https://github.com/elastic/platform-docs-team/issues/682 Rebrands "traffic filters" to "network security" Depends on the following PRs: * https://github.com/elastic/docs-content/pull/1785/ * https://github.com/elastic/docs-content/pull/2047 --- .../elasticsearch/configuration-reference/watcher-settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/elasticsearch/configuration-reference/watcher-settings.md b/docs/reference/elasticsearch/configuration-reference/watcher-settings.md index 9d53fa55f7a58..3f4ba59457fda 100644 --- a/docs/reference/elasticsearch/configuration-reference/watcher-settings.md +++ b/docs/reference/elasticsearch/configuration-reference/watcher-settings.md @@ -558,7 +558,7 @@ $$$pagerduty-account-attributes$$$ : ([Dynamic](docs-content://deploy-manage/stack-settings.md#dynamic-cluster-setting)) Whether or not to provide the watch payload as context for the event by default. Valid values: `true`, `false`. `xpack.notification.webhook.additional_token_enabled` ![logo cloud](https://doc-icons.s3.us-east-2.amazonaws.com/logo_cloud.svg "Supported on Elastic Cloud Hosted") -: When set to `true`, {{es}} automatically sets a token which enables the bypassing of traffic filters for calls initiated by Watcher towards {{es}} or {{kib}}. The default is `false` and the feature is available starting with {{es}} version 8.7.1 and later. +: When set to `true`, {{es}} automatically sets a token which enables the bypassing of [network security](docs-content://deploy-manage/security/network-security.md) for calls initiated by Watcher towards {{es}} or {{kib}}. The default is `false` and the feature is available starting with {{es}} version 8.7.1 and later. ::::{important} This setting only applies to the Watcher `webhook` action, not the `http` input action.