mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-03-24 21:42:42 +01:00
ensure bool sliders for kibana
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user