Parsing data in Kibana

Hi all, i have data like this,

How do i parsing this data? I need data id or data amount to have its own labels.

There are 3 popular ways to achieve that:

  1. Using Logstash or Elasticsearch ingest pipeline to parse those records before they are indexed in Elasticsearch
  2. Using runtime fields to parse this data after indexing (Runtime fields | Elasticsearch Guide [master] | Elastic)

Which version of our stack are you using?
Best,
Matthias

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