mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
fix curator
-the old curator does not support ES 5.x -include curator 5.1.1 and pin version to exactly that to avoid surprises with disruptive updates -configs reside in /etc/tpot/curator -will be started daily through /etc/crontab -by default all logstash indices older than 90 days will be deleted
This commit is contained in:
21
installer/etc/tpot/curator/curator.yml
Normal file
21
installer/etc/tpot/curator/curator.yml
Normal file
@ -0,0 +1,21 @@
|
||||
# Remember, leave a key empty if there is no value. None will be a string,
|
||||
# not a Python "NoneType"
|
||||
client:
|
||||
hosts:
|
||||
- 127.0.0.1
|
||||
port: 64298
|
||||
url_prefix:
|
||||
use_ssl: False
|
||||
certificate:
|
||||
client_cert:
|
||||
client_key:
|
||||
ssl_no_validate: False
|
||||
http_auth:
|
||||
timeout: 30
|
||||
master_only: False
|
||||
|
||||
logging:
|
||||
loglevel: INFO
|
||||
logfile: /var/log/curator.log
|
||||
logformat: default
|
||||
blacklist: ['elasticsearch', 'urllib3']
|
||||
Reference in New Issue
Block a user