Skip to content
Snippets Groups Projects
Commit ed61800f authored by jurgenhaas's avatar jurgenhaas
Browse files

Reduce retention period of some indices

parent 324c979f
Branches
No related tags found
No related merge requests found
...@@ -6,17 +6,17 @@ elasticsearch: ...@@ -6,17 +6,17 @@ elasticsearch:
retention: 60 retention: 60
mode: daily mode: daily
- index: heartbeat - index: heartbeat
retention: 40 retention: 10
mode: daily mode: daily
extra: --dateblock=2 extra: --dateblock=2
- index: ansible - index: ansible
retention: 40 retention: 10
mode: single mode: single
- index: haproxy - index: haproxy
retention: 40 retention: 10
mode: single mode: single
- index: netdata - index: netdata
retention: 40 retention: 10
mode: single mode: single
extra: --timefield=timestamp --timemode extra: --timefield=timestamp --timemode
users: [] users: []
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment