I am trying to install and configure sidecar and also use filebeat to read plain txt logs and getting this error.
ERROR fileset/modules.go:118 Not loading modules. Module directory not found: C:\Program Files\graylog\collector-sidecar\module
ERROR service/service_windows.go:76 Error: The service process could not connect to the service controller.
ERROR pipeline/output.go:100 Failed to connect to backoff(elasticsearch(http://10.218.100.79:9200)): Get http://10.218.100.79:9200: dial tcp 10.218.100.79:9200: connectex: No connection could be made because the target machine actively refused it.
I am facing issues in getting the sidecar started properly.
I have downloaded and started the sidecar service on my windows machine. These are the folders that have been created. Attached is the sidecar config yml file.
I have placed the config file for filebeat in ‘generated’ directory. But there are no modules found and getting below error.
“Not loading modules. Module directory not found: C:\Program Files\graylog\collector-sidecar\module”
Attaching the log files for more errors.
I am trying to create a POC wherein I am planning to ingest the logs at “C:\Windows” on my local machine into graylog.