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!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

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