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
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: Matching cron expressions

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

Design, Compete, Win: Submit Your Best Splunk Dashboards for a .conf26 Pass

Hello Splunkers,  We’re excited to kick off a Splunk Dashboard contest! We know that dashboards are a primary ...

May 2026 Splunk Expert Sessions: Security & Observability

Level Up Your Operations: May 2026 Splunk Expert Sessions Whether you are refining your security posture or ...