@grexo94 - Basically, I think the problem you have is with JSON List. There are two approaches that I could think of from which you can start: HEC If you are already using HEC for data ingestion, OR If you have ingestion flexibility on how you ingest data, and you can convert existing ingestion into a HEC data sending script In this case, you can basically programatically handle JSON List properly to put each entry in its own event and send it to Splunk individually into a separate metric event. https://help.splunk.com/en/splunk-enterprise/get-data-in/metrics/9.2/get-metrics-data-in/get-metrics-in-from-other-sources Ingest Processor If you don't have flexibility in ingestion, you can use the Ingest Processor of Splunk to convert JSON List into individual JSON events (metrics) to be ingested separately. https://lantern.splunk.com/Platform_Data_Management/Transform_Pipelines/Using_Ingest_Processor_to_convert_JSON_logs_into_metrics I hope this helps!!!
... View more