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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...