Splunk Search

Is it possible to use the percent sign (%) in a field name?

DaniR86
Engager

Is it possible to us '%' in a field name? Splunk doesn't seem to like it.

I have...

rename  LeadRatio as "B2BLeadRatio%"
Tags (3)
0 Karma
1 Solution

gyslainlatsa
Motivator

hi DaniR86,

this is a possible, that is the example that use

index=test |rename test1 AS test1% |table name test1% test2

the result is this:

alt text

View solution in original post

gyslainlatsa
Motivator

hi DaniR86,

this is a possible, that is the example that use

index=test |rename test1 AS test1% |table name test1% test2

the result is this:

alt text

gyslainlatsa
Motivator

Thanks for you vote

0 Karma

DaniR86
Engager

Huh, must have been an error I couldn't see. That has worked perfectly.

Thank you.

0 Karma

gyslainlatsa
Motivator

please don't forget to vote and accepted my answers

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...