Splunk Search

Pattern search through the delivered list in dashboard panel

damucka
Builder

Hello,

I was wondering if it is possible to have kind of search through the delivered results in the dashboard panel.
My case is that I want to list the source files (logfiles/crashdump files) in one of the panels. The coresponding search is:

| metadata type=sources index=mlbso | rename totalCount as Count firstTime as "First Event" lastTime as "Last Event" recentTime as "Last Update" | fieldformat Count=tostring(Count, "commas") | fieldformat "First Event"=strftime('First Event', "%c") | fieldformat "Last Event"=strftime('Last Event', "%c") | fieldformat "Last Update"=strftime('Last Update', "%c") | search source="*BWP*crashdump*" |  sort - "Last Update" | fields "source" "Count"

But then the result list is quite long and I would like to give the users the opportunity to quick search through the list giving in the pattern / part of the delivered filename. Like a google like search through the list.
Is it possible?

Kind Regards,
Kamil

Tags (1)
0 Karma
Get Updates on the Splunk Community!

October Community Champions: A Shoutout to Our Contributors!

As October comes to a close, we want to take a moment to celebrate the people who make the Splunk Community ...

Community Content Calendar, November Edition

Welcome to the November edition of our Community Spotlight! Each month, we dive into the Splunk Community to ...

Stay Connected: Your Guide to November Tech Talks, Office Hours, and Webinars!

What are Community Office Hours? Community Office Hours is an interactive 60-minute Zoom series where ...