elastic / elastic/apm-server

apmpackage: support phases (warm, cold) in ILM in apm package

Open
#11,579 1 comment 0 reactions 0 assignees View on GitHub
enhancement
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

image

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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.