You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: