-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Events Forwarding not happening #244
Comments
Hi, To investigate this, you may want to enable debug logging in OpenWEC. The first step would be to check the error messages in the following 2 channels (Event Viewer) on the Windows machine:
|
Openwec server looks like not connected
|
OpenWEC implements the source-initiated mode of event forwarding, which means that Windows machines are responsible for connecting to the OpenWEC server to query their subscriptions. Please check the mentioned channels in Event Viewer. |
Even after joining the domain controller we are getting the error
what are we missing from the MSAD server Machine ? |
There is a problem related to Kerberos authentication. Make sure that the Can you use the keytab to authenticate as the service? You can try that with |
Within the container? , the container is readonly we can't add any external package and test ..
|
You can run the kinit command outside of the container, as long as you have access to the keytab file. |
I am able to do kinit from outside the container , i can even see the klist After adding this seeing this issue
They key what we got genearted on windows machine is |
One more thing to clarify do the linux machine need to join the domain ? |
It seems that the client tries to authenticate using rc4-hmac, for which you don't have any entry in the keytab. Could you check the value of the attribute Also, don't set kvno to 0. Use
I don't know what you mean by Linux machine "joined" in the domain, but no, you only need a keytab with entries for the spn. |
We have 2 machines on the same network
We are trying to read the data from the server security events .
Steps we followed
wec.domain.com
wec.domain.com
and to the service_principal_name, we have copied the 01-simple.toml as is.Observations
wec.domain.com:5985
from the Event Forwarder machine .Can you check if we miss any steps
The text was updated successfully, but these errors were encountered: