mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
update broken help links in SOC Config
This commit is contained in:
@@ -8,7 +8,7 @@ elasticsearch:
|
|||||||
retention:
|
retention:
|
||||||
retention_pct:
|
retention_pct:
|
||||||
decription: Total percentage of space used by Elasticsearch for multi node clusters
|
decription: Total percentage of space used by Elasticsearch for multi node clusters
|
||||||
helpLink: elasticsearch.yaml
|
helpLink: elasticsearch.html
|
||||||
global: True
|
global: True
|
||||||
config:
|
config:
|
||||||
cluster:
|
cluster:
|
||||||
|
|||||||
@@ -3,14 +3,14 @@ firewall:
|
|||||||
analyst: &hostgroupsettings
|
analyst: &hostgroupsettings
|
||||||
description: List of IP or CIDR blocks to allow access to this hostgroup.
|
description: List of IP or CIDR blocks to allow access to this hostgroup.
|
||||||
forcedType: "[]string"
|
forcedType: "[]string"
|
||||||
helplink: firewall.html
|
helpLink: firewall.html
|
||||||
multiline: True
|
multiline: True
|
||||||
regex: ^(([0-9]{1,3}\.){3}[0-9]{1,3}(\/([0-9]|[1-2][0-9]|3[0-2]))?)?$
|
regex: ^(([0-9]{1,3}\.){3}[0-9]{1,3}(\/([0-9]|[1-2][0-9]|3[0-2]))?)?$
|
||||||
regexFailureMessage: You must enter a valid IP address or CIDR.
|
regexFailureMessage: You must enter a valid IP address or CIDR.
|
||||||
anywhere: &hostgroupsettingsadv
|
anywhere: &hostgroupsettingsadv
|
||||||
description: List of IP or CIDR blocks to allow access to this hostgroup.
|
description: List of IP or CIDR blocks to allow access to this hostgroup.
|
||||||
forcedType: "[]string"
|
forcedType: "[]string"
|
||||||
helplink: firewall.html
|
helpLink: firewall.html
|
||||||
multiline: True
|
multiline: True
|
||||||
advanced: True
|
advanced: True
|
||||||
regex: ^(([0-9]{1,3}\.){3}[0-9]{1,3}(\/([0-9]|[1-2][0-9]|3[0-2]))?)?$
|
regex: ^(([0-9]{1,3}\.){3}[0-9]{1,3}(\/([0-9]|[1-2][0-9]|3[0-2]))?)?$
|
||||||
@@ -20,7 +20,7 @@ firewall:
|
|||||||
dockernet: &ROhostgroupsettingsadv
|
dockernet: &ROhostgroupsettingsadv
|
||||||
description: List of IP or CIDR blocks to allow access to this hostgroup.
|
description: List of IP or CIDR blocks to allow access to this hostgroup.
|
||||||
forcedType: "[]string"
|
forcedType: "[]string"
|
||||||
helplink: firewall.html
|
helpLink: firewall.html
|
||||||
multiline: True
|
multiline: True
|
||||||
advanced: True
|
advanced: True
|
||||||
readonly: True
|
readonly: True
|
||||||
@@ -67,13 +67,13 @@ firewall:
|
|||||||
tcp: &tcpsettings
|
tcp: &tcpsettings
|
||||||
description: List of TCP ports for this port group.
|
description: List of TCP ports for this port group.
|
||||||
forcedType: "[]string"
|
forcedType: "[]string"
|
||||||
helplink: firewall.html
|
helpLink: firewall.html
|
||||||
advanced: True
|
advanced: True
|
||||||
multiline: True
|
multiline: True
|
||||||
udp: &udpsettings
|
udp: &udpsettings
|
||||||
description: List of UDP ports for this port group.
|
description: List of UDP ports for this port group.
|
||||||
forcedType: "[]string"
|
forcedType: "[]string"
|
||||||
helplink: firewall.html
|
helpLink: firewall.html
|
||||||
advanced: True
|
advanced: True
|
||||||
multiline: True
|
multiline: True
|
||||||
agrules:
|
agrules:
|
||||||
|
|||||||
@@ -82,7 +82,7 @@ idh:
|
|||||||
http_x_skin: &skinOptions
|
http_x_skin: &skinOptions
|
||||||
description:
|
description:
|
||||||
advanced: True
|
advanced: True
|
||||||
helplink: idh.html
|
helpLink: idh.html
|
||||||
http_x_skinlist: &skinlistOptions
|
http_x_skinlist: &skinlistOptions
|
||||||
description: List of skins to use for the service.
|
description: List of skins to use for the service.
|
||||||
advanced: True
|
advanced: True
|
||||||
|
|||||||
@@ -2,19 +2,19 @@ patch:
|
|||||||
os:
|
os:
|
||||||
enabled:
|
enabled:
|
||||||
description: Enable OS updates.
|
description: Enable OS updates.
|
||||||
helpLink: patch.html
|
helpLink: soup.html
|
||||||
schedule_to_run:
|
schedule_to_run:
|
||||||
description: Currently running schedule for updates.
|
description: Currently running schedule for updates.
|
||||||
helpLink: patch.html
|
helpLink: soup.html
|
||||||
schedules:
|
schedules:
|
||||||
auto:
|
auto:
|
||||||
splay: &splayOptions
|
splay: &splayOptions
|
||||||
description: Seconds to splay updates.
|
description: Seconds to splay updates.
|
||||||
helpLink: patch.html
|
helpLink: soup.html
|
||||||
schedule:
|
schedule:
|
||||||
hours:
|
hours:
|
||||||
description: Run the OS updates every X hours.
|
description: Run the OS updates every X hours.
|
||||||
helpLink: patch.html
|
helpLink: soup.html
|
||||||
monday:
|
monday:
|
||||||
splay: *splayOptions
|
splay: *splayOptions
|
||||||
schedule:
|
schedule:
|
||||||
@@ -51,7 +51,7 @@ patch:
|
|||||||
Monday: &dailyOptions
|
Monday: &dailyOptions
|
||||||
description: List of times to apply OS patches daily.
|
description: List of times to apply OS patches daily.
|
||||||
multiline: True
|
multiline: True
|
||||||
helpLink: True
|
helpLink: soup.html
|
||||||
Tuesday: *dailyOptions
|
Tuesday: *dailyOptions
|
||||||
Wednesday: *dailyOptions
|
Wednesday: *dailyOptions
|
||||||
Thursday: *dailyOptions
|
Thursday: *dailyOptions
|
||||||
@@ -64,7 +64,7 @@ patch:
|
|||||||
Monday: &weekdayOptions
|
Monday: &weekdayOptions
|
||||||
description: List of times for weekdays.
|
description: List of times for weekdays.
|
||||||
multiline: True
|
multiline: True
|
||||||
helplink: patch.html
|
helpLink: soup.html
|
||||||
Tuesday: *weekdayOptions
|
Tuesday: *weekdayOptions
|
||||||
Wednesday: *weekdayOptions
|
Wednesday: *weekdayOptions
|
||||||
Thursday: *weekdayOptions
|
Thursday: *weekdayOptions
|
||||||
@@ -75,5 +75,5 @@ patch:
|
|||||||
Saturday: &weekendOptions
|
Saturday: &weekendOptions
|
||||||
description:
|
description:
|
||||||
multiline: true
|
multiline: true
|
||||||
helpLink: patch.html
|
helpLink: soup.html
|
||||||
Sunday: *weekendOptions
|
Sunday: *weekendOptions
|
||||||
@@ -1,10 +1,10 @@
|
|||||||
soctopus:
|
soctopus:
|
||||||
enabled:
|
enabled:
|
||||||
description: You can enable or disable SOCtopus.
|
description: You can enable or disable SOCtopus.
|
||||||
helpLink: soctopus.html
|
helpLink: playbook.html
|
||||||
playbook:
|
playbook:
|
||||||
rulesets:
|
rulesets:
|
||||||
description: List of playbook rulesets.
|
description: List of playbook rulesets.
|
||||||
advanced: True
|
advanced: True
|
||||||
helplink: soctopus.html
|
helpLink: playbook.html
|
||||||
global: True
|
global: True
|
||||||
|
|||||||
@@ -1,54 +1,54 @@
|
|||||||
telegraf:
|
telegraf:
|
||||||
enabled:
|
enabled:
|
||||||
description: You can enable or disable Telegraf.
|
description: You can enable or disable Telegraf.
|
||||||
helpLink: telegraf.html
|
helpLink: influxdb.html
|
||||||
config:
|
config:
|
||||||
interval:
|
interval:
|
||||||
description: Data collection interval.
|
description: Data collection interval.
|
||||||
global: True
|
global: True
|
||||||
helpLink: telegraf.html
|
helpLink: influxdb.html
|
||||||
metric_batch_size:
|
metric_batch_size:
|
||||||
description: Data collection batch size.
|
description: Data collection batch size.
|
||||||
global: True
|
global: True
|
||||||
advanced: True
|
advanced: True
|
||||||
helpLink: telegraf.html
|
helpLink: influxdb.html
|
||||||
metric_buffer_limit:
|
metric_buffer_limit:
|
||||||
description: Data collection buffer size.
|
description: Data collection buffer size.
|
||||||
global: True
|
global: True
|
||||||
advanced: True
|
advanced: True
|
||||||
helpLink: telegraf.html
|
helpLink: influxdb.html
|
||||||
collection_jitter:
|
collection_jitter:
|
||||||
description: Jitter of the flush interval.
|
description: Jitter of the flush interval.
|
||||||
global: True
|
global: True
|
||||||
advanced: True
|
advanced: True
|
||||||
helpLink: telegraf.html
|
helpLink: influxdb.html
|
||||||
flush_interval:
|
flush_interval:
|
||||||
description: Flush interval for all outputs.
|
description: Flush interval for all outputs.
|
||||||
global: True
|
global: True
|
||||||
advanced: True
|
advanced: True
|
||||||
helpLink: telegraf.html
|
helpLink: influxdb.html
|
||||||
flush_jitter:
|
flush_jitter:
|
||||||
description: Jitter the flush interval.
|
description: Jitter the flush interval.
|
||||||
global: True
|
global: True
|
||||||
advanced: True
|
advanced: True
|
||||||
helpLink: telegraf.html
|
helpLink: influxdb.html
|
||||||
debug:
|
debug:
|
||||||
description: Data collection interval.
|
description: Data collection interval.
|
||||||
global: True
|
global: True
|
||||||
advanced: True
|
advanced: True
|
||||||
helpLink: telegraf.html
|
helpLink: influxdb.html
|
||||||
quiet:
|
quiet:
|
||||||
description: Data collection interval.
|
description: Data collection interval.
|
||||||
global: True
|
global: True
|
||||||
advanced: True
|
advanced: True
|
||||||
helpLink: telegraf.html
|
helpLink: influxdb.html
|
||||||
scripts:
|
scripts:
|
||||||
eval: &telegrafscripts
|
eval: &telegrafscripts
|
||||||
description: List of input.exec scripts to run for this node type. The script must be present in salt/telegraf/scripts.
|
description: List of input.exec scripts to run for this node type. The script must be present in salt/telegraf/scripts.
|
||||||
forcedType: "[]string"
|
forcedType: "[]string"
|
||||||
multiline: True
|
multiline: True
|
||||||
advanced: True
|
advanced: True
|
||||||
helpLink: telegraf.html
|
helpLink: influxdb.html
|
||||||
standalone: *telegrafscripts
|
standalone: *telegrafscripts
|
||||||
manager: *telegrafscripts
|
manager: *telegrafscripts
|
||||||
managersearch: *telegrafscripts
|
managersearch: *telegrafscripts
|
||||||
|
|||||||
Reference in New Issue
Block a user