Knowledge Management

Why are my json data extracted twice

rolfberkenbosch
New Member

My inputs.conf is:

[monitor:///var/log/grains.log]
sourcetype = grains_log
disabled = 0
index = os

My props.conf is as follows:
[grains_log]
INDEXED_EXTRACTIONS = json
KV_MODE = none

But I keep seeing double values.

Does someone has an idea what I miss here ?

Tags (1)
0 Karma

ddrillic
Ultra Champion

-- double values

What do you mean by that? do you see the events once and twice the count of values on the fields side bar?

0 Karma

felipesewaybric
Contributor

while you can find the solution, you can use "| dedup _raw" to remove duplicates,

0 Karma

mdsnmss
SplunkTrust
SplunkTrust

These questions should help answer yours. The INDEXED_EXTRACTIONS = json should be located where the data is being indexed. If the search head is on a different system from where the indexing is taking place then you will also need the props.conf for that sourcetype on the search head specifying KV_MODE = none. It's likely you are getting both index time and search time extractions for the JSON data.

micahkemp
Champion

You may consider converting this to an answer.

0 Karma

somesoni2
Revered Legend

Where does this props.conf resides? Do you've dedicated search heads?

Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...