From 6f524f85a80c825a4d4f3d8681ceea63f7ffe994 Mon Sep 17 00:00:00 2001 From: wylde780 <wylde780@gmail.com> Date: Sat, 28 Sep 2019 22:41:55 -0600 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a477466..44e391c 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ This makes sure that ```/conf.d/20-dns-syslog.conf``` is processed at the beginn 6. Using vim or nano, open/edit the ```hosts:``` line and enter the IP address of the logstash system ```LOGSTASH IP:5141``` 7. Restart filebeat ```systemctl restart filebeat.service``` 8. *Important:* Restart pi-hole and ensure filebeat is sending logs to logstash before proceeding further. ```pihole restartdns``` -9. You can verify this filbert is running properly with the following two steps +9. You can verify this filebeat is running properly with the following two steps 10. ```service filebeat status``` The output should show a couple key message. Active: active (running) & Connection established 11. ```sudo filebeat test output``` should show: -- GitLab