Splunk Enterprise

Results are miss match while using appedcols

marisstella
Explorer

Hello everyone,

I am getting incorrect values while using appendcols to fetch the different results like a currentweek, 1weekago,  2weeksago.

 

|bin _time span=1h |
stats count{trid) as transaction_count_1WAgo avg(duration) as Average RT_1WAgo by _time ABC | fields *
 
|appendcols [search earliest=** latest=** |
|bin _time span=1h
| stats count(trid) as transaction_count_2WAgo avg(duration) as Average RT_2WAgo by _time ABC | fields *
]
 
|appendcols [search earliest=** latest=** |
|bin _time span=1h |
stats count{trid) as transaction_count_currentweek avg(duration) as Average RT_currentweek by _time ABC| fields *]
 
If I run all this queries individually it shows some results and when I am trying to use them in a single search by appending using "appendcols" they shows different..
 
Please suggest on this?
Note: i have used all latest, earliest time frames correctly but didn't show here.
Labels (3)
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!

.conf25 Global Broadcast: Don’t Miss a Moment

Hello Splunkers, .conf25 is only a click away.  Not able to make it to .conf25 in person? No worries, you can ...

Observe and Secure All Apps with Splunk

 Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

What's New in Splunk Observability - August 2025

What's New We are excited to announce the latest enhancements to Splunk Observability Cloud as well as what is ...