mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-05-01 08:58:05 +02:00
ensure bool sliders for kibana
This commit is contained in:
@@ -4,8 +4,43 @@ kibana:
|
|||||||
forcedType: bool
|
forcedType: bool
|
||||||
helpLink: kibana
|
helpLink: kibana
|
||||||
config:
|
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:
|
elasticsearch:
|
||||||
requestTimeout:
|
requestTimeout:
|
||||||
description: The length of time before the request reaches timeout.
|
description: The length of time before the request reaches timeout.
|
||||||
global: True
|
global: True
|
||||||
helpLink: kibana
|
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