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!

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