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
In the feature-arch-v2 branch we automatically add a processor to inject the stream ID from the agent policy as event metdata, but we don't check if the stream ID exists before doing this. We should include a check for an empty stream ID before adding the processor.
This is the relevant code in the feature-arch-v2 branch:
In the feature-arch-v2 branch we automatically add a processor to inject the stream ID from the agent policy as event metdata, but we don't check if the stream ID exists before doing this. We should include a check for an empty stream ID before adding the processor.
This is the relevant code in the feature-arch-v2 branch:
beats/x-pack/libbeat/management/generate.go
Lines 193 to 196 in a528bd2
The text was updated successfully, but these errors were encountered: