All Apps and Add-ons

Splunk Cisco UCS Add-On missing navbar and non-functioning UI since upgrade to Splunk 7.x

paimonsoror
Builder

Hey there; Noticed that after an upgrade to Splunk 7.x that the UCS app is no longer showing its nav bar and the UI button is grayed out 😞

alt text

Looks like the issue is due to some script loading errors

alt text

kamlesh_vaghela
SplunkTrust
SplunkTrust

Hi @paimonsoror, @ageld, @thetasigma06, @JSapienza,

The current version of this app is not compatible with Splunk 7.x.So I did some work-around and find a temporary solution for this.

We need to make change in below files and restart the Splunk.

default/data/ui/html/Logging.html
default/data/ui/html/Managers.html
default/data/ui/html/Tasks.html
default/data/ui/html/Templates.html

Replace these two lines

<script src="{{SPLUNKWEB_URL_PREFIX}}/static/js/contrib/require.js"></script>
<script src="{{SPLUNKWEB_URL_PREFIX}}/static/js/profiles/shared.js"></script>

with

<script src="{{SPLUNKWEB_URL_PREFIX}}/static/js/build/simplexml.min/config.js"></script>

Let me know if it is not working.

Thanks

JSapienza
Contributor

This worked for me. The Nav bar and "Add Manager" Button are now showing/functional.

0 Karma

kamlesh_vaghela
SplunkTrust
SplunkTrust

Great !!!!

Happy Splunking

0 Karma

thetasigma06
Engager

It looks like this is a known issue (described in the release notes under Known Issues). Hopefully it will be fixed soon.

0 Karma

JSapienza
Contributor

I had opened a support ticket for this issues and they have assigned it to be fixed. No ETA at this time.

0 Karma

ageld
Path Finder

I am experiencing the same issue. Does anyone know how it can be fixed?

0 Karma

ageld
Path Finder

I have the same issue. How can we reach the developers of the app?

0 Karma

paimonsoror
Builder

I think we may have to open a ticket with support.splunk.com

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...