Skip to content

Commit

Permalink
Update using_tags.md (#25930)
Browse files Browse the repository at this point in the history
Example is WRONG, it doesn't work
  • Loading branch information
gastonbm authored Oct 28, 2024
1 parent 6d3bb8d commit a53edc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/en/getting_started/tagging/using_tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
[32]: /getting_started/tagging/assigning_tags?tab=monitors

0 comments on commit a53edc4

Please sign in to comment.