Add event-ttl duration (#6310)

* Add event-ttl duration

* Fix wrong location
This commit is contained in:
Samuel Liu
2020-06-24 23:15:17 +08:00
committed by GitHub
parent 80d16e6c91
commit c29b21717d
3 changed files with 9 additions and 0 deletions

View File

@@ -309,3 +309,6 @@ persistent_volumes_enabled: false
# - TLS_RSA_WITH_AES_256_CBC_SHA
# - TLS_RSA_WITH_AES_256_GCM_SHA384
# - TLS_RSA_WITH_RC4_128_SHA
## Amount of time to retain events. (default 1h0m0s)
event_ttl_duration: "1h0m0s"