Hi,
I am running a test environment with following:
ES & Kibana:5.2.2
-
I imported 2 .csv files from different paths using logstash input
-
I have created one index "meters" for both csv files.
-
These contain metering statistics
-
I have a field named "path"- which gives me the name of csv file such as:
-
path: "drive:/some/path/data_as_on_2017-03-15"
-
path: "drive:/some/path/data_as_on_2017-03-16"
-
Another field named "meter_read"(number) provides me the reading of meters for all metering station for specific dates.
-
Now i need to plot a line or bar chart for the meter_read difference calculated from different .csv which will be like consumption on 2017-03-15
-
consumption on 2017-03-16
-
And the difference between the meter_read value for these 2 dates.