I\'m facing a following problem. In Kibana 4 I\'ve created a line chart based on my input from elasticeasrch but I can only display average, min, max instead of an actual va
To create a value over time line chart in Kibana, follow these steps:
Go to visualize tab and select line chart
In the X-axis, select X-axis, Aggregation as Date Histogram and then select your timestamp field as the date field.
Next for the Y-Axis, select Sum as the aggregation and then bytes as the field.