From a53edc423631777de2d1316322110a971bc98be6 Mon Sep 17 00:00:00 2001 From: Gaston Bengolea Monzon Date: Mon, 28 Oct 2024 23:55:29 +0100 Subject: [PATCH] Update using_tags.md (#25930) Example is WRONG, it doesn't work --- content/en/getting_started/tagging/using_tags.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/getting_started/tagging/using_tags.md b/content/en/getting_started/tagging/using_tags.md index beab43591061e..8a7decce4ac01 100644 --- a/content/en/getting_started/tagging/using_tags.md +++ b/content/en/getting_started/tagging/using_tags.md @@ -26,9 +26,9 @@ When including or excluding multiple tags: ## Events -The [Events Explorer][2] shows the events from your environment over a specified time period. Use tags to filter the events list and focus on a subset of events. Enter `tags:` followed by a tag to see all the events coming from a host, [integration][3], or service with that tag. For example, use `tags:service:coffee-house` to search for the tag `service:coffee-house`. +The [Events Explorer][2] shows the events from your environment over a specified time period. Use tags to filter the events list and focus on a subset of events. Enter `tags:` followed by a tag to see all the events coming from a host, [integration][3], or service with that tag. For example, use `tags:(service:coffee-house)` to search for the tag `service:coffee-house`. -To search multiple tags inclusively, use parentheses and separate each tag with OR: `tags:(service:coffee-house OR host:coffeehouseprod)`. To search multiple tags exclusively, separate each tag with AND: `tags:(service:coffee-house AND host:coffeehouseprod)`. +To search multiple tags inclusively, separate each tag with OR: `tags:(service:coffee-house OR host:coffeehouseprod)`. To search multiple tags exclusively, separate each tag with AND: `tags:(service:coffee-house AND host:coffeehouseprod)`. ## Dashboards @@ -410,4 +410,4 @@ See this list for links to respective sections: [29]: /api/v1/service-level-objectives/#update-a-slo [30]: /monitors/manage/#monitor-tags [31]: /monitors/downtimes/ -[32]: /getting_started/tagging/assigning_tags?tab=monitors \ No newline at end of file +[32]: /getting_started/tagging/assigning_tags?tab=monitors