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!

Aligning Observability Costs with Business Value: Practical Strategies

 Join us for an engaging Tech Talk on Aligning Observability Costs with Business Value: Practical ...

Mastering Data Pipelines: Unlocking Value with Splunk

 In today's AI-driven world, organizations must balance the challenges of managing the explosion of data with ...

Splunk Up Your Game: Why It's Time to Embrace Python 3.9+ and OpenSSL 3.0

Did you know that for Splunk Enterprise 9.4, Python 3.9 is the default interpreter? This shift is not just a ...