Running Splunk App for Windows Infrastructure 1.0.1 - (Never had 1.0 installed).
On Splunk 6.1.1 installed on Windows Server 2012.
If I navigate to "Dashboards -> View Dashboards" and pull up the dashboards individually, they all render properly and give me data.
However, When I navigate to "Active Directory -> Active Directory Overview" the dashboard does not render in the page at all. This happens when navigating to any of the pages under "Windows" or "Active Directory" headings.
To be specific, when clicking on "Active Directory Overview" Splunk attempts to load '/dj/en-us/splunk_app_windows_infrastructure/ad/ops_topology/'. This is then trying to load the "ops_topology.html" page located in %SplunkHome%/etc/apps/splunk_app_windows_infrastructure/django/splunk_pp_windows_infrastructure/template/ad
The ops_topology.html page is attempting to render the "ActiveDirectory.TopologyReport646" via java script and it would seem that this is not working...
I tried a clean install of splunk 6.1.1 and the Windows Infrastructure application in a lab environment and got the same behavior.
Any ideas?
requirejs.config({ urlArgs: "bust=208393" });
require(['jquery', 'splunk_app_windows_infrastructure/paletterenderer'], function($, renderer) {
renderer.render($('#splunk-app-microsoft-panel-container'), "ActiveDirectory.TopologyReport646");
});
... View more