All Apps and Add-ons

Knowledge Object Explorer: no tree!

gabriel_vasseur
Contributor

I have just installed the Knowledge Object Explorer app (apparently I have not enough karma to post links but you'll see it on SplunkBase) and it doesn't work for me. It doesn't show any tree.

If I type anything (say "tag=authentication") in the search box, choosing any app (say "Enterprise Security"), I can see something happening in the normalizedSearch text area (could be a huge string depending on the search) but I can't see the tree, just a big empty gray area where the tree should be. I haven't checked the "skip tree" box either.

All the tabs on the bottom right ("Field Aliases", "Calculated Fields", "Reverse Lookups", "Event Types", "Tags" and "Macros") are empty too.

This is on Splunk 6.4.0.

0 Karma
1 Solution

martin_mueller
SplunkTrust
SplunkTrust

Yeah, I'm using the native JS Promise API to easily implement asynchronous caches - that way, I only ask Splunk's REST API for the field aliases of a particular field once and then reuse the results. You can observe that happening when the counter in the progress bar accelerates its increments significantly.
http://www.html5rocks.com/en/tutorials/es6/promises/

The Promise API is supported since about FF 29, Splunk 6.2 requires at least FF ESR 31.2 while 6.3+ require latest... so yeah, update your browser.

View solution in original post

martin_mueller
SplunkTrust
SplunkTrust

Yeah, I'm using the native JS Promise API to easily implement asynchronous caches - that way, I only ask Splunk's REST API for the field aliases of a particular field once and then reuse the results. You can observe that happening when the counter in the progress bar accelerates its increments significantly.
http://www.html5rocks.com/en/tutorials/es6/promises/

The Promise API is supported since about FF 29, Splunk 6.2 requires at least FF ESR 31.2 while 6.3+ require latest... so yeah, update your browser.

martin_mueller
SplunkTrust
SplunkTrust

What browser are you using?
Depending on the browser, there's a web console, debugger, etc. that should show Javascript errors. Do open that and post any errors you see.

0 Karma

gabriel_vasseur
Contributor

I am using an old version of firefox (don't ask). I can see a bunch of CSS errors when loading the app and a single JS error when launching the request: "ReferenceError: Promise is not defined". I'm guessing updating the browser will solve the issue?

0 Karma
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...