Skip to content

Commit

Permalink
Update savedsearches.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
gjanders committed May 13, 2024
1 parent b807d40 commit 472b33a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default/savedsearches.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2595,7 +2595,7 @@ index=_internal `searchheadhosts` "Local KV Store has replication issues" OR ("C
| stats min(_time) AS firstSeen, max(_time) AS mostRecent, values(_raw) AS _raw, max(cluster_count) AS cluster_count, max(consecutiveErrors) AS consecutiveErrors by host, cluster_label, search_head_cluster \
| eval firstSeen=strftime(firstSeen, "%+"), mostRecent=strftime(mostRecent, "%+") \
| where (match(_raw, "Error pushing configurations") AND consecutiveErrors>4) OR (match(_raw, "Error pulling configurations") AND consecutiveErrors>2) OR NOT match(_raw, "Error (pushing|pulling) configurations") \
| eval _raw=mvindex(_raw,0,40)
| eval _raw=mvindex(_raw,0,40) \
| fields - cluster_label, consecutiveErrors
disabled = 1

Expand Down

0 comments on commit 472b33a

Please sign in to comment.