Splunk Search

I have this dashboard which only displays 10 rows and one page in the result. How do i get it to give me option to go to the next page.

nehal_shah
Explorer

FX : Client Log Snapshot

<param name="name">user</param><param name="label">Janus Username</param>
<param name="default"></param><module name="TextField"><param name="name">freetext</param><param name="label">Search</param>
<param name="default">Snapshot</param>
<module name="TimeRangePicker">
  <module name="Search" layoutPanel="panel_row2_col1" group="Results">

    <param name="search">index=jpmmclientlog source="*/$user$.log" $freetext$ | rex "(?s)napshot:(?&lt;png&gt;.*)"</param>
    <module name="JobProgressIndicator"></module>

    <module name="Table">
      <param name="hiddenFields">png</param>
      <module name="HTML" layoutPanel="panel_row3_col1" group="Selected Snapshot">
        <param name="html">
          <![CDATA[<div align="center"><img src="data:image/png;base64,$row.fields.png$"/></div>]]>
        </param>
      </module>
    </module>
  </module>
</module></module></module></view>
0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi nehal_shah,
Extended XML is deprecated by Splunk, this dashboard should be converted in Simple XML.
So you can managenumber of lines and pagination by web interface.
To convert this dashboard in Simple XML, you have to create a new one using the same search of the panel of the original dashboard and add the same inputs.
Bye.
Giuseppe

0 Karma
Get Updates on the Splunk Community!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...