-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[Ingest] Fix stream generation from package #62330
Copy link
Copy link
Closed
Labels
Ingest Management:alpha1Group issues for ingest management alpha1Group issues for ingest management alpha1Team:FleetTeam label for Observability Data Collection Fleet teamTeam label for Observability Data Collection Fleet teambugFixes for quality problems that affect the customer experienceFixes for quality problems that affect the customer experience
Metadata
Metadata
Assignees
Labels
Ingest Management:alpha1Group issues for ingest management alpha1Group issues for ingest management alpha1Team:FleetTeam label for Observability Data Collection Fleet teamTeam label for Observability Data Collection Fleet teambugFixes for quality problems that affect the customer experienceFixes for quality problems that affect the customer experience
Type
Fields
Give feedbackNo fields configured for issues without a type.
Description
It seems to have an issue when we generate streams from package we do should not drop fields (like
metricsetsfor example).a valid configuration with metricset should like this (@ph can you confirm?)
The code that generate streams from package
https://github.com/elastic/kibana/blob/master/x-pack/plugins/ingest_manager/common/services/package_to_config.ts/#L48-L61