Security

Can't see the nice icons in 4.2 admin

hochit
Path Finder

Seems the duplicated slash is dropped by my Apache.

I think it'll be good to fix it.

e.g. /en-US/static/img/skins/default/managerIcons//icon_apps.png

0 Karma
1 Solution

LukeMurphey
Champion

Apache removes empty path segments. Thus, the Apache proxy prevents the full URL from ever being seen by SplunkWeb.

You may be able to use a RewriteRule to force the extra slash back in. Note that the extra slash will already have been removed prior to mod_rewrite rule (i.e. the extra slashed will not be included in the PATH_INFO variable). However, the THE_REQUEST variable is reportedly left untouched.

View solution in original post

LukeMurphey
Champion

Apache removes empty path segments. Thus, the Apache proxy prevents the full URL from ever being seen by SplunkWeb.

You may be able to use a RewriteRule to force the extra slash back in. Note that the extra slash will already have been removed prior to mod_rewrite rule (i.e. the extra slashed will not be included in the PATH_INFO variable). However, the THE_REQUEST variable is reportedly left untouched.

LukeMurphey
Champion

What do you mean by "dropped by my Apache"? Do you mean to say you are using Apache as a reverse proxy in front of SplunkWeb?

hochit
Path Finder

Yes I have Apache as proxy, so I guess "//" may probably filtered by the Apache.
Since I can see those icons in another Splunk that doesn't have Apache installed.

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...