mirror of
https://github.com/MichaelCade/90DaysOfDevOps.git
synced 2025-01-31 01:45:03 +07:00
21 lines
631 B
Markdown
21 lines
631 B
Markdown
|
# 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:
|
||
|
|
||
|
```bash
|
||
|
$ 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](https://www.elastic.co/guide/en/elasticsearch/client/curator/current/index.html)
|