Splunk Search

How to display the Interesting Fields in a custom search view using the Splunk web framework?

dcdd
New Member

I'm using the web framework to create my own custom search view. However, from http://docs.splunk.com/DocumentationStatic/WebFramework/1.1/compref_eventsviewer.html(EventsViewerVi...
no method about fields mentioned.

0 Karma

landen99
Motivator
| top field1 | appendpipe [| stats sum(count) AS count | eval field1="ALL" | eval percent=100]

will show you for a single field of interest.

0 Karma

bmacias84
Champion

The fields panel (include interesting fields) is not exposed through the web framework. The search page is render through set of html partials, templates, and minified javascript. Not to say you could not use the components.

Many of the components can be found under $SPLUNK_HOME/share/splunk/search_mrsparkle. I believe you can find the field picker code under $SPLUNK_HOME/share/splunk/search_mrsparkle/modules/search

Hope that gets you started.

0 Karma
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...

Updated Data Management and AWS GDI Inventory in Splunk Observability

We’re making some changes to Data Management and Infrastructure Inventory for AWS. The Data Management page, ...