kibana 7.2 elasticsearch 7.2 filebeat 6.7.2
filebeat modules enable suricata
suricata.yaml
filebeat.yml
filebeat -e -d "publish"
we can see that the content of eve.json has read out, but can not display in kibana
can anyone help me?
kibana 7.2 elasticsearch 7.2 filebeat 6.7.2
filebeat modules enable suricata
suricata.yaml
filebeat.yml
filebeat -e -d "publish"
we can see that the content of eve.json has read out, but can not display in kibana
can anyone help me?
A couple things to begin debugging - we need to first figure out if the data is making it into Elasticsearch.
What is the output of GET /_cat/indices
(docs)
Check the filebeat logs for errors. Where these logs are depends on how you have installed Filebeat. If you need assistance with this let me know the OS and how you install Filebeat.
Looking at your config, I wonder if there are issues, as witheve-log.enabled: yes
. This should be a boolean value, true
. Additionaly, the comment for filetype
gives some possible values, but you have a value of file
which is not provided as an option. Maybe you want regular
? The Beats topic could probably assist you more with that.
Some additional information from @HaranKumar:
Thank you for you answer
The third picture is the output of "filebeat -e -D "pubulish" "
The output of curl 'localhost:9200/_cat/indices?v'
the output of curl 'localhost:9200/filebeat-6.7.2-2019.07.31/_search?q=*&pretty'
elasticsearch has received the eve.log content
now i can get the eve.json on kibana ,thanks all.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.