diff --git a/salt/kibana/soc_kibana.yaml b/salt/kibana/soc_kibana.yaml index 517ffe833..168830bbd 100644 --- a/salt/kibana/soc_kibana.yaml +++ b/salt/kibana/soc_kibana.yaml @@ -4,8 +4,43 @@ kibana: forcedType: bool helpLink: kibana config: + server: + rewriteBasePath: + description: Specifies whether Kibana should rewrite requests that are prefixed with the server basePath. + forcedType: bool + global: True + advanced: True + helpLink: kibana elasticsearch: requestTimeout: description: The length of time before the request reaches timeout. global: True helpLink: kibana + telemetry: + enabled: + description: Enables or disables telemetry data collection in Kibana. + forcedType: bool + global: True + advanced: True + helpLink: kibana + xpack: + security: + secureCookies: + description: Sets the secure flag on session cookies. Cookies are only sent over HTTPS when enabled. + forcedType: bool + global: True + advanced: True + helpLink: kibana + showInsecureClusterWarning: + description: Shows a warning in Kibana when the cluster does not have security enabled. + forcedType: bool + global: True + advanced: True + helpLink: kibana + apm: + enabled: + description: Enables or disables the APM agent in Kibana. + forcedType: bool + global: True + advanced: True + helpLink: kibana