In logstash node input filter, I have;
mutate {
add_field => { "syslog_host" => "%{host}" }
}
dns {
reverse => [ "host" ]
action => "replace"
}
but in Kibana host field is always ip address, and syslog_host filed added is also ip address.
How can you replace with hostname?
nslookup won't show reverse dns for our internal servers so that is why it doesn't resolve I guess.
All syslog message field have hostname so is there any ways to retrieve a hostname and show on Kibana field?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.