Refine your search:

2
1

The documentation says: If you are editing outside of Splunk Manager, you can refresh the nav by navigating your browser to:

https://<splunkserver>:<splunkmgmtport>/servicesNS/admin/<appname>/data/ui/nav?refresh=1

If i'm using ldap admin I apparently can't hit this endpoit because aapparently LDAP has a requirement for reversable auth. What is the CLI equivalent of that command?

asked 10 Feb '10, 23:22

Alan%20Bradley's gravatar image

Alan Bradley
8606734
accept rate: 100%


3 Answers:

Yes, you can use the _internal call command.

splunk _internal call /servicesNS/admin/<appname>/data/ui/nav -get:refresh 1

this is an unsupported and undocumented splunk command, but if you need something do get to that endpoint it will work.

If this is essential to your work, you could contact support and request an enhancement request to get this as a standard splunk command.

link

answered 11 Feb '10, 01:20

benstraw's gravatar image

benstraw
675214
accept rate: 80%

You could use the failsafe account, or use

./splunk _internal call /servicesNS/admin/myapp/data/ui/nav?refresh=true

Read more at http://blogs.splunk.com/2009/12/10/poke-at-our-api/

link

answered 11 Feb '10, 01:22

gkanapathy's gravatar image

gkanapathy ♦
26.4k1622
accept rate: 42%

From CLI, splunk restart will do the trick; it's both supported and documented. (Please don't downvote this answer -- for infrequent refreshes of a search-only Splunk instance, it does make sense.)

link

answered 18 Feb '10, 19:41

V_at_Splunk's gravatar image

V_at_Splunk
8121414
accept rate: 42%

thanks for the feedback!

(24 Feb '10, 19:12) V_at_Splunk

If you just want to refresh the nav, splunk restartss will restart splunkweb without restarting splunkd achieves this result much more rapidly, without canceling searches.

(14 Jun '10, 20:42) jrodman ♦

Except when it doesn't. In my experience, view XML supporting app dashboards does not get re-read with splunk restartss. Only splunk restart works.

(14 Jul '10, 23:43) V_at_Splunk
Post your answer
toggle preview

Follow this question

Log In to enable email subscriptions

RSS:

Answers

Answers + Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×325
×117
×96
×25

Asked: 10 Feb '10, 23:22

Seen: 1,026 times

Last updated: 18 Feb '10, 19:41

Copyright © 2005-2012 Splunk, Inc. All rights reserved.