https://github.com/nycmeshnet/syslog-infra
https://github.com/nycmeshnet/syslog-infra
ansible syslog terraform
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nycmeshnet/syslog-infra
- Owner: nycmeshnet
- Created: 2024-12-11T02:45:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-13T04:20:32.000Z (6 months ago)
- Last Synced: 2026-01-13T07:48:40.491Z (6 months ago)
- Topics: ansible, syslog, terraform
- Language: HCL
- Homepage:
- Size: 144 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# syslog-infra
## Ports
| Port | Protocol | Device Type |
| ------------- | ------------- | ------------- |
| 514 | UDP | Mikrotik Router OS + Siklu (opt in static IPs) |
| 515 | UDP | APC UPS |
| 516 | UDP | Ubiquiti airOS |
| 517 | UDP | Brocade |
| 518 | UDP | iLO |
| 519 | UDP | iDRAC |
| 520 | UDP | Netgear |
## Add a new port
1. Add a new file under [ansible/roles/log_collector/files/](./ansible/roles/log_collector/files/)
2. Add the port + ruleset mapping to [ansible/roles/log_collector/files/rsyslog.conf](./ansible/roles/log_collector/files/rsyslog.conf)
3. Add the 3 mappings in [ansible/roles/log_collector/tasks/main.yaml](./ansible/roles/log_collector/tasks/main.yaml) for DD ingestion, file creation, and config file transfer.
4. Update the table in this file.