$OpenBSD: patch-filebeat_filebeat_yml,v 1.4 2019/03/30 04:33:55 jasper Exp $

add_host_metadata processor not yet implemented for OpenBSD

Index: filebeat/filebeat.yml
--- filebeat/filebeat.yml.orig
+++ filebeat/filebeat.yml
@@ -26,6 +26,8 @@ filebeat.inputs:
   # Paths that should be crawled and fetched. Glob based paths.
   paths:
     - /var/log/*.log
+    - /var/log/authlog
+    - /var/log/daemon
     #- c:\programdata\elasticsearch\logs\*
 
   # Exclude lines. A list of regular expressions to match. It drops the lines that are
@@ -177,7 +179,7 @@ output.elasticsearch:
 # Configure processors to enhance or manipulate events generated by the beat.
 
 processors:
-  - add_host_metadata: ~
+#  - add_host_metadata: ~
   - add_cloud_metadata: ~
 
 #================================ Logging =====================================
