You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When correlating multiple queries, we can do so using Loki and LogQL by generating one metric query per log query, and combining them with OR (for event_count and value_count correlation rules) or AND (for temporal correlation rules). E.g., the following log queries:
When correlating multiple queries, we can do so using Loki and LogQL by generating one metric query per log query, and combining them with
OR
(forevent_count
andvalue_count
correlation rules) orAND
(fortemporal
correlation rules). E.g., the following log queries:can be converted into an
event_count
correlation query with greater than or equal to 2 events with the following LogQL:The text was updated successfully, but these errors were encountered: