mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-13 12:42:56 +01:00
Merge pull request #14296 from Security-Onion-Solutions/jertel/wip
annotation/config updates
This commit is contained in:
@@ -2,6 +2,7 @@ hydra:
|
||||
enabled:
|
||||
description: Enables or disables the API authentication system, used for service account authentication. Enabling this feature requires a valid Security Onion license key. Defaults to False.
|
||||
helpLink: connect.html
|
||||
global: True
|
||||
config:
|
||||
ttl:
|
||||
access_token:
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
"role": "{{ GLOBALS.role }}",
|
||||
"description": {{ SENSORONIMERGED.config.node_description | tojson }},
|
||||
"address": "{{ GLOBALS.node_ip }}",
|
||||
"mgmtNic": "{{ GLOBALS.main_interface }}",
|
||||
"model": "{{ GLOBALS.so_model }}",
|
||||
"pollIntervalMs": {{ SENSORONIMERGED.config.node_checkin_interval_ms }},
|
||||
"serverUrl": "https://{{ GLOBALS.url_base }}/sensoroniagents",
|
||||
|
||||
@@ -54,7 +54,11 @@ soc:
|
||||
title: Log Level
|
||||
description: The SOC log level, useful for enabling debug logging for advanced troubleshooting. Allowed values are debug, info, warn, error. The SOC log is available at /opt/so/log/soc/sensoroni-server.log.
|
||||
global: True
|
||||
regex: ^(info|debug|warn|error)$
|
||||
options:
|
||||
- info
|
||||
- debug
|
||||
- warn
|
||||
- error
|
||||
actions:
|
||||
description: A list of actions a user can take from the SOC UI against a hunt, alert, and other records. The action must be defined in JSON object format, and contain a "name" key and "links" key. The links is a list of URLs, where the most suitable URL in the list will be the selected URL when the user clicks the action.
|
||||
global: True
|
||||
|
||||
Reference in New Issue
Block a user