Repro steps:
elastic-package stack up
- Install the package you're developing - Fleet adds a
Managed and <package name> tag to the dashboards by default
- Make changes to dashboard
elastic-package export dashboard -d <id> will export the tag automatically created by Fleet
- Now there's a tag in the package and one created by Fleet, which will result in duplicate tags of the same name when a package is installed later
In integrations repo, file search against "kibana/tags" and you'll see packages with the Fleet-created tags exported:

Repro steps:
elastic-package stack upManagedand<package name>tag to the dashboards by defaultelastic-package export dashboard -d <id>will export the tag automatically created by FleetIn integrations repo, file search against "kibana/tags" and you'll see packages with the Fleet-created tags exported:
