Warning
Proof of Concept
This project is in an very early stage of development. Don't use it in production.
The Exporter connects to MikroTik RouterOS devices via API and connects to the log stream to export the logs in realtime.
- Python >= 3.8 (It might still run with older versions of Python 3)
- Python Packages
docker pull ghcr.io/dinotools/routeros-log-exporter:main
docker run --rm -v ./config.yaml:/etc/routeros_log_exporter/config.yaml:ro ghcr.io/dinotools/routeros-log-exporter:main
If you want to use pip we recommend to use as virtualenv to install the dependencies.
pip install -r requirements.txtInstall the required packages
sudo apt-get install python3 python3-click python3-librouterosInstall the package from PyPI.
pip install routeros-log-exporterpython3 -m routeros_log_exporter --config config.yaml -vv
- Git-Repository: https://github.com/DinoTools/routeros-log-exporter
- Issues: https://github.com/DinoTools/routeros-log-exporter/issues
- Documentation: https://dinotools.github.io/routeros-log-exporter
GPLv3+