Getting Data In

Single Value fields Ingested as Multi Value

fdarrigo
Path Finder

I never ran into this problem before, but I hope someone has..

I have a python script which calls a REST API and passes the JSON to Splunk via the HEC.
The fields are single-valued, however, Splunk converts them to multi-value.
alt text

Does anyone know why this is happening and how to fix it?

Tags (1)
0 Karma

woodcock
Esteemed Legend

Set KV_MODE to NONE and it will go away. Actually a value of AUTO might be better but the real problem is that right now it is set to JSON which is wrong because then you are parsing the JSON twice. This is definitely the problem.

jkat54
SplunkTrust
SplunkTrust

Do you have multiple extraction methods defined?

Such as using indexed_extractions and kv_mode?

0 Karma

fdarrigo
Path Finder

No I don't

0 Karma

jkat54
SplunkTrust
SplunkTrust

Can you provide a data sample and the sourcetype you’re using?

0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...