Splunk Search

custom field values with space character

rarki
Explorer

i can not search custom field values(with space character) that JSON type data coming from jira app.

for example
customfield1 ="abc abc"

but if I use spath function inside Splunk search I can filtre the customfield value

index=jira
| spath "fields.customfield1"
| search "fields.customfield1"="abc abc"
results found.

index=jira "fields.customfield1"="abc abc"
No results found.

why does the second search is can not find any results ?
how can the second search work correctly ?

0 Karma
1 Solution

rarki
Explorer

It turns out this problem has nothing to with space character, its because of a spacial character that in custom fields value.

View solution in original post

0 Karma

rarki
Explorer

It turns out this problem has nothing to with space character, its because of a spacial character that in custom fields value.

0 Karma

jacobpevans
Motivator

Greetings @rarki,

Could you try this? Note the single quotes vs. the double quotes.

index=jira 'fields.customfield1'="abc abc"

Cheers,
Jacob

Cheers,
Jacob

If you feel this response answered your question, please do not forget to mark it as such. If it did not, but you do have the answer, feel free to answer your own post and accept that as the answer.
0 Karma

rarki
Explorer

thats not working also but thank you for the comment @jacobevans

0 Karma
Get Updates on the Splunk Community!

Splunk Enterprise Security 8.x: The Essential Upgrade for Threat Detection, ...

 Prepare to elevate your security operations with the powerful upgrade to Splunk Enterprise Security 8.x! This ...

Get Early Access to AI Playbook Authoring: Apply for the Alpha Private Preview ...

Passionate about security automation? Apply now to our AI Playbook Authoring Alpha private preview ...

Reduce and Transform Your Firewall Data with Splunk Data Management

Managing high-volume firewall data has always been a challenge. Noisy events and verbose traffic logs often ...