No matching indices found: No indices match pattern "filebeat-*"

Hi, I have installed ELK stack in my laptop,
but can't access to nginx statistics in kibana,

here is the error
No matching indices found: No indices match pattern "filebeat-*"

curl http://localhost:9200/_cat/indices?v
health status index uuid pri rep docs.count docs.deleted store.size pri.store.size
green open .kibana WVQ2P-pySSmmi7kBWLNXMg 1 0 147 22 200.4kb 200.4kb

As you can see I not have filebeat in elasticsearch indices, I can't add it from kibana.
I think filebeat not send logs, because I changed output from elasticsearch to logstash in filebeat.yml file now I not have any errors because indices created, but can not see any logs.

How I can resolve this issue?
Thanks

I have fixed this issue.
You can close this one.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.