Splunk Search

How do I display default field in apps panel

jangid
Builder

How do I display default field in my apps panel?

I want to display host, source, sourcetype in my custom panel that will display events.
here is the XML

  <form>
      <label>TAFC INI</label>
        <fieldset autoRun="true">
            <input type="time" searchWhenChanged="true">
                <default>All time</default>
            </input>
        </fieldset>  
      <row>
        <event>
          <searchName>my_ini</searchName>
          <title>ini Configuration</title>
        </event>
      </row>
    </form>

I want to display these below the event listing similar to default search app event listing

myeventlisting
host=myhost | sourcetype=mysrctype | Source=mysource

Tags (1)
0 Karma

jangid
Builder

Is there any way to display these field at the bottom of the event listing?

myeventlisting
host=myhost | sourcetype=mysrctype | Source=mysource

0 Karma

Drainy
Champion

Simple, just make sure you | table host,source,sourcetype in your search and then use the table xml to display it as per;

http://docs.splunk.com/Documentation/Splunk/latest/Developer/PanelReference#Table_panel

Edit: Also, whilst its great to ask questions when you're stuck. For basic beginner things like these you should really sit down and read the docs. They have some great explanations and walk-throughs. When you get stuck after that then come back with a more detailed question 🙂

jangid
Builder

Is there any way to display these field at the bottom of the event listing?

myeventlisting
host=myhost | sourcetype=mysrctype | Source=mysource

0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...