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
- /ttt/apache-daily-access.log
logstash
input {
beats{
port=>"5555"
client_inactivity_timeout => "1200"
}
}
output {
elasticsearch {
hosts =>"elkstack:9222"
index => "filebeatindextest"
}
}
Thank you very much