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