| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/sysutils/beats7/files/ |
Upload File : |
--- metricbeat/metricbeat.yml.orig 2021-10-07 17:20:31 UTC
+++ metricbeat/metricbeat.yml
@@ -11,7 +11,7 @@
metricbeat.config.modules:
# Glob pattern for configuration loading
- path: ${path.config}/modules.d/*.yml
+ path: ${path.config}/metricbeat.modules.d/*.yml
# Set to true to enable config reloading
reload.enabled: false
@@ -54,6 +54,10 @@ setup.template.settings:
# website.
#setup.dashboards.url:
+# The directory from where to read the dashboards. The default is the `kibana`
+# folder in the home path.
+#setup.dashboards.directory: %%DATADIR%%/metricbeat/kibana
+
# =================================== Kibana ===================================
# Starting with Beats version 6.0.0, the dashboards are loaded via the Kibana API.
@@ -123,8 +127,8 @@ output.elasticsearch:
processors:
- add_host_metadata: ~
- add_cloud_metadata: ~
- - add_docker_metadata: ~
- - add_kubernetes_metadata: ~
+# - add_docker_metadata: ~
+# - add_kubernetes_metadata: ~
# ================================== Logging ===================================