Splunk Search

how get combine result from two different search to a timechart

jackieh00
New Member

I have 2 search

search 1
index=A "testx" | stats count(user) AS total1 by _time

search 2
index=B "testx" | stats count(account) AS total2 by _time

I want a timechart span=1d with count total1, total2, and total1+total2.
I've tried this,
index=A "testx" | stats count(user) AS total1 by _time| appendcols [search index=B "testx" | stats count(account) AS total2 by _time] | eval total = total1 + total2| timechart span=1d count(total1), count(total2), count(total)

but the total only has total2 count. How can I fix this?

0 Karma

pradeepkumarg
Influencer
(index=A "testx" ) OR (index=B "testx")| timechart count(user) AS total1 count(account) AS total2 | eval total=total1+total2
0 Karma

jackieh00
New Member

Thanks but I total still has total2 count, total1 number is 0.

0 Karma
Get Updates on the Splunk Community!

More Ways To Control Your Costs With Archived Metrics | Register for Tech Talk

Tuesday, May 14, 2024  |  11AM PT / 2PM ET Register to Attend Join us for this Tech Talk and learn how to ...

.conf24 | Personalize your .conf experience with Learning Paths!

Personalize your .conf24 Experience Learning paths allow you to level up your skill sets and dive deeper ...

Threat Hunting Unlocked: How to Uplevel Your Threat Hunting With the PEAK Framework ...

WATCH NOWAs AI starts tackling low level alerts, it's more critical than ever to uplevel your threat hunting ...