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!

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...

New! Splunk Observability Search Enhancements for Splunk APM Services/Traces and ...

Regardless of where you are in Splunk Observability, you can search for relevant APM targets including service ...

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...