Skip to content

Create Kibana index patterns on the fly instead of shipping with package #10291

Closed
@ruflin

Description

Currently Kibana index patterns are shipped inside the package of each Beat. With the introduction of migration aliases we need two different index patterns depending on if the config migration.enabled is true or false. In the case of false the migration aliases should not be part of the index pattern.

To make this possible, index patterns must be generated and loaded when running the Beat instead of using the pre generated one.

This issue is to set the foundation for this. As soon as this feature exist, this follow up PR (#10204) can be rebased and make use of it.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions