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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...