Splunk Search

Getting duplicate rename fields error after upgrade from 6.3.0 to 6.4.2

bandit
Motivator

The following search worked prior to upgrade:

| stats sparkline count dc(sourcetype) as sourcetype last(_raw) as last_raw_msg values(sourcetype) as sourcetype last(_time) as earliest_msg_time first(_time) as latest_msg_time values(index) as index by punct
| eval delta=round((latest_msg_time-earliest_msg_time),0)
| eval msg_per_sec=round((count/delta),2)
| convert ctime(earliest_msg_time) ctime(latest_msg_time)
| table last_raw_msg count sourcetype sparkline msg_per_sec sourcetype earliest_msg_time latest_msg_time
| sort -count

Error in 'stats' command: 1 duplicate rename field(s)

0 Karma
1 Solution

somesoni2
Revered Legend

You do have a duplicate stats functions dc(sourcetype) as sourcetype and values(sourcetype) as sourcetype. I can't imagine this would have worked in 6.3.0.

Any how, you can (should) change the name of one of them.

View solution in original post

somesoni2
Revered Legend

You do have a duplicate stats functions dc(sourcetype) as sourcetype and values(sourcetype) as sourcetype. I can't imagine this would have worked in 6.3.0.

Any how, you can (should) change the name of one of them.

bandit
Motivator

Thanks, Somesh
My brain wasn't registering that "as" is equivalent to the "rename" command.

Rob

0 Karma
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, ...