From a31b63f2744df0f5de8b08de8e8da8a74e07cedb Mon Sep 17 00:00:00 2001 From: Tian Feng Date: Thu, 29 Jan 2026 16:20:35 -0800 Subject: [PATCH] doc(policy-activity): rename elasticsearch index in examples --- calico-enterprise/observability/elastic/policy-activity.mdx | 4 ++-- .../version-3.23-1/observability/elastic/policy-activity.mdx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/calico-enterprise/observability/elastic/policy-activity.mdx b/calico-enterprise/observability/elastic/policy-activity.mdx index 93f6aefef1..6291fd2521 100644 --- a/calico-enterprise/observability/elastic/policy-activity.mdx +++ b/calico-enterprise/observability/elastic/policy-activity.mdx @@ -47,7 +47,7 @@ Policy activity logs record only policies and rules that have been evaluated by Use the following Elasticsearch query to list all policies that have been evaluated in the last 90 days: ``` -POST /tigera_secure_ee_policy_activity*/_search +POST /calico_policy_activity*/_search { "size": 0, "query": { @@ -82,7 +82,7 @@ POST /tigera_secure_ee_policy_activity*/_search To see which rules have been triggered in the last 90 days, use this query: ``` -POST /tigera_secure_ee_policy_activity*/_search +POST /calico_policy_activity*/_search { "size": 10000, "query": { diff --git a/calico-enterprise_versioned_docs/version-3.23-1/observability/elastic/policy-activity.mdx b/calico-enterprise_versioned_docs/version-3.23-1/observability/elastic/policy-activity.mdx index 93f6aefef1..6291fd2521 100644 --- a/calico-enterprise_versioned_docs/version-3.23-1/observability/elastic/policy-activity.mdx +++ b/calico-enterprise_versioned_docs/version-3.23-1/observability/elastic/policy-activity.mdx @@ -47,7 +47,7 @@ Policy activity logs record only policies and rules that have been evaluated by Use the following Elasticsearch query to list all policies that have been evaluated in the last 90 days: ``` -POST /tigera_secure_ee_policy_activity*/_search +POST /calico_policy_activity*/_search { "size": 0, "query": { @@ -82,7 +82,7 @@ POST /tigera_secure_ee_policy_activity*/_search To see which rules have been triggered in the last 90 days, use this query: ``` -POST /tigera_secure_ee_policy_activity*/_search +POST /calico_policy_activity*/_search { "size": 10000, "query": {