aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2020-06-07 21:32:47 +0000
committerGreg Lewis <glewis@FreeBSD.org>2020-06-07 21:32:47 +0000
commit8469ce40e9e56462324e91723a045c7b9f9634d8 (patch)
tree6a3b61e630c716691d566f71ef5784cf9fcc6153 /sysutils
parent02a75fc317f1b6d3f79075a2b2562b29626566da (diff)
downloadports-8469ce40e9e56462324e91723a045c7b9f9634d8.tar.gz
ports-8469ce40e9e56462324e91723a045c7b9f9634d8.zip
Delete file accidentally left after repo copy
Notes
Notes: svn path=/head/; revision=538191
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/beats7/files/patch-heartbeat_heartbeat.yml47
1 files changed, 0 insertions, 47 deletions
diff --git a/sysutils/beats7/files/patch-heartbeat_heartbeat.yml b/sysutils/beats7/files/patch-heartbeat_heartbeat.yml
deleted file mode 100644
index cc2d4a7cf38a..000000000000
--- a/sysutils/beats7/files/patch-heartbeat_heartbeat.yml
+++ /dev/null
@@ -1,47 +0,0 @@
-Add Paths section for reference.
-
---- heartbeat/heartbeat.yml.orig 2019-10-15 21:08:29 UTC
-+++ heartbeat/heartbeat.yml
-@@ -55,6 +55,33 @@ setup.template.settings:
- # env: staging
-
-
-+#================================= Paths ======================================
-+
-+# The home path for the filebeat installation. This is the default base path
-+# for all other path settings and for miscellaneous files that come with the
-+# distribution (for example, the sample dashboards).
-+# If not set by a CLI flag or in the configuration file, the default for the
-+# home path is the location of the binary.
-+#path.home:
-+
-+# The configuration path for the filebeat installation. This is the default
-+# base path for configuration files, including the main YAML configuration file
-+# and the Elasticsearch template file. If not set by a CLI flag or in the
-+# configuration file, the default for the configuration path is the home path.
-+#path.config: ${path.home}
-+
-+# The data path for the filebeat installation. This is the default base path
-+# for all the files in which filebeat needs to store its data. If not set by a
-+# CLI flag or in the configuration file, the default for the data path is a data
-+# subdirectory inside the home path.
-+#path.data: ${path.home}/data
-+
-+# The logs path for a filebeat installation. This is the default location for
-+# the Beat's log files. If not set by a CLI flag or in the configuration file,
-+# the default for the logs path is a logs subdirectory inside the home path.
-+#path.logs: ${path.home}/logs
-+
-+
- #============================== Dashboards =====================================
- # These settings control loading the sample dashboards to the Kibana index. Loading
- # the dashboards is disabled by default and can be enabled either by setting the
-@@ -147,6 +174,8 @@ processors:
- # To enable all selectors use ["*"]. Examples of other selectors are "beat",
- # "publish", "service".
- #logging.selectors: ["*"]
-+logging.to_syslog: true
-+logging.to_files: false
-
- #============================== Xpack Monitoring ===============================
- # heartbeat can export internal metrics to a central Elasticsearch monitoring