Hey,
Apologies if this has come up before, I am new to Elastic Stack. This was working but stopped after about 4 Hrs. I am collecting SNMP data with collectd and sending it to logstash, but its not processing any more. Getting the following error in logstash logs.
`"reason"=>"object mapping for [host] tried to parse field [host] as object, but found a concrete value"}`
elastic and logstash version are. 7.17.3
input {
udp {
port => 25826
buffer_size => 1452
codec => collectd { }
}
}
output {
elasticsearch {
hosts => ["172.20.215.27:9200"]
index => "collectd-%{+YYYY.MM.dd}"
}
}
Thanks for any assistance