I have a stack of Filebeat->Logstash-Elasticsearch-Kibana. Recently I had an issue with the server disk space and my logs weren't writing for 1 day. Once I got the issue fixed I can't see my logs for this certain day when the whole stack didn't work. This command doesn't provide my custom index, only system ones.
$ curl -XGET localhost:9200/_cat/indices?pretty | grep 2019.10.17
What should I do to create index and restore/push logs to it? Is it the issue of logstash or Elasticsearch? Looks like logstash.