Skip to content
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

Cannot Connect Windows Beats #18

Closed
fahad-1406 opened this issue Oct 18, 2022 · 1 comment
Closed

Cannot Connect Windows Beats #18

fahad-1406 opened this issue Oct 18, 2022 · 1 comment
Labels

Comments

@fahad-1406
Copy link

The default docker-compose.yml is missing port 5044 to allow for winlog beat to connect, update the ports section like below please:
ports:
# Graylog web interface and REST API
- 9000:9000
# Syslog TCP
- 1514:1514
# Syslog UDP
- 1514:1514/udp
# GELF TCP
- 12201:12201
# GELF UDP
- 12201:12201/udp
# Beats
- 5044:5044

@bernd bernd added the triaged label Oct 19, 2022
@bernd
Copy link
Member

bernd commented Dec 12, 2022

@fahad-1406 The open-core/docker-compose.yml and enterprise/docker-compose.yml files both contain a port mapping for 5044. We didn't include it in the cluster setup because of potential port conflicts.

These Docker Compose files mainly serve as examples. Users can modify the files according to their needs.

@bernd bernd closed this as completed Dec 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants