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!

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...

September Community Champions: A Shoutout to Our Contributors!

As we close the books on another fantastic month, we want to take a moment to celebrate the people who are the ...

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...