All Apps and Add-ons

Splunk App and Add-on for Unix and Linux: Why is the home page not loading?

bkumarm
Contributor

We have installed the Splunk App for Unix and Linux and the Splunk Add-on for Unix and Linux. The home tab on the app is not getting loaded.
We are not seeing any entry on the splunkd logs as well.
All the other tabs are working fine.
Anyone faced this issue? what is the resolution?alt text

0 Karma
1 Solution

bkumarm
Contributor

Found a workaround that loads the page.
When we did an inspect on the web page it says Object doesn't support property or method 'addOnChange' for screenfull object.

After analysis we found below.
Work around: Commented fullscreen option from the home page (data/ui/views/home.xml) views.

 19   <module name="UnixShareLink" layoutPanel="HomeCenterTop"/>
 20 <!--  <module name="UnixFullscreen" layoutPanel="HomeCenterTop">
 21     <param name="viewName">home_fullscreen</param>
 22   </module>
 23 -->
 24   <module name="UnixMultiSelect" layoutPanel="HomeLeftControls">
 25     <param name="search">|inputlookup dropdowns.csv | stats count by unix_category</param>Full screen view of the home  will not be available without these settings enabled.

View solution in original post

bkumarm
Contributor

Found a workaround that loads the page.
When we did an inspect on the web page it says Object doesn't support property or method 'addOnChange' for screenfull object.

After analysis we found below.
Work around: Commented fullscreen option from the home page (data/ui/views/home.xml) views.

 19   <module name="UnixShareLink" layoutPanel="HomeCenterTop"/>
 20 <!--  <module name="UnixFullscreen" layoutPanel="HomeCenterTop">
 21     <param name="viewName">home_fullscreen</param>
 22   </module>
 23 -->
 24   <module name="UnixMultiSelect" layoutPanel="HomeLeftControls">
 25     <param name="search">|inputlookup dropdowns.csv | stats count by unix_category</param>Full screen view of the home  will not be available without these settings enabled.

mattymo
Splunk Employee
Splunk Employee

what version of the app? Did you try multiple browsers?

- MattyMo
0 Karma

bkumarm
Contributor

app version 5.0.2. we are using IE11 only. we don't have any other browsers. we cannot use them.
so we have to make it work on IE ...

0 Karma

bkumarm
Contributor

SA nix: 5.1.0, TA nix: 5.2.1

0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...