Splunk Dev

tstats index aggregation

vamsigurram
Path Finder

Hi,

I have a host.csv, with 20K+ hosts in it.

I am expecting values(index) by host.

But tstats gives error for the below command.

| tstats values(index) where index=* [| inputlookup eft_hosts2.csv | format ] by host 

I get below error.

Error in 'TsidxStats': Aggregations are not supported for index, splunk_server and splunk_server_group

 

I do not want to use the stats command as shown below, becasue it will never complete and very performance intensive.

index=* [| inputlookup eft_hosts2.csv | format ]  | stats values(index) by host

is there any other command that can search meta files and do index aggregation per host?

Labels (1)
0 Karma
1 Solution

renjith_nair
SplunkTrust
SplunkTrust

Does this help ?

 

|  tstats count  where index="*" [| inputlookup eft_hosts2.csv | format ]  by host,index|stats values(index) by host
Happy Splunking!

View solution in original post

0 Karma

renjith_nair
SplunkTrust
SplunkTrust

Does this help ?

 

|  tstats count  where index="*" [| inputlookup eft_hosts2.csv | format ]  by host,index|stats values(index) by host
Happy Splunking!
0 Karma
Get Updates on the Splunk Community!

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...