I am learning to use ELK Stack and i would like to know how to change the value of a fields in kibana.
I am currently using packetbeat which analyze the traffic on the network in real time with a port mirroring which send the data first to logstash then to elasticsearch and finally to kibana.
I am getting the right client_ip but i want to change it to get custom name for each client who are connected in kibana visualization
I am using ELK stack in version 6.3
My network using a proxy btw
In your data pipeline, since you have Packetbeat sending to Logstash, perhaps you could add the rules for processing the data using filters in the Logstash configuration. That would be the top recommendation: prepare the data as needed before it gets indexed into Elasticsearch, and then you have have it in your index mapping.
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.