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