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!

Updated Data Type Articles, Anniversary Celebrations, and More on Splunk Lantern

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

A Prelude to .conf25: Your Guide to Splunk University

Heading to Boston this September for .conf25? Get a jumpstart by arriving a few days early for Splunk ...

4 Ways the Splunk Community Helps You Prepare for .conf25

.conf25 is right around the corner, and whether you’re a first-time attendee or a seasoned Splunker, the ...