trackme icon indicating copy to clipboard operation
trackme copied to clipboard

TrackMe bug report - HA group alert mapping is not working as expected

Open guilhemmarchand opened this issue 2 years ago • 0 comments

When creating an alert through the UI, the HA group mapping needs to be performed before we TrackMe filters out the hosts based on the state.

This:

`trackme_data_host_group_lookup`

Right before:

| eval state=coalesce(data_source_state,data_host_state,metric_host_state) | where

guilhemmarchand avatar May 03 '22 17:05 guilhemmarchand