File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
services/graylog/data/contentpacks Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "v" : " 1" ,
33 "id" : " dfaeea11-bde6-4203-9cfe-6ca2a23ca22e" ,
4- "rev" : 43 ,
4+ "rev" : 44 ,
55 "name" : " osparc-custom-content-pack-v2" ,
66 "summary" : " osparc-custom-content-pack-v2" ,
77 "description" : " " ,
623623 "configuration" : {
624624 "grok_pattern" : {
625625 "@type" : " string" ,
626- "@value" : " log_level=%{WORD:log_level} \\ | log_timestamp=%{TIMESTAMP_ISO8601:log_timestamp} \\ | log_source=%{DATA :log_source} \\ | ( log_uid=%{WORD :log_uid} \\ | ( log_oec=%{WORD :log_oec} \\ | )? log_msg=%{GREEDYDATA:log_msg}"
626+ "@value" : " log_level=%{WORD:log_level} \\ | log_timestamp=%{TIMESTAMP_ISO8601:log_timestamp} \\ | log_source=%{NOTSPACE :log_source} \\ | log_uid=%{NOTSPACE :log_uid} \\ | log_oec=%{NOTSPACE :log_oec}\\ | log_trace_id=%{NOTSPACE:log_trace_id} \\ | (log_span_id=%{DATA:log_span_id} \\ |)? log_msg=%{GREEDYDATA:log_msg}"
627627 },
628628 "named_captures_only" : {
629629 "@type" : " boolean" ,
12221222 " log_level" ,
12231223 " log_service" ,
12241224 " log_msg" ,
1225- " log_source"
1225+ " log_source" ,
1226+ " log_oec"
12261227 ],
12271228 "show_message_row" : false ,
12281229 "show_summary" : false ,
You can’t perform that action at this time.
0 commit comments