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!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

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