diff --git a/README.md b/README.md index d8f28d5..279a5dd 100644 --- a/README.md +++ b/README.md @@ -49,8 +49,7 @@ In addition to RouterOS devices monitoring, MKTXP-Stack also rovides a preconfig Screenshot 2022-10-20 at 10 26 25 AM -To make it work, we basically need to configure our Mikrotik devices to send their logs to a specified log server target. \ -For this, let's first configure the corresponding remote action (replace XX.XX.XX.XX with your docker-compose host IP address): +To make it work, we basically need to configure our Mikrotik devices to send their logs to a specified log server target. Let's first configure the corresponding remote action (replace XX.XX.XX.XX with your docker-compose host IP address): ``` /system logging action set remote bsd-syslog=yes name=remote remote=XX.XX.XX.XX remote-port=514 src-address=0.0.0.0 syslog-facility=local0 syslog-severity=auto target=remote @@ -68,6 +67,5 @@ add action=remote disabled=no prefix=:Account topics=account add action=remote disabled=no prefix=:Caps topics=caps add action=remote disabled=no prefix=:Wireles topics=wireless ``` - -From there, point your Web browser to included [Grafana dashboards](http://localhost:3000/dashboards) and open "Mikrotik Loki Logs" +And that's all -- from there, just point your Web browser to included [Grafana dashboards](http://localhost:3000/dashboards) and open the one called "Mikrotik Loki Logs".