Hello
I upgraded from 5.6 to 6.0 yesterday.
I have a cron to download a daily log, then pass that into logstash to index all the events.
eg bin/logstash -f custom-config.yml < /logs/log-2017-11-15.log
I haven't changed the config, but logstash seems to have hidden my data somewhere.
Normally it would create an index logstash-2017.11.15
(the default pattern) but I can't find that index for yesterday.
I am using xpack with a basic license, I don't know if that could have effected anything?
I just installed xpack in logstash, and have now got the Logstash monitoring in Kibana, which says it has received and emitted about a million events, which is about right for the log file. But I can't for the life of me find them!
I have run the command manually with --debug
but that doesn't tell me anything, and there don't seem to be any errors in /var/log/elasticsearch/elasticsearch.log
Have I missed some obvious step in the upgrade??
Thanks
Chris