How to show data without aggregation function

Hi All,
My settings are Elasticsearch 7.4.0 and Kibana 7.4.0. My program feeds data
into ElasticSearch. The data contain a timestamp and a value. I want to
create a bar chart, with the timestamp as X-axis and the value as Y-axis,
directly. No aggregation. How can I make it? Appreciate any hints.

Thanks.
Ramesh.Vin

There are two options for you:

  1. Use Vega https://www.elastic.co/blog/custom-vega-visualizations-in-kibana

  2. Use Canvas with ES SQL https://www.elastic.co/guide/en/kibana/current/canvas-tutorial.html#_customize_your_data_with_metrics

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