Private GIT

Skip to content
Snippets Groups Projects
Commit 20d780a2 authored by nin9s's avatar nin9s
Browse files

formatting

parent 1846f50a
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,8 @@ filebeat:
output:
logstash:
hosts: ["<LOGSTASHHOST>:5141"]
# LOGSTASHHOST:5141
hosts: ["127.0.0.1:5141"]
shipper:
......
......@@ -155,6 +155,7 @@ output {
if "pihole" in [tags]{
elasticsearch {
# ELASTICSEARCHHOST:PORT
hosts => ["127.0.0.1:9200"]
manage_template => false
index => "logstash-syslog-dns-%{+YYYY.MM}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment