mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 02:02:50 +01:00
remove colon to avoid yaml parsing problems
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
elasticsearch:
|
elasticsearch:
|
||||||
enabled:
|
enabled:
|
||||||
description: Enables or disables the Elasticsearch process. This process provides the log event storage system. WARNING: Disabling this process is unsupported.
|
description: Enables or disables the Elasticsearch process. This process provides the log event storage system. WARNING - Disabling this process is unsupported.
|
||||||
advanced: True
|
advanced: True
|
||||||
helpLink: elasticsearch.html
|
helpLink: elasticsearch.html
|
||||||
version:
|
version:
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
influxdb:
|
influxdb:
|
||||||
enabled:
|
enabled:
|
||||||
description: Enables the grid metrics collection storage system. Security Onion grid health monitoring requires this process to remain enabled. WARNING: Disabling the process is unsupported, and will cause unexpected results.
|
description: Enables the grid metrics collection storage system. Security Onion grid health monitoring requires this process to remain enabled. WARNING - Disabling the process is unsupported, and will cause unexpected results.
|
||||||
helpLink: influxdb.html
|
helpLink: influxdb.html
|
||||||
config:
|
config:
|
||||||
assets-path:
|
assets-path:
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
kibana:
|
kibana:
|
||||||
enabled:
|
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.
|
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.
|
||||||
helpLink: kibana.html
|
helpLink: kibana.html
|
||||||
config:
|
config:
|
||||||
elasticsearch:
|
elasticsearch:
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
kratos:
|
kratos:
|
||||||
enabled:
|
enabled:
|
||||||
description: Enables or disables the Kratos authentication system. WARNING: Disabling this process will cause the grid to malfunction. Re-enabling this setting will require manual effort via SSH.
|
description: Enables or disables the Kratos authentication system. WARNING - Disabling this process will cause the grid to malfunction. Re-enabling this setting will require manual effort via SSH.
|
||||||
advanced: True
|
advanced: True
|
||||||
helpLink: kratos.html
|
helpLink: kratos.html
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
nginx:
|
nginx:
|
||||||
enabled:
|
enabled:
|
||||||
description: Enables or disables the Nginx web server and reverse proxy. WARNING: Disabling this process will prevent access to SOC and other important web interfaces and APIs. Re-enabling the process is a manual effort. Do not change this setting without instruction from Security Onion support.
|
description: Enables or disables the Nginx web server and reverse proxy. WARNING - Disabling this process will prevent access to SOC and other important web interfaces and APIs. Re-enabling the process is a manual effort. Do not change this setting without instruction from Security Onion support.
|
||||||
advanced: True
|
advanced: True
|
||||||
helpLink: nginx.html
|
helpLink: nginx.html
|
||||||
external_suricata:
|
external_suricata:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
patch:
|
patch:
|
||||||
os:
|
os:
|
||||||
enabled:
|
enabled:
|
||||||
description: Enable OS updates. WARNING: Disabling this setting will prevent important operating system updates from being applied on a scheduled basis.
|
description: Enable OS updates. WARNING - Disabling this setting will prevent important operating system updates from being applied on a scheduled basis.
|
||||||
helpLink: soup.html
|
helpLink: soup.html
|
||||||
schedule_to_run:
|
schedule_to_run:
|
||||||
description: Currently running schedule for updates.
|
description: Currently running schedule for updates.
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
registry:
|
registry:
|
||||||
enabled:
|
enabled:
|
||||||
description: Enables or disables the Docker registry on the manager node. WARNING: If this process is disabled the grid will malfunction and a manual effort may be needed to re-enable the setting.
|
description: Enables or disables the Docker registry on the manager node. WARNING - If this process is disabled the grid will malfunction and a manual effort may be needed to re-enable the setting.
|
||||||
advanced: True
|
advanced: True
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
soc:
|
soc:
|
||||||
enabled:
|
enabled:
|
||||||
description: Enables or disables SOC. WARNING: Disabling this setting is unsupported and will cause the grid to malfunction. Re-enabling this setting is a manual effort via SSH.
|
description: Enables or disables SOC. WARNING - Disabling this setting is unsupported and will cause the grid to malfunction. Re-enabling this setting is a manual effort via SSH.
|
||||||
advanced: True
|
advanced: True
|
||||||
telemetryEnabled:
|
telemetryEnabled:
|
||||||
title: SOC Telemetry
|
title: SOC Telemetry
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
telegraf:
|
telegraf:
|
||||||
enabled:
|
enabled:
|
||||||
description: Enables the grid metrics collection process. WARNING: Security Onion grid health monitoring requires this process to remain enabled. Disabling it will cause unexpected and unsupported results.
|
description: Enables the grid metrics collection process. WARNING - Security Onion grid health monitoring requires this process to remain enabled. Disabling it will cause unexpected and unsupported results.
|
||||||
advanced: True
|
advanced: True
|
||||||
helpLink: influxdb.html
|
helpLink: influxdb.html
|
||||||
config:
|
config:
|
||||||
|
|||||||
Reference in New Issue
Block a user