mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-04-28 07:28:00 +02:00
47 lines
1.6 KiB
YAML
47 lines
1.6 KiB
YAML
kibana:
|
|
enabled:
|
|
description: Enables or disables the Kibana front-end interface to Elasticsearch. Due to Kibana being used for loading certain configuration details in Elasticsearch, this process should remain enabled. WARNING - Disabling the process is unsupported, and will cause unexpected results.
|
|
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
|