Developing Dashboards, Views, and Apps for Splunk Web

 


Add an event listing

Add an event listing

An event visualization is essentially a raw list of events. You can get event visualizations from any search that does not include a transform operation. Transform operations use reporting commands such as stats, chart, timechart, top, or rare.

Configure the event listing panel

The following example displays access errors as a list of events. The search for the panel is from a saved search.

This panel specifies the following:

<dashboard>
  <label>Event Listing Dashboard</label>
  <row>
    <event>
      <searchName>Errors in the last 24 hours</searchName>
      <title>Errors in the last 24 hours</title>
      <option name="count">15</option>
      <option name="displayRowNumbers">false</option>
      <option name="maxLines">10</option>
      <option name="softWrap">true</option>
    </event>
  </row>
</dashboard>


Configure event listing specific options

For basic configuration of event listings, refer to the "Event panel entry" in the Panel reference for Simplified XML.

This documentation applies to the following versions of Splunk: 4.3 , 4.3.1 , 4.3.2 View the Article History for its revisions.


You must be logged into splunk.com in order to post comments. Log in now.

Was this documentation topic helpful?

If you'd like to hear back from us, please provide your email address:

We'd love to hear what you think about this topic or the documentation as a whole. Feedback you enter here will be delivered to the documentation team.

Feedback submitted, thanks!