Hi, I am importing a csv file and need to convert the fields that contain numbers to float to compute them in Kibana. However the bytes fields that contain volume of data should in Kibana be recognized as such. How can I do this, here is the current filter configuration I am using:
Apologies for not being clear, let me try and elaborate. The objective is the following:
I have a CSV file that I would like to use in Kibana and when computing the volumes in bytes that the dashboard automatically computes values to MBytes, Gytes, etc. as applicable. As per the filter on top is what I am currently using, I also tried integers however when in Kibana dashboard it shows in bytes only. Here is an example:
In Kibana the type is number.
In Elastic search it is mapped as the following:
"Bytes_of_Downlink_Data_Packets_Received_Interface(Byte)":{"type":"double"}
I am using the default logstash indexing:
output {
elasticsearch {
hosts => ["localhost:9200"]
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.