did you configure any collector? Like Winlogbeat/Filebeat or NXLog to get your log from windows? Did you configure the Graylog Input for that Collector? Can the collector reach Graylog on that port?
so you have sidecar installed - did you actually create a configuration in the Graylog UI for the sidecar/collector? means, did you configure winlogbeat?
Going from memory here are sidecar installation steps. Post up any errors, code or unexpected results (in a nice format) so that we can see where you are in the process. For instance, you haven’t mentioned that you have applied your configuration to the client (yet).
Create graylog input
install sidecar on client
configure client sidecar to point to graylog
note client shows up in sidecars but without a configuration
Create a sidecar configuration in Graylog
apply the sidecar configuration to the client
observe that the status changes to running or failed
if it failed, hover your mouse over the “failed” to get a short idea of what the issue is.
I doubt the server.conf file is not configured properly. I read some posts reg the fetching problem and all has suggested to go through server,conf file and the timezone, i had configured it as
This would mean that although you may have created a configuration, you have not explicitly assigned it to the machine in the Graylog UI.
You would also notice there are no winlogbeat files in that folder either (they log transmission to graylog). In the Graylog web UI under System->Sidecars click on “administration”… find your machine. On the left side, check the type of configuration you want to apply, then on the right pull down the “Configure” menu and choose your configuration you built to apply. assuming all else is correct, in a few moments the client will check in, pick up the configuration and start sending in messages.