Splunk Search

Can i have field names with spaces ?

rakesh_498115
Motivator

Hi ,

Can I have the fieldnames with spaces . i.e I have used the rename command in my search Query as follows..

my search ..| rename Prod_id as Product Details

This is throwing error..How can i use the rename command or is there any way to rename the fields with spaces included in the middle as shown above..

Please help..Thanks.

1 Solution

sdaniels
Splunk Employee
Splunk Employee

yes, you just need double quotes around the name.

... | rename Prod_id as "Product Details"

View solution in original post

luthfi49
Explorer

But I cannot calculate that field with space by eval command..
How can I calculate field with name containing space ?

0 Karma

rakesh_498115
Motivator

hi luthfi49,

for fields name with space , you can use in eval statement using single quote notation.

i.e. for example :

1) eval 'Product Details' = 'Product Details' + " Field "

2) eval 'user count' = 'user count' * 20

where "user count" is the field name.

thanks,
Rakesh.

grijhwani
Motivator

You don't. You leave the field name conversion until presentation time.

sdaniels
Splunk Employee
Splunk Employee

yes, you just need double quotes around the name.

... | rename Prod_id as "Product Details"
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

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

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...