forked from pool/velociraptor
Antonio Teixeira
40fdbdda96
- Update to version 0.7.0.4.git97.675e45f9: * kafka-humio-gateway: update go version and dependency list * kafka-humio-gateway: specific mTLS cert paths in config.yml * docker-compose: set kafka replication factor and min ISRs * kafka-humio-gateway: add http post retry mechanism * kafka-humio-gateway: add pprof debugging option * kafka-humio-gateway: format with gofmt * kafka-humio-gateway: fix go-staticcheck issues * kafka-humio-gateway: fix sendEvents() never exiting * Kafka.Events.Client: Update to use new artifactset type * docker-compose: add optional Kafka cluser * kafka-humio-gateway: add mTLS support * contrib/kafka-humio-gateway: add new debug option for noisy events * contrib/kafka-humio-gateway: backoff and retry for metadata * kafka-humio-gateway: add sample config file * kafka-humio-gateway: update sarama and dependencies * Add Kafka-Humio Gateway [Depends on PR#10] (#8) * vql/server/kafka: connect sarama logging to velociraptor logging * vql/server/kafka: add exponential backoff (limited to 30s) for metadata retries * vql/server/kafka: set appropriate ClientID * Add a Kafka export plugin - Use llvm17 when available OBS-URL: https://build.opensuse.org/request/show/1185208 OBS-URL: https://build.opensuse.org/package/show/security:sensor/velociraptor?expand=0&rev=78
20 lines
418 B
Plaintext
20 lines
418 B
Plaintext
# This configuration file can be generated by using
|
|
# velociraptor config generate
|
|
|
|
Datastore:
|
|
implementation: FileBaseDataStore
|
|
location: /var/lib/velociraptor/data
|
|
Writeback: {}
|
|
Logging:
|
|
output_directory: /var/lib/velociraptor/logs
|
|
separate_logs_per_component: true
|
|
debug:
|
|
disabled: true
|
|
info:
|
|
rotation_time: 604800
|
|
max_age: 31536000
|
|
error:
|
|
rotation_time: 604800
|
|
max_age: 31536000
|
|
|