Splunk Search

Unable to search based on certain fields

sidthesloth98
New Member

In each JSON event that I put into Splunk, I have a field with the format:

"field": "1:2:3:4"
However, whenever I try to run a search using this field, it always says that there are 0 results, even though I can see plenty of events with this field.

One work around I found was to use spath, and then I was able to search using it, but I'd rather not have to do that every time

Thanks in advance for any help.

Tags (3)
0 Karma

manjunathmeti
Champion

Are you seeing values for the "field" in your base index search? Is this field extracted in index?

0 Karma

sidthesloth98
New Member

Yeah, I can see these values in the events, just not when I try to search on a certain value. It's not extracted in index

0 Karma

manjunathmeti
Champion

Looks like this field is not extracted during index time. And during search time ":" in the field value causing issues. Are you able to filter the data based other fields in the index?

0 Karma

sidthesloth98
New Member

I can search with all other fields in the index, its just this one that I have problems with

0 Karma

manjunathmeti
Champion

Then this field is not extracted during index-time. Try and check:
index= | search field="1:2:3:4" OR index= | where field="1:2:3:4"

0 Karma

to4kawa
Ultra Champion

I see, Can you provide samples?

0 Karma

codebuilder
Influencer

Are the other fields displayed that you expect to be extracted?

----
An upvote would be appreciated and Accept Solution if it helps!
0 Karma

to4kawa
Ultra Champion
0 Karma

richgalloway
SplunkTrust
SplunkTrust

spath is the command for parsing json data. What is your objection to using it?

---
If this reply helps you, Karma would be appreciated.
0 Karma

sidthesloth98
New Member

It just feels messy to me, I don't see why I would have to use it if the data is already there when indexing

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!

Persistent Queue at TcpOut — One of Splunk's Most Practical Features

Splunk introduced persistent queueing at the tcpout layer as one of the most practical resilience features in ...

Skip the Awkward Silence: Have a .conf-ersation at .conf26

Picture this. You arrive at .conf26 already having your socializing and networking plans mapped out. No ...

Rethinking Zero Trust: From Product Purchases to Logical Control Evidence

Implementing Zero Trust (ZT) across complex environments often falters at the very beginning due to a ...