I am newbie to ELK and I have able to work on the queries, but need help with Kibana Visualization for line chart value extracted from fields.
Here is the document and I would like to prepare a line chart with 4 lines from values extract from fields (dist,dcs,cap,distltocap) and line sum of all four values and groupby UniqueID. Each document has unique ID with values for these fields. Could you please advise?
I would like to prepare a line chart with 4 lines from values extract from fields (dist,dcs,cap,distltocap)
You should be able to do this by adding metrics on the Y axis. You will need to select something like, Max, Min, Sum, or average because you could get multiple documents in the same bucket chosen for the x-axis. If there is only a single doc in each bucket, then it shouldn't matter which of these metrics you select.
Thanks for the replay. I am able to use the expression provided and able to plot the values after calculating the sum. Just a question, how can I tag or represent each value with corresponding UniqueID in the chart?
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.