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
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...