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!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...