Splunk Search

How do you get the count value by using tstats or stats command?

rakesh44
Communicator

Hi Team,

I am using the below command for getting the total value of Payable_Column & show the total count:

index=ghl_gj sourcetype="Gaget" Period="Aug-18" | where date="2018-12-16" | stats count by Payable_Column | addcoltotals

Example

Payable_Column Count
1 1
2 2
3 2

Required
Payable_Column Count
6 5

0 Karma

sdchakraborty
Contributor
index=ghl_gj sourcetype="Gaget" Period="Aug-18" | where date="2018-12-16" | stats count by Payable_Column | stats  sum(Payable_Column) as Payable_Column , sum(count) as count

is that what you want?

Sid

0 Karma

rakesh44
Communicator

@sdchakraborty Perfect but it is taking too much time to fetch data , i have 4000000 events. Can we expedite by using tstats command

0 Karma

ddrillic
Ultra Champion

You can use tstats if the fields in the command are index fields.

0 Karma

rakesh44
Communicator

but what be the command

| tstats index=ghl_gj sourcetype="Gaget" Period="Aug-18" | where date="2018-12-16" | stats count by Payable_Column | stats sum(Payable_Column) as Payable_Column , sum(count) as count

0 Karma
Get Updates on the Splunk Community!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...