mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Merge pull request #9591 from Security-Onion-Solutions/fix/kibana_basepath_rewrite_disable
Disable Kibana's native base path rewrite and add publicBaseUrl
This commit is contained in:
@@ -5,6 +5,8 @@ kibana:
|
|||||||
name: kibana
|
name: kibana
|
||||||
host: "0.0.0.0"
|
host: "0.0.0.0"
|
||||||
basePath: /kibana
|
basePath: /kibana
|
||||||
|
publicBaseUrl: https://{{salt['pillar.get']('global:url_base')}}/kibana
|
||||||
|
rewriteBasePath: false
|
||||||
elasticsearch:
|
elasticsearch:
|
||||||
ssl:
|
ssl:
|
||||||
verificationMode: none
|
verificationMode: none
|
||||||
|
|||||||
Reference in New Issue
Block a user