Splunk Search

Eval command on a field with multiple words

cmak
Contributor

I want to use the eval command to create another field using an existing field. However, the existing field has multiple words. Normally, I would use quotation marks around the field, but eval treats that as a string.

|eval newfield="My Old Field"

This code would simple use the string "my Old Field" instead of values from a field called "My Old Field". How do i fix this?

Tags (3)
0 Karma
1 Solution

jonuwz
Influencer
|eval newfield=$My Old Field$

View solution in original post

gkanapathy
Splunk Employee
Splunk Employee

Another way is to use single quotes for field names with difficult characters:

eval newfield='My Old Field'

Note that this works in eval and where clauses, but quoting in search commands in general is inconsistent.

cmak
Contributor

Great, this works for advanced XML dashboards

0 Karma

jonuwz
Influencer
|eval newfield=$My Old Field$

cmak
Contributor

Great, it works 🙂

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 ...