Splunk Search

Customizing statics and visualization for the user given filter

karthickmoorthy
New Member

Hi,

I have 4 event filed in a single line, now I need to filter the top 200 event for a particular event filed , which I can do by using " | top=200 ", mu main problem is in the statics and visualization it showing only the event and their count, I would like to have all the remaining 3 event filed which comes with it the data.

In the Table I would like to use the filter is it possible ??? like ordering..??

Thanks in advance.

0 Karma

karthickmoorthy
New Member

@somesoni2

host=PDT DataTag=HistoryData "Scanned_Network: .Channel"=44| top limit=200 "Scanned_Network: .SSID"

In statics and visualization it providing only SSID,count,percentage. I dont want percentage instead of that I want other event fields. and I also would like to know how to customize the visualization graph.. example instead of count I would like to have event field.

0 Karma

somesoni2
Revered Legend

Try something like this

<your base search> [search <your base search> | top limit=200 fieldX | table fieldX] |...remaning search

The subsearch will eliminate other values of fieldX which are not part of top 200.

0 Karma

karthickmoorthy
New Member

Hi
host=PDT DataTag=HistoryData [ search host=PDT DataTag=HistoryData | top limit=200 Scanned_Network: .SSID | table Scanned_Network: .SSID] It returns no result, I am sure there is a data. at all time.
My doubt is when I use the top command it will table only one field in statics and visualization, How to add other fields in statics ??

0 Karma

somesoni2
Revered Legend

can your provide your current search (before applying top command)?

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

What’s New in Splunk AI: Volume 02

Welcome to the second edition of “What’s New in Splunk AI” where we look at the latest and greatest updates, ...

Splunk App Dev Quarterly Roundup: AI, Agents, and Innovation!

Another quarter, another wave of innovation. From complex integrations to pushing the limits ...

Value Insights: Now Generally Available in the CMC

Organizations are under pressure to move faster, control cost, expand AI adoption, and prove value with more ...