From d6b3e842fb37af714c2c064342c41e51f50dfdf5 Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Tue, 13 May 2025 16:04:35 +0200 Subject: [PATCH] Update README for new persistence cycles feature --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23b6bebf..0283fabe 100644 --- a/README.md +++ b/README.md @@ -677,7 +677,7 @@ All persistent log files from the honeypots, tools and T-Pot related services ar

## Log Persistence -All log data stored in the [T-Pot Data Folder](#t-pot-data-folder) will be persisted for 30 days by default. +All log data is stored in the [T-Pot Data Folder](#t-pot-data-folder) and will be persisted for the number of cycles set for `TPOT_PERSISTENCE_CYCLES=<1-999>` in the T-Pot configuration file `~/tpotce/.env`. It defaults to 30.
Elasticsearch indices are handled by the `tpot` Index Lifecycle Policy which can be adjusted directly in Kibana (make sure to "Include managed system policies"). ![IndexManagement1](doc/kibana_b.png)