Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x-pack/plugin/apm-data: support dynamically enabling registry #104385

Closed
axw opened this issue Jan 16, 2024 · 2 comments · Fixed by #104386
Closed

x-pack/plugin/apm-data: support dynamically enabling registry #104385

axw opened this issue Jan 16, 2024 · 2 comments · Fixed by #104386

Comments

@axw
Copy link
Member

axw commented Jan 16, 2024

Description

We need to support dynamically enabling/disabling the apm-data index template registry, to support restoring a cluster from a snapshot. Basically we'll need to support what is described fro Universal Profiling here: https://www.elastic.co/guide/en/elasticsearch/reference/master/snapshots-restore-snapshot.html#restore-entire-cluster

@axw axw added >enhancement needs:triage Requires assignment of a team area label labels Jan 16, 2024
@axw axw changed the title apm-data: support dynamically enabling registry x-pack/plugin/apm-data: support dynamically enabling registry Jan 16, 2024
@axw
Copy link
Member Author

axw commented Jan 16, 2024

Currently there's just one setting, xpack.apm_data.enabled, which enables/disables the plugin. This setting is not dynamic. Can we make that dynamic, and have it control the registry? Or do we need a new setting?

@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-data-management (Team:Data Management)

@elasticsearchmachine elasticsearchmachine added the Team:Data Management Meta label for data/management team label Jan 16, 2024
elasticsearchmachine pushed a commit that referenced this issue Jan 17, 2024
…istry (#104386)

Add `xpack.apm_data.registry.enabled` cluster setting, which can be used
to disable the index template registry while restoring a snapshot.

Closes #104385
jedrazb pushed a commit to jedrazb/elasticsearch that referenced this issue Jan 17, 2024
…istry (elastic#104386)

Add `xpack.apm_data.registry.enabled` cluster setting, which can be used
to disable the index template registry while restoring a snapshot.

Closes elastic#104385
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants