Kibana not showing logs

Hi All ,

Kibana not showing logs for remote IP in linux ,for local linux machine I am able to see,when I run below command

sudo -u logstash /usr/share/logstash/bin/logstash --path.settings /etc/logstash -f /etc/logstash/conf.d/log1.conf

it displays

Sending Logstash's logs to /var/log/logstash which is now configured via log4j2.properties

but no logs appearing in kibana ,please help

Hello, can you first check if the indices get to Elaticsearch?
Run a GET _cat/indices on your ES cluster and see if there's a logstash index there.
If not, you might want to go to the Logstash part of the forum and post there your conf file and they will help you debug.

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