Hi I am having a little issue trying to getting the sidecar working, and keeps saying that it is failing to connect and keeps failing. When checking the status I get this error:
level=error msg=“Error fetching server version Get "https://0.0.0.0:9000/api\”: net/http: TLS handshake timeout
Which is the bind address of the server. I thought the problem might be the http_publish_uri, which I set to the same as the bind address
I am currently running this through WSL. Not too sure what I should check next or where to go from here.
On a sidenote, I am trying to set up a server that will read specific log files from directory, would there be a better way to so it without using sidecar?
The non loopback IP address that 0.0.0.0 binds to on your Graylog server is what you should have have within the server URL option in the sidecar.yml, unless you are using a loadbalancer.
In this case your issue point to an SSL issue, unless you want to implement SSL please try the below option within the sidecar.yml
What’s a little confusing is that from your pictures it appears the Sidecar instance is talking to Graylog and Filebeat is running. Auditbeat is failing but you don’t require this if you are just looking to ingest a specific log file.
When tailing the log file under the path generated for your Filebeat instance (Something like this /var/lib/graylog-sidecar/generated/653f97d6ecdb7073e885337f/log), what is the error being thrown there?