How to visualize simple data points

Hi, How can I view simple data point on a line or bar graph in Kibana.

For E.g. I have below data in csv

Date, Count
2017-10-20, 45000
2017-10-21, 50000
2017-10-22, 55000
2017-10-23, 51000
2017-10-24, 52000

I want to see individual nodes for each of these and not any aggregations. How can I do that in Kibana. Thanks

Set the interval on the aggregation to daily.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.