Setup default hosts in filebeat

This commit is contained in:
2025-07-03 01:18:19 +02:00
parent 71eb2f7c02
commit 8568dd8233
+1
View File
@@ -21,6 +21,7 @@ setup.template.settings:
# ---------------------------- Elasticsearch Output ----------------------------
output.elasticsearch:
hosts: ["localhost:9200"]
preset: balanced
username: "replace-user"
password: "replace-password"