Dashboards & Visualizations

unable to view more than 500 lines..

mahudesh
New Member

hi all, is there any restrictions in the dashboard to view a large number of data? like my dashboard view showing only 500 lines of data but the respective log file have more than 30000 lines.. is there any setups available to enable the entire data to display..
kindly suggest your views..
thanks

Tags (1)
0 Karma
1 Solution

lmyrefelt
Builder

In Splunk 5 using advanced xml, you get what you want using the / editing the following module

<module name="EventsViewer" layoutPanel="resultsAreaLeft"> <param name="segmentation">full</param> <param name="reportFieldLink">report_builder_format_report</param> <!-- Override display # of lines to 1000 --> <param name="maxLines">0</param> <param name="maxLinesConstraint">1000</param>

You seem to have the same possibilites in splunk 6;
http://docs.splunk.com/Documentation/Splunk/6.1/AdvancedDev/ModuleReference

Hope it helps! 🙂

View solution in original post

lmyrefelt
Builder

In Splunk 5 using advanced xml, you get what you want using the / editing the following module

<module name="EventsViewer" layoutPanel="resultsAreaLeft"> <param name="segmentation">full</param> <param name="reportFieldLink">report_builder_format_report</param> <!-- Override display # of lines to 1000 --> <param name="maxLines">0</param> <param name="maxLinesConstraint">1000</param>

You seem to have the same possibilites in splunk 6;
http://docs.splunk.com/Documentation/Splunk/6.1/AdvancedDev/ModuleReference

Hope it helps! 🙂

Get Updates on the Splunk Community!

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 ...

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...