mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 08:00:31 -04:00
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]
8 lines
303 B
YAML
8 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
|