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!

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

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...