Deployment Architecture

Why is Nav Refresh not occurring on my search head captain?

nravichandran
Communicator

I have added the Nav contents in one search head (captain), used the refresh, and used Splunk restarts. But we're still not seeing the nav i added. In the documentation, it is specified that the nav replicates automatically to peers. Can you please help on what i am missing?

Thank you in Advance

0 Karma
1 Solution

jkat54
SplunkTrust
SplunkTrust

Usually (in my case) this happens when theres a typo in my xml. Look to be sure you have a closing tag for every opening tag:

 <tag>data</tag>  

Or self closing tags as needed:

 <tag />

View solution in original post

jkat54
SplunkTrust
SplunkTrust

Usually (in my case) this happens when theres a typo in my xml. Look to be sure you have a closing tag for every opening tag:

 <tag>data</tag>  

Or self closing tags as needed:

 <tag />

nravichandran
Communicator

Yes, it is a typo. I cloned a dashboard and missed to remove the _clone while cloning. I corrected it by recreating it. Thanks.

0 Karma

jkat54
SplunkTrust
SplunkTrust

Ah ok that can happen too. Also something that happens is missing quotes, wrong quotes, etc.

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