Splunk Search

Can you help me with my filtering search?

simbug
New Member

Hi,

I am trying to create a list of customers based on one event type but then show stats from all the events by those customers. I tried the following:

index=event
| join type=inner Username
[ search index=event event_type=web_login ]
| stats sum(purchase.amount)

But with this structure, I only get purchase.amount for web_login event whereas I want to have a sum from all events from those customers.

Thanks in advance,
Simon.

0 Karma

richgalloway
SplunkTrust
SplunkTrust

A subsearch without join should work for that.

index=event [ search index=event event_type=web_login Username=* | fields Username | format ]
| stats sum(purchase.amount)
---
If this reply helps you, Karma would be appreciated.
0 Karma
Get Updates on the Splunk Community!

.conf25 technical session recap of Observability for Gen AI: Monitoring LLM ...

If you’re unfamiliar, .conf is Splunk’s premier event where the Splunk community, customers, partners, and ...

A Season of Skills: New Splunk Courses to Light Up Your Learning Journey

There’s something special about this time of year—maybe it’s the glow of the holidays, maybe it’s the ...

Announcing the Migration of the Splunk Add-on for Microsoft Azure Inputs to ...

Announcing the Migration of the Splunk Add-on for Microsoft Azure Inputs to Officially Supported Splunk ...