Error screenshot like below:

Error: connection reset by peer ,during filebeat connect to elk.

 

Reason:

What I found that was the machine failing had same configuration files . I use sebp/elk which has some config file in the path: /etc/logstash/conf.d. And I create an new config file of logstash-input in the path . When logstash is starting , it will read all files in it's config path(/etc/logstash/conf.d). The result is there are two logstash-input file read .

Fix:

Delete one logstash_input file .

相关文章:

  • 2021-08-25
  • 2021-07-06
  • 2021-04-29
  • 2022-12-23
  • 2021-08-17
  • 2021-06-28
  • 2021-09-07
  • 2021-11-10
猜你喜欢
  • 2021-06-18
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案