mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Avoid leak test triggering
This commit is contained in:
@@ -710,15 +710,15 @@ strelka:
|
||||
broker:
|
||||
bootstrap: "full broker here"
|
||||
protocol: "protocol here"
|
||||
certlocation: "path to cert location"
|
||||
keylocation: "path to key location"
|
||||
calocation: "path to target ca bundle"
|
||||
certlocation: "path"
|
||||
keylocation: "path"
|
||||
calocation: "path"
|
||||
topic: "topic name here"
|
||||
s3redundancy: "Boolean to pipe logs to S3 if kafka connection interrupted"
|
||||
s3:
|
||||
accesskey: "S3 Access Key"
|
||||
secretkey: "S3 Secret Key"
|
||||
bucketName: "S3 bucket name"
|
||||
accesskey: "abcd"
|
||||
secretkey: "abcd"
|
||||
bucketName: "bucket name"
|
||||
region: "Region that the S3 Bucket resides in"
|
||||
endpoint: "Endpoint that the S3 bucket refers to"
|
||||
manager:
|
||||
|
||||
Reference in New Issue
Block a user