Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions calico-enterprise/observability/elastic/policy-activity.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down
Loading