Skip to content

Commit 692c14d

Browse files
authored
Update savedsearches.conf
1 parent 9d912f2 commit 692c14d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

default/savedsearches.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6525,6 +6525,7 @@ OR (component=CMPeer "Bundle validation failure reported") OR ``` CsvLineBreaker
65256525
| rex field=message mode=sed "s/bid=\S+/bid=?/" \
65266526
| rex field=message mode=sed "s/JSON parse error at offset \d+ of file \".*? Unexpected/JSON parse error at offset <x> of file: Unexpected/" \
65276527
| rex field=message mode=sed "s/Possible duplication of events with channel=.*?,\s+.*?host=/Possible duplication of events with channel=removed_by_sed host=/" \
6528+
| rex field=message mode=sed "s/Unable to write to destination=(\S+) url=(.*?)\/20[23]\d\/.*/Unable to write to destination=\1 url=\2/" \
65286529
| eval search_head=host \
65296530
| eval search_head_cluster=`search_head_cluster` \
65306531
| stats count, latest(_time) AS mostrecent, earliest(_time) AS firstseen, values(component) AS component, values(log_level) AS log_level by message, search_head_cluster \

0 commit comments

Comments
 (0)