зеркало из https://github.com/mozilla/MozDef.git
16 строки
541 B
Plaintext
16 строки
541 B
Plaintext
[options]
|
|
esservers=http://localhost:9200
|
|
aws_access_key_id = <add_aws_access_key_id>
|
|
aws_secret_access_key = <add_aws_secret_access_key>
|
|
aws_bucket = <add_s3_bucket_name>
|
|
backup_indices = <add_backup_indices>
|
|
backup_dobackup = 1,1,1,1,1,1,1,1
|
|
backup_rotation = none,none,monthly,daily,none,none,none,none
|
|
backup_pruning = 0,0,0,180,0,0,0,0
|
|
weekly_rotation_indices = events
|
|
refresh_interval = 1s
|
|
number_of_shards = 1
|
|
number_of_replicas = 1
|
|
slowlog_threshold_query_warn = 5s
|
|
slowlog_threshold_fetch_warn = 5s
|
|
mapping_total_fields_limit = 1000 |