Filebeat service Start but not work, Error

2018-01-29T13:59:37+03:30 INFO Non-zero metrics in the last 30s: beat.info.uptime.ms=30001 beat.memstats.gc_next=10555920 beat.memstats.memory_alloc=5393592 beat.memstats.memory_total=19446152 filebeat.harvester.open_files=4 filebeat.harvester.running=4 libbeat.config.module.running=0 libbeat.output.read.bytes=2003 libbeat.output.write.bytes=173 libbeat.pipeline.clients=1 libbeat.pipeline.events.active=4117 libbeat.pipeline.events.retry=2048 registrar.states.current=4

`

2018-01-29T14:00:12+03:30 ERR Failed to connect: x509: certificate is valid for elk.mydomain.net, not l-elk1.mydomain.net

`

It seems to me that you have certificate problems. You are trying to send to l-elk1.mydomain.net and have the cert of elk.mydomain.net. By changing your cert to the right one eliminates this problem.

If you need help on SSL, you can find more here: https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html

Let me know if you have further questions.

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