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
When the winlog input encounters an error, such as the Microsoft-Windows-Windows Defender provider being removed during updates, it attempts to recover. The recovery is done by calling Close() and the Open(). But the lifetime of the input metrics is tied into the construction of the reader and Close(). So when open is called for a second time the input will not have any metrics registered.
After the failure occurred there were not more metrics:
The text was updated successfully, but these errors were encountered:
When the
winlog
input encounters an error, such as the Microsoft-Windows-Windows Defender provider being removed during updates, it attempts to recover. The recovery is done by callingClose()
and theOpen()
. But the lifetime of the input metrics is tied into the construction of the reader andClose()
. So when open is called for a second time the input will not have any metrics registered.After the failure occurred there were not more metrics:
The text was updated successfully, but these errors were encountered: