1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/sysutils/beats/files/patch-filebeat_filebeat.yml
Palle Girgensohn 3699585a7f Update to 5.2.1
The three elasticsearch beats ports have merged into one single port
systuils/beats that installs all of the above and some more. The reason is to
make the port more maintainable and also that the new heartbeat beat would
conflict with sysutils/heartbeat.

Add heartbeat beat.

Install utilities
  share/beats/import_dashboards
  share/beats/migrate_beat_config_1_x_to_5_0.py

Fix problems with the default configurations [1]

PR:	217081 [1]
2017-02-21 01:27:07 +00:00

9 lines
303 B
YAML

--- filebeat/filebeat.yml.orig 2017-02-09 15:20:52 UTC
+++ filebeat/filebeat.yml
@@ -112,3 +112,5 @@ output.elasticsearch:
# To enable all selectors use ["*"]. Examples of other selectors are "beat",
# "publish", "service".
#logging.selectors: ["*"]
+logging.to_syslog: true
+logging.to_files: false