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
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...