Errors with filebeat when trying to integrate any windows integration logs with the agent

I asked internally…

The one thing that keeps bothering me is it's saying they Guid is reused….

If you completely delete the integration policy everything and create a new one, does it still do the same thing?

I assume you're doing just the enrollment token version

If you just do a base agent with system logs and metrics do you still get the same error? Just do a base policy nothing else

@v_i_x_x @f4n-1nh1b1t10n

Look what I just found I think this is your Bug!!! so it is NOT you!

When this will be available trying to find out

2 Likes

oh the humanity :slight_smile:
thanks for the investigation/clarification @stephenb

Wonder why mine is working….. maybe cuz mine was already deployed or something

Ok this bug goes a ways back... and it is in the agent libraries not the integration

I am running Agent 8.17.5 and it is working...

So you could uninstall the agent and try that version....

Then Upgrade the agent when the fix comes out...

@stephenb I want to say thank you and appreciate the help you provided.

It worked out with 8.17.9 (as you suggested), I can see all logs now.

1 Like

@v_i_x_x @f4n-1nh1b1t10n

Closing this out Per the engineers... so Perhaps try one of those versions

The fix is in 9.1.1 and 8.19.1. The root cause was a change to how metrics registries are organized internally in libbeat, which caused a namespace collision in the winlog input specifically. There's a small but key component wrapping winlogbeat code for use as a filebeat input, and that's where there was a test coverage gap, so the namespace collision was missed.