Timeline summary data from table

Hi,
Suppose we have summary data in one table, for example:
sampleData

Is there any way to show this already prepared table data (based on count(*) of records for specific ID for specific DAY) on time line using Kibana, without using these aggregate functions from Kibana, only to represent already prepared data ...

Many thanks!

Vega is the tool in Kibana for visualizing data without using aggregations. See https://www.elastic.co/guide/en/kibana/7.9/vega-graph.html

The main Vega abilities here that apply are:

  • Extracting data from _source instead of aggregation
  • Scatter charts

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