Dashboards & Visualizations

"Reports" tab missing from Navigation Bar

kgiri253
Explorer

"Reports" tab of one of our apps is missing from the Navigation bar as seen in the image below.

kgiri253_0-1722401393676.png

 

Below is the content of default.xml from "local/data/ui/nav" directory. Everything except "Reports" tab is in <view> tag but reports is in <collection> tag. Can anyone please help in bringing this report tab back and explain how this collection tag works.

kgiri253_1-1722401600245.png

 

Labels (3)
0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi @kgiri253 ,

surely the match that you indicated isn't correct, check it.

I usually prefer to indicate every report in a line:

<saved name="<your_report>" />

you can find more information at https://dev.splunk.com/enterprise/docs/developapps/createapps/addnavsplunkapp/

Ciao.

Giuseppe

0 Karma

kgiri253
Explorer

Thanks @gcusello the documentation that you shared helped to resolve this issue.

kgiri253_0-1722416447522.png

By default the above mentioned limit is 500 and the reports are mentioned in lexographical order. Our report was starting from "S" which was going over and above 500. We have increased the limit now to 1000 which worked for us.

Thanks again for prompt reply 🙂

0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi @kgiri253 ,

good for you, see next time!

let me know if I can help you more, or, please, accept one answer for the other people of Community.

Ciao and happy splunking

Giuseppe

P.S.: Karma Points are appreciated 😉

0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...