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!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...