Splunk Search

Can't use eval function on fields extracted from json log using spath

myobmatt
New Member

I have extracted fields from a json log using spath, I want to add double quotes to the tabled results using ... | eval myval="\"".myval."\"" but no eval function seems to work on the fields extracted in this way. What am I doing wrong??

Tags (1)
0 Karma

niketn
Legend

@myobmatt can you add some JSON data sample along with the field name that spath extracts?

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"
0 Karma

myobmatt
New Member

Any field that I have extracted from the json log using spath, when I try to apply ANY eval function, comes up blank when I try to table it

0 Karma

tiagofbmm
Influencer

Hi

You jus need one set of \" in the beginning and one in the end, like this

| eval myval="\""+myval+"\""
0 Karma

tiagofbmm
Influencer

Please let me know if the answer was useful for you. If it was, accept it and upvote. If not, give us more input so we can help you with that

0 Karma

493669
Super Champion

Hi
have you tried this:

|eval myval="\"".myval."\""
0 Karma
Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...