mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Use PLACEHOLDER for key values
This commit is contained in:
@@ -708,19 +708,19 @@ strelka:
|
||||
response:
|
||||
log: "/var/log/strelka/strelka.log"
|
||||
broker:
|
||||
bootstrap: "full broker here"
|
||||
protocol: "protocol here"
|
||||
certlocation: "path"
|
||||
keylocation: "path"
|
||||
calocation: "path"
|
||||
topic: "topic name here"
|
||||
s3redundancy: "Boolean to pipe logs to S3 if kafka connection interrupted"
|
||||
bootstrap: "PLACEHOLDER"
|
||||
protocol: "PLACEHOLDER"
|
||||
certlocation: "PLACEHOLDER"
|
||||
keylocation: "PLACEHOLDER"
|
||||
calocation: "PLACEHOLDER"
|
||||
topic: "PLACEHOLDER"
|
||||
s3redundancy: "PLACEHOLDER - This should be a boolean value"
|
||||
s3:
|
||||
accesskey: "abcd"
|
||||
secretkey: "abcd"
|
||||
bucketName: "bucket name"
|
||||
region: "Region that the S3 Bucket resides in"
|
||||
endpoint: "Endpoint that the S3 bucket refers to"
|
||||
accesskey: "PLACEHOLDER"
|
||||
secretkey: "PLACEHOLDER"
|
||||
bucketName: "PLACEHOLDER'
|
||||
region: "PLACEHOLDER"
|
||||
endpoint: "PLACEHOLDER"
|
||||
manager:
|
||||
enabled: False
|
||||
config:
|
||||
|
||||
Reference in New Issue
Block a user