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
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...