Hi,
I have an issue with JSON events having multivalue fields.
We are using scripted input to ingest the data. The scripted input resides on the collector.
I have the following defined in the props.conf on the collector and no where else
[sourcetype_abc]
INDEXED_EXTRACTIONS = json
KV_MODE = none
Going through a few previous posts, it's being advised that KV_MODE = none need to be placed on the Search Head. Can someone confirm this? Do I also need to make use of AUTO_KV_JSON = false?
So does it need to be as follows:
On Collector
[sourcetype_abc]
INDEXED_EXTRACTIONS = json
On SH
[sourcetype_abc]
KV_MODE = none
Hi,
Yes configuration which you provided is correct.
On Collector
[sourcetype_abc]
INDEXED_EXTRACTIONS = json
On SH
[sourcetype_abc]
KV_MODE = none
Hi,
Yes configuration which you provided is correct.
On Collector
[sourcetype_abc]
INDEXED_EXTRACTIONS = json
On SH
[sourcetype_abc]
KV_MODE = none
@harsmarvania57 Thanks. That worked.