Failed to publish events: write tcp write: broken pipe

Hi Team,

Could you please give me some tips tricks ... what else shloud I try ..
My filebeats.conf

filebeat.inputs:

  • type: log
    paths:
    • /ttt/apache-daily-access.log
      scan_frequency: 10s
      output.logstash:
      enabled: true
      hosts: ['elkstack:5555']
      loadbalance: true

logstash

input {
beats{
port=>"5555"
client_inactivity_timeout => "1200"
}
}
output {
elasticsearch {
hosts =>"elkstack:9222"
index => "filebeatindextest"
}
}
Thank you very much :slight_smile:

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