You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Index ntpstats-live.* matches here my test ntpstats-live.20190226 and ntpstats-live.20190227rightly.
The output:
$ ls -l /tmp/logstash/
total 222777
-rw-r--r-- 1 logstash logstash 190551880 Mar 29 11:35 input-elasticsearch.201903111539
-rw-r--r-- 1 logstash logstash 37323892 Mar 29 11:35 input-elasticsearch.201903111540
-rw-r--r-- 1 logstash logstash 135 Mar 29 11:31 input-heartbeat.201903291031
-rw-r--r-- 1 logstash logstash 135 Mar 29 11:32 input-heartbeat.201903291032
-rw-r--r-- 1 logstash logstash 135 Mar 29 11:33 input-heartbeat.201903291033
-rw-r--r-- 1 logstash logstash 135 Mar 29 11:34 input-heartbeat.201903291034
-rw-r--r-- 1 logstash logstash 135 Mar 29 11:35 input-heartbeat.201903291035
See the wrong start timestamp 201903111539 from input-elasticsearch instead of correct 201903291031!
The files input-elasticsearch appends every second but without refresh and correct system date and time in %{+yyyyMMddHHmm}.
The text was updated successfully, but these errors were encountered:
wols
changed the title
Datetime error
add_field error: Datetime
Apr 3, 2019
Test config:
Start Logstash (see version, etc.):
Index
ntpstats-live.*
matches here my testntpstats-live.20190226
andntpstats-live.20190227
rightly.The output:
See the wrong start timestamp
201903111539
from input-elasticsearch instead of correct201903291031
!The files
input-elasticsearch
appends every second but without refresh and correct system date and time in%{+yyyyMMddHHmm}
.The text was updated successfully, but these errors were encountered: