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
I have a manager running on Ubuntu, and whids running on Win 10 (running in VBox).
I get the following type of errors popping up in the manager's output:
2019/10/02 11:25:25 ERROR - Upload handler failed to dump file ({19480def-65c1-5d94-0000-001081270200}/c9df481b3d530a4c9d79c6cd526a186f/c9df481b3d530a4c9d79c6cd526a186f_event.json.gz): Bad guid
Hi,
I have a manager running on Ubuntu, and whids running on Win 10 (running in VBox).
I get the following type of errors popping up in the manager's output:
I think it's a problem of case sensitivity here:
whids/collector/manager.go
Line 41 in bc80854
`(?i)\{[A-F0-9]{8}-([A-F0-9]{4}-){3}[A-F0-9]{12}\}`
should work, but I am unsure you need case sensitivity elsewhere.
cheers,
jlouis
The text was updated successfully, but these errors were encountered: