apmpackage: support phases (warm, cold) in ILM in apm package
- Dominant language
- Go
- Stars
- 1.3k
- Forks
- 543
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 109
Description
right now, built-in ILM policies with APM package don't use Warm/Cold nodes type
it will be good to support them
ideally APM package should support all customisation which ApmServer k8s CRD have
for example
```
apiVersion: apm.k8s.elastic.co/v1
kind: ApmServer
metadata:
name: xxxx
spec:
...
elasticsearchRef:
name: xxx
kibanaRef:
name: xxx
config:
logging.level: warning
logging.json: true
setup:
dashboards.enabled: true
ilm:
enabled: true
overwrite: true
policy_file: "ilm-policy.json"
template:
settings:
index:
number_of_shards: 8
number_of_replicas: 2
```
Contributor guide
Assessment
This issue has not been assessed yet.