Merge "Fix openstack_python not accurate match"
This commit is contained in:
commit
86fc2160f7
@ -3,7 +3,7 @@
|
|||||||
reserve_data true
|
reserve_data true
|
||||||
format grok
|
format grok
|
||||||
key_name message
|
key_name message
|
||||||
grok_pattern %{TIMESTAMP_ISO8601:Timestamp} %{NUMBER:Pid} %{LOGLEVEL:severity_label} %{NOTSPACE:python_module} \[req-(?:%{NOTSPACE:request_id}) (?:%{NOTSPACE:user_id}) (?:%{NOTSPACE:tenant_id}) .*\] %{GREEDYDATA:Payload}
|
grok_pattern %{TIMESTAMP_ISO8601:Timestamp} %{NUMBER:Pid} %{LOGLEVEL:severity_label} %{NOTSPACE:python_module} \[(?:req-(?:%{NOTSPACE:request_id}) (?:%{NOTSPACE:user_id}) (?:%{NOTSPACE:tenant_id}) .*|-)\] %{GREEDYDATA:Payload}
|
||||||
time_format "%Y-%m-%d %H:%M:%S.%L"
|
time_format "%Y-%m-%d %H:%M:%S.%L"
|
||||||
time_key Timestamp
|
time_key Timestamp
|
||||||
keep_time_key true
|
keep_time_key true
|
||||||
|
Loading…
Reference in New Issue
Block a user