Skip to content

Commit

Permalink
PNDA-4860: Some logs coming into Kibana are big aggregated blob rathe…
Browse files Browse the repository at this point in the history
…r than time series
  • Loading branch information
GaneshManal committed Aug 13, 2018
1 parent ddf768a commit 2ff00d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/logserver/logshipper_templates/shipper.conf.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ input {
add_field => {"source" => "knox"}
sincedb_path => "{{ install_dir }}/logstash/sincedb/db"
codec => multiline {
pattern => "^%{TIMESTAMP_ISO8601}"
pattern => "^%{YEAR}[-/]%{MONTHNUM}[-/]%{MONTHDAY}[T ]%{HOUR}:?%{MINUTE}(?::?%{SECOND})?%{ISO8601_TIMEZONE}?"
negate => true
what => "previous"
}
Expand Down

0 comments on commit 2ff00d5

Please sign in to comment.