elastic / elastic/elastic-package
Configure profile with persistent Elasticsearch storage
Open
enhancement
- Dominant language
- Go
- Stars
- 72
- Forks
- 141
- Avg merge
- 19h 42m
- Merged PRs (30d)
- 55
Description
While testing I wanted to retain some data stored in Elasticsearch (for example to avoid running `metricbeat setup` at each restart).
This could be achieved by adding a volume to `elasticsearch` service. I don't think is necessary to bind mount it to a local folder, having a volume already guarantees persistency.
I would like to have this under a CLI flag when creating a profile (i.e. `--persistent`).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.