forked from pool/velociraptor
Jeff Mahoney
52390d084f
Update to follow sensor-base-0.6.3 branch. OBS-URL: https://build.opensuse.org/request/show/955746 OBS-URL: https://build.opensuse.org/package/show/security:sensor/velociraptor?expand=0&rev=9
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
|
|
|