-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[EPM] Revisit dedup logic for template generation #64901
Copy link
Copy link
Open
Labels
Feature:EPMFleet team's Elastic Package Manager (aka Integrations) projectFleet team's Elastic Package Manager (aka Integrations) projectTeam:FleetTeam label for Observability Data Collection Fleet teamTeam label for Observability Data Collection Fleet teamtechnical debtImprovement of the software architecture and operational architectureImprovement of the software architecture and operational architecture
Metadata
Metadata
Assignees
Labels
Feature:EPMFleet team's Elastic Package Manager (aka Integrations) projectFleet team's Elastic Package Manager (aka Integrations) projectTeam:FleetTeam label for Observability Data Collection Fleet teamTeam label for Observability Data Collection Fleet teamtechnical debtImprovement of the software architecture and operational architectureImprovement of the software architecture and operational architecture
Type
Fields
Give feedbackNo fields configured for issues without a type.
The
iflogic to determine when to merge fields within thededupFields()function here: https://github.com/elastic/kibana/blob/master/x-pack/plugins/ingest_manager/server/services/epm/fields/field.ts#L110is getting complex. Let's revisit it to see if we have specify it's behavior and simplify it a bit.
Reference PR: #64829