Reporting

[ adding row numbers to scheduled save search]

asarolkar
Builder

I have a saved search which lists results in this format

Field1 Field 2 Field 3
A aa aaa
B bb bbb

When I schedule a saved search and schedule it to send out a report via email, I need for the final report to contain row numbers as well - so its readable - preferably as the FIRST column (in the extracted csv -- or the inline format - we get to pick from either of these two options)

I would I do that ?

0 Karma
1 Solution

Stephen_Sorkin
Splunk Employee
Splunk Employee

You can use streamstats. To the search, add:

| streamstats count as row
| table row Field1 Field2 Field3

View solution in original post

sloshburch
Splunk Employee
Splunk Employee
0 Karma

Stephen_Sorkin
Splunk Employee
Splunk Employee

You can use streamstats. To the search, add:

| streamstats count as row
| table row Field1 Field2 Field3

asarolkar
Builder

that worked like a charm ! thanks

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 ...