Hi Team,
I'm working on Kibana 6.0. I'm feeding data via logstash and my data is in csv format.
My Data:
Time,Status,ServiceName
2018-03-15 15:30,Up,FETCH
2018-03-15 15:30,Up,UPDATE
2018-03-15 15:30,Up,DELETE
2018-03-15 15:31,Up,FETCH
2018-03-15 15:31,Up,UPDATE
2018-03-15 15:31,Up,DELETE
2018-03-15 15:35,Up,FETCH
2018-03-15 15:35,Up,UPDATE
2018-03-15 15:35,Down,DELETE
with the above data, i have my data table as the same with Time,Status,ServiceName as column names and values as the respective column data.
My requirement here to have below:
I would be having time as column names (dynamically) and rest of the data as shown.
Please let me know if this is possible and how can we achieve this type of visualization in Kibana.
Thanks.