docker-elk/extensions/curator
Antoine Cotten 924a1e5987
chore: Update Compose file version to 3.7
Allows enabling the 'init' option in the 'setup' service.

Requires Docker 18.06.0 and Compose 1.22.0.
2022-02-28 09:50:52 +01:00
..
config Quote passwords to prevent interpreting leading special chars 2022-02-11 19:10:58 +01:00
.dockerignore Automate management of required roles and user passwords (#671) 2022-02-21 11:19:43 +01:00
Dockerfile Simplify curator extension 2020-10-16 20:30:10 +02:00
README.md Enable linter for Markdown files 2020-10-18 20:32:23 +02:00
curator-compose.yml chore: Update Compose file version to 3.7 2022-02-28 09:50:52 +01:00

README.md

Curator

Elasticsearch Curator helps you curate or manage your indices.

Usage

If you want to include the Curator extension, run Docker Compose from the root of the repository with an additional command line argument referencing the curator-compose.yml file:

$ docker-compose -f docker-compose.yml -f extensions/curator/curator-compose.yml up

This sample setup demonstrates how to run curator every minute using cron.

All configuration files are available in the config/ directory.

Documentation

Curator Reference