Dashboards & Visualizations

Is it possible to limit the number of events recieved from a particular index?

jithinmathew
Explorer

Hi all,

I wish to make a dashboard that sort of shows an End to End flow of transactions. For this, I need to be using multiple indexes and source types. I only want to display the top 2 or 5 events grabbed from any index.

For example:

  • Index = foo
  • Index = bar

I want to grab the last 2 events from foo and the last 2 events from bar putting them both into the same table view.

Tags (1)
0 Karma
1 Solution

adonio
Ultra Champion

maybe like this:

 index = foo 
| head 2 
| append [ search index = bar | head 2 ]
| stats count by _raw index
| table _raw index

hope it helps

View solution in original post

0 Karma

adonio
Ultra Champion

maybe like this:

 index = foo 
| head 2 
| append [ search index = bar | head 2 ]
| stats count by _raw index
| table _raw index

hope it helps

0 Karma

jithinmathew
Explorer

Hi Adonio,

Thanks for the suggestion.

Is there anyway to append that to this clause:

index="Foo" OR index="bar" source="FOO" OR source="BAR" .

I have tried to do this:

(index=foo source="FOO" | head 2) OR (index=bar source="BAR" | head 2) but this did not seem to work 😞

0 Karma

adonio
Ultra Champion

not sure what you are trying to do here ... can you elaborate?

Get Updates on the Splunk Community!

Introduction to Splunk Observability Cloud - Building a Resilient Hybrid Cloud

Introduction to Splunk Observability Cloud - Building a Resilient Hybrid Cloud  In today’s fast-paced digital ...

Observability protocols to know about

Observability protocols define the specifications or formats for collecting, encoding, transporting, and ...

Take Your Breath Away with Splunk Risk-Based Alerting (RBA)

WATCH NOW!The Splunk Guide to Risk-Based Alerting is here to empower your SOC like never before. Join Haylee ...