mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-19 07:23:06 +01:00
Don't require advanced options for required values
This commit is contained in:
@@ -44,14 +44,14 @@ sensoroni:
|
||||
helpLink: sensoroni.html
|
||||
global: False
|
||||
sensitive: True
|
||||
advanced: True
|
||||
advanced: False
|
||||
forcedType: string
|
||||
base_url:
|
||||
description: Base URL for the Echotrail analyzer.
|
||||
helpLink: sensoroni.html
|
||||
global: False
|
||||
sensitive: False
|
||||
advanced: True
|
||||
advanced: False
|
||||
forcedType: string
|
||||
elasticsearch:
|
||||
api_key:
|
||||
@@ -66,21 +66,21 @@ sensoroni:
|
||||
helpLink: sensoroni.html
|
||||
global: False
|
||||
sensitive: False
|
||||
advanced: True
|
||||
advanced: False
|
||||
forcedType: string
|
||||
auth_user:
|
||||
description: Username for the Elasticsearch analyzer.
|
||||
helpLink: sensoroni.html
|
||||
global: False
|
||||
sensitive: False
|
||||
advanced: True
|
||||
advanced: False
|
||||
forcedType: string
|
||||
auth_pwd:
|
||||
description: User password for the Elasticsearch analyzer.
|
||||
helpLink: sensoroni.html
|
||||
global: False
|
||||
sensitive: True
|
||||
advanced: True
|
||||
advanced: False
|
||||
forcedType: string
|
||||
num_results:
|
||||
description: Number of documents to return for the Elasticsearch analyzer.
|
||||
@@ -94,7 +94,7 @@ sensoroni:
|
||||
helpLink: sensoroni.html
|
||||
global: False
|
||||
sensitive: False
|
||||
advanced: True
|
||||
advanced: False
|
||||
forcedType: string
|
||||
time_delta_minutes:
|
||||
description: Time (in minutes) to search back for the Elasticsearch analyzer.
|
||||
@@ -115,14 +115,14 @@ sensoroni:
|
||||
helpLink: sensoroni.html
|
||||
global: False
|
||||
sensitive: False
|
||||
advanced: True
|
||||
advanced: False
|
||||
forcedType: string
|
||||
cert_path:
|
||||
description: Path to a TLS certificate for the Elasticsearch analyzer.
|
||||
helpLink: sensoroni.html
|
||||
global: False
|
||||
sensitive: False
|
||||
advanced: True
|
||||
advanced: False
|
||||
forcedType: string
|
||||
emailrep:
|
||||
api_key:
|
||||
|
||||
Reference in New Issue
Block a user