Splunk Search

Why doesn't my rename work? Error in 'rename' command: Usage: rename [old_name AS/TO/-> new_name]+.

iiooiiooiioo
Explorer

I have this splunk search:

host=app-dev-001 terminating | convert timeformat="%Y-%m-%d" ctime(_time) AS date | sort term_user | rename term_user AS 'Terminated User'

When I run it I get this error:

Error in 'rename' command: Usage: rename [old_name AS/TO/-> new_name]+.

This search works:

host=app-dev-001 terminating | convert timeformat="%Y-%m-%d" ctime(_time) AS date | sort term_user | table term_user

I get results that look like:

alt text

0 Karma
1 Solution

richgalloway
SplunkTrust
SplunkTrust

Try rename term_user AS "Terminated User". Splunk has different uses for single and double quotes.

---
If this reply helps you, Karma would be appreciated.

View solution in original post

richgalloway
SplunkTrust
SplunkTrust

Try rename term_user AS "Terminated User". Splunk has different uses for single and double quotes.

---
If this reply helps you, Karma would be appreciated.
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, ...