Getting Data In

Remove or replace multivalue field before to index

DanielSp
Explorer

Hello,

I have a .json that contains any multivalue fields.

I would like to avoid that any multivalue field be indexed, because It contais a lot of data that I want to avoid index.

Is there any way to do It?

I have try other options like replace all multivalue text by a character, with the follow command ( | rex field="changelog.histories{}.history" mode=sed "s/(^.+)/x/g" )in a search, and I am able to change:
asderdas
asd34sdas
asdaserwerw
by 
x
x
x

although I have tried with SEDCMD-xyz = s/"changelog.histories{}.history"=^.+/x/g in "Add data"-"Set sourcetype" window- Advanced and I don't achieve It.
I would like to avoid index "changelog.histories{}.history" or change:
asderdas
asd34sdas
asdaserwerw
by
x
(changing all multivalue values for only a character(x for example)

Is It possible?

Thanks a lot and regards

Daniel

Labels (4)
0 Karma

scelikok
SplunkTrust
SplunkTrust

Hi @DanielSp,

Props.conf SEDCMD command works on _raw data. That is why your regex must be able to capture patterns from raw data. 

 

If this reply helps you an upvote is appreciated.

If this reply helps you an upvote and "Accept as Solution" is appreciated.
0 Karma
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!

Deep insights, no barriers: Splunk Observability Cloud Free Edition

As software delivery cycles continue to accelerate, observability shouldn’t be a luxury — it should be a ...

Monitoring AI Agents with Splunk Observability Cloud

Let’s say I’m running a travel planning AI app in production. A user asks for three concise hotel options in ...

[Puzzles] Solve, Learn, Repeat: Tiling

This puzzle (first published here) is based on finding groups of tessellated tiles (inspired by floor tiles I ...