Dashboards & Visualizations

Events in dashboard panels not wrapping

chadroberts
Path Finder

I've created a dashboard with several panels, each running different searches. The panels that use saved searches (searchName) wrap the events but will not use the paginators. The panels that use ad hoc searches (searchString) will paginate but will not wrap the events, forcing scrollbars on the panel. I need the results to be wrapped AND paginated, what is the best approach?

Tags (1)
1 Solution

hazekamp
Builder

I believe the panels you are referring to are event panels that render events via the "EventsViewer" module. When specifying "EventsViewer" be sure to use "Paginator" and "HiddenSoftWrap" respectively:

<module name="Paginator">
  <param name="entityName">events</param>
  <param name="maxPages">10</param>
  <module name="LogReviewPopup"></module>
  <module name="HiddenSoftWrap">
    <param name="enable">True</param>
    <module name="EventsViewer">
      <param name="reportFieldLink">report_builder_format_report</param>
    </module>
  </module>

See also: Module Reference

View solution in original post

0 Karma

hazekamp
Builder

I believe the panels you are referring to are event panels that render events via the "EventsViewer" module. When specifying "EventsViewer" be sure to use "Paginator" and "HiddenSoftWrap" respectively:

<module name="Paginator">
  <param name="entityName">events</param>
  <param name="maxPages">10</param>
  <module name="LogReviewPopup"></module>
  <module name="HiddenSoftWrap">
    <param name="enable">True</param>
    <module name="EventsViewer">
      <param name="reportFieldLink">report_builder_format_report</param>
    </module>
  </module>

See also: Module Reference

0 Karma
Get Updates on the Splunk Community!

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...

What’s New in Splunk Security Essentials 3.8.0?

Splunk Security Essentials (SSE) is an app that can amplify the power of your existing Splunk Cloud Platform, ...

Let’s Get You Certified – Vegas-Style at .conf24

Are you ready to level up your Splunk game? Then, let’s get you certified live at .conf24 – our annual user ...