-
Notifications
You must be signed in to change notification settings - Fork 5k
Fix input ID uniqueness #31512
Copy link
Copy link
Closed
Labels
QA:Needs ValidationNeeds validation by the QA TeamNeeds validation by the QA TeamTeam:Elastic-Agent-Data-PlaneLabel for the Agent Data Plane teamLabel for the Agent Data Plane teamdiscussIssue needs further discussion.Issue needs further discussion.estimation:WeekTask that represents a week of work.Task that represents a week of work.v8.4.0
Metadata
Metadata
Assignees
Labels
QA:Needs ValidationNeeds validation by the QA TeamNeeds validation by the QA TeamTeam:Elastic-Agent-Data-PlaneLabel for the Agent Data Plane teamLabel for the Agent Data Plane teamdiscussIssue needs further discussion.Issue needs further discussion.estimation:WeekTask that represents a week of work.Task that represents a week of work.v8.4.0
Type
Fields
Give feedbackNo fields configured for issues without a type.
Description
Kubernetes provider is dynamically creating new stream for each container for example for that config, but the resulting stream will have the same
idIt is possible in a non managed policy to bypass that problem by providing an id with a dynamic variable
like this
How should we solve that for managed solutions?
Potential solution
A fix should be done on the input side of things, we should first discuss what mechanism will be used for this.
Follow up of: elastic/kibana#129851