git: dc721d84ea9a - main - cleanup: Remove expired ports:

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Sun, 01 Jan 2023 12:50:43 UTC
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=dc721d84ea9ad5e97d2c518b2bdca0fd37a4382b

commit dc721d84ea9ad5e97d2c518b2bdca0fd37a4382b
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2023-01-01 12:50:12 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2023-01-01 12:50:12 +0000

    cleanup: Remove expired ports:
    
    2023-01-01 sysutils/beats6: No longer maintained and supported.
    2023-01-01 sysutils/logstash6: No longer maintained and supported.
    2023-01-01 textproc/elasticsearch6: No longer maintained and supported.
---
 MOVED                                              |    3 +
 sysutils/Makefile                                  |    2 -
 sysutils/beats6/Makefile                           |   75 -
 sysutils/beats6/distinfo                           |    3 -
 sysutils/beats6/files/filebeat.in                  |   36 -
 sysutils/beats6/files/heartbeat.in                 |   36 -
 sysutils/beats6/files/metricbeat.in                |   44 -
 sysutils/beats6/files/packetbeat.in                |   36 -
 sysutils/beats6/files/patch-filebeat_filebeat.yml  |   47 -
 .../beats6/files/patch-heartbeat_heartbeat.yml     |   47 -
 .../beats6/files/patch-libbeat_scripts_Makefile    |   31 -
 .../beats6/files/patch-metricbeat_metricbeat.yml   |   47 -
 .../beats6/files/patch-packetbeat_packetbeat.yml   |   24 -
 ...or_github.com_docker_docker_pkg_system_mknod.go |   11 -
 sysutils/beats6/pkg-descr                          |   18 -
 sysutils/beats6/pkg-plist                          | 1498 --------------------
 sysutils/logstash6/Makefile                        |   78 -
 sysutils/logstash6/distinfo                        |    3 -
 sysutils/logstash6/files/logstash.conf.sample      |   17 -
 sysutils/logstash6/files/logstash.in               |  121 --
 sysutils/logstash6/files/patch-config_logstash.yml |   11 -
 .../logstash6/files/patch-vendor_jruby_bin_jruby   |   11 -
 .../files/patch-vendor_jruby_bin_jruby.bash        |   11 -
 sysutils/logstash6/pkg-descr                       |    4 -
 sysutils/logstash6/pkg-message                     |   13 -
 textproc/Makefile                                  |    1 -
 textproc/elasticsearch6/Makefile                   |  134 --
 textproc/elasticsearch6/distinfo                   |    3 -
 textproc/elasticsearch6/files/elasticsearch.in     |  128 --
 .../files/patch-config_elasticsearch.yml           |   22 -
 .../elasticsearch6/files/patch-config_jvm.options  |   18 -
 textproc/elasticsearch6/files/pkg-message.in       |   34 -
 textproc/elasticsearch6/pkg-descr                  |    2 -
 33 files changed, 3 insertions(+), 2566 deletions(-)

diff --git a/MOVED b/MOVED
index 35f5081b5951..1a144ea64265 100644
--- a/MOVED
+++ b/MOVED
@@ -17744,3 +17744,6 @@ sysutils/py-ansible-core211||2022-12-31|Has expired: Depends on expired security
 sysutils/ansible4||2022-12-31|Has expired: Depends on expired security/py-pycrypto (via sysutils/py-ansible-core211)
 security/py-pycrypto|security/py-pycryptodome|2022-12-31|Has expired: Unmaintained, obsolete, and contains security vulnerabilities. Use security/py-pycryptodome instead
 ports-mgmt/chucky||2023-01-01|Has expired: Uses the obsoleted reeBSD tag
+sysutils/beats6||2023-01-01|Has expired: No longer maintained and supported
+sysutils/logstash6||2023-01-01|Has expired: No longer maintained and supported
+textproc/elasticsearch6||2023-01-01|Has expired: No longer maintained and supported
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 1d79adbcf06d..a9dd96cccd9c 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -119,7 +119,6 @@
     SUBDIR += bchunk
     SUBDIR += beadm
     SUBDIR += beadm-devel
-    SUBDIR += beats6
     SUBDIR += beats7
     SUBDIR += beats8
     SUBDIR += bfs
@@ -672,7 +671,6 @@
     SUBDIR += logrotate
     SUBDIR += logstalgia
     SUBDIR += logstash-forwarder
-    SUBDIR += logstash6
     SUBDIR += logstash7
     SUBDIR += logstash8
     SUBDIR += logtool
diff --git a/sysutils/beats6/Makefile b/sysutils/beats6/Makefile
deleted file mode 100644
index bee584938d6c..000000000000
--- a/sysutils/beats6/Makefile
+++ /dev/null
@@ -1,75 +0,0 @@
-PORTNAME=	beats
-PORTVERSION=	6.8.16
-DISTVERSIONPREFIX=	v
-PORTREVISION=	7
-CATEGORIES=	sysutils
-PKGNAMESUFFIX=	6
-
-MAINTAINER=	elastic@FreeBSD.org
-COMMENT=	Collect logs locally and send to remote logstash
-WWW=		https://www.elastic.co/products/beats/
-
-LICENSE=	APACHE20
-
-DEPRECATED=	No longer maintained and supported.
-EXPIRATION_DATE=	2023-01-01
-
-BROKEN_aarch64=	fails to build: vendor/golang.org/x/sys/unix/cap_freebsd.go:18:23: undefined: CAP_RIGHTS_VERSION_00
-
-USES=		gmake go
-USE_GITHUB=	yes
-GH_ACCOUNT=	elastic
-USE_RC_SUBR=	${GO_TARGETS}
-
-GO_PKGNAME=	github.com/${GH_ACCOUNT}/${GH_PROJECT}
-MAKE_ENV+=	GOBUILD_FLAGS=""
-
-CONFLICTS=	beats7
-
-OPTIONS_DEFINE=		FILEBEAT HEARTBEAT METRICBEAT PACKETBEAT
-OPTIONS_DEFAULT=	FILEBEAT HEARTBEAT METRICBEAT
-OPTIONS_SUB=		yes
-
-FILEBEAT_DESC=		Filebeat
-HEARTBEAT_DESC=		Heartbeat
-METRICBEAT_DESC=	Metricbeat
-PACKETBEAT_DESC=	Packetbeat
-
-FILEBEAT_VARS=		GO_TARGETS+=filebeat
-HEARTBEAT_VARS=		GO_TARGETS+=heartbeat
-METRICBEAT_VARS=	GO_TARGETS+=metricbeat
-PACKETBEAT_BROKEN=	An underlying library is currently broken under FreeBSD
-PACKETBEAT_VARS=	GO_TARGETS+=packetbeat
-
-_FIND_ARGS=	"! ( -regex .*/*\.(go|in|log) ) ! -path *test* ! -path *vendor*"
-
-.include <bsd.port.options.mk>
-
-do-build:
-.for GO_TARGET in ${GO_TARGETS}
-	@(cd ${GO_WRKSRC}; ${SETENV} ${MAKE_ENV} ${GO_ENV} ${GMAKE} -C ${GO_TARGET})
-.endfor
-
-do-install:
-.for GO_TARGET in ${GO_TARGETS}
-	${INSTALL_PROGRAM} ${GO_WRKSRC}/${GO_TARGET}/${GO_TARGET} \
-		${STAGEDIR}${PREFIX}/sbin
-	${INSTALL_DATA} ${WRKSRC}/${GO_TARGET}/${GO_TARGET}.yml \
-		${STAGEDIR}${PREFIX}/etc/${GO_TARGET}.yml.sample
-	(DEST_COMPONENT_PATH_UNSTAGED=/var/db/beats/${GO_TARGET}/kibana; \
-		DEST_COMPONENT_PATH=${STAGEDIR}$${DEST_COMPONENT_PATH_UNSTAGED}; \
-		${MKDIR} $${DEST_COMPONENT_PATH}; \
-		DASHBOARD_FIND_ARGS="-path */_meta/kibana -type d"; \
-		DASHBOARD_PATHS=$$(${SETENV} ${FIND} ${WRKSRC}/${GO_TARGET} $${DASHBOARD_FIND_ARGS}); \
-		for DASHBOARD_PATH in $${DASHBOARD_PATHS}; \
-		do \
-			(cd $${DASHBOARD_PATH} && ${COPYTREE_SHARE} . $${DEST_COMPONENT_PATH}); \
-		done)
-.endfor
-.for BEATMOD in filebeat metricbeat
-	${MKDIR} ${STAGEDIR}${ETCDIR}/${BEATMOD}.modules.d ${STAGEDIR}${DATADIR}/${BEATMOD}/module
-	(cd ${WRKSRC}/${BEATMOD}/module && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/${BEATMOD}/module ${_FIND_ARGS})
-	(cd ${WRKSRC}/${BEATMOD}/modules.d && ${COPYTREE_SHARE} . ${STAGEDIR}${ETCDIR}/${BEATMOD}.modules.d)
-.endfor
-
-.include <bsd.port.mk>
diff --git a/sysutils/beats6/distinfo b/sysutils/beats6/distinfo
deleted file mode 100644
index 79956e62d86f..000000000000
--- a/sysutils/beats6/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1622123272
-SHA256 (elastic-beats-v6.8.16_GH0.tar.gz) = 2cdbcd6e454317fe4fa41555efcd3470fef5b120bb920fff2ae135f0b78195bc
-SIZE (elastic-beats-v6.8.16_GH0.tar.gz) = 35592988
diff --git a/sysutils/beats6/files/filebeat.in b/sysutils/beats6/files/filebeat.in
deleted file mode 100644
index 41012f8f72e6..000000000000
--- a/sysutils/beats6/files/filebeat.in
+++ /dev/null
@@ -1,36 +0,0 @@
-#!/bin/sh
-
-# PROVIDE: filebeat
-# REQUIRE: DAEMON
-# BEFORE: LOGIN
-# KEYWORD: shutdown
-
-# Add the following lines to /etc/rc.conf to enable filebeat:
-#
-# filebeat_enable (bool):	Set to YES to enable filebeat
-# 				Default: NO
-# filebeat_flags (str):		Extra flags passed to filebeat
-# filebeat_conf (str):		filebeat configuration file
-#				Default: ${PREFIX}/etc/filebeat.yml
-
-. /etc/rc.subr
-
-name="filebeat"
-rcvar=${name}_enable
-load_rc_config $name
-
-: ${filebeat_enable:="NO"}
-: ${filebeat_config:="-path.home %%DATADIR%%/${name} -path.config %%PREFIX%%/etc"}
-
-# daemon
-start_precmd=filebeat_prestart
-command=/usr/sbin/daemon
-pidfile="/var/run/${name}"
-command_args="-rfP ${pidfile} %%PREFIX%%/sbin/${name} ${filebeat_config}"
-
-filebeat_prestart() {
-# Have to empty rc_flags so they don't get passed to daemon(8)
-	rc_flags=""
-}
-
-run_rc_command "$1"
diff --git a/sysutils/beats6/files/heartbeat.in b/sysutils/beats6/files/heartbeat.in
deleted file mode 100644
index 3393ff197de6..000000000000
--- a/sysutils/beats6/files/heartbeat.in
+++ /dev/null
@@ -1,36 +0,0 @@
-#!/bin/sh
-
-# PROVIDE: heartbeat
-# REQUIRE: DAEMON
-# BEFORE: LOGIN
-# KEYWORD: shutdown
-
-# Add the following lines to /etc/rc.conf to enable heartbeat:
-#
-# heartbeat_enable (bool):	Set to YES to enable heartbeat
-# 				Default: NO
-# heartbeat_flags (str):	Extra flags passed to heartbeat
-# heartbeat_conf (str):		heartbeat configuration file
-#				Default: ${PREFIX}/etc/heartbeat.yml
-
-. /etc/rc.subr
-
-name="heartbeat"
-rcvar=${name}_enable
-load_rc_config $name
-
-: ${heartbeat_enable:="NO"}
-: ${heartbeat_config:="-path.home /var/db/beats/${name} -path.config %%PREFIX%%/etc"}
-
-# daemon
-start_precmd=heartbeat_prestart
-command=/usr/sbin/daemon
-pidfile="/var/run/${name}"
-command_args="-rfP ${pidfile} %%PREFIX%%/sbin/${name} ${heartbeat_config}"
-
-heartbeat_prestart() {
-# Have to empty rc_flags so they don't get passed to daemon(8)
-	rc_flags=""
-}
-
-run_rc_command "$1"
diff --git a/sysutils/beats6/files/metricbeat.in b/sysutils/beats6/files/metricbeat.in
deleted file mode 100644
index 9ec75b1759d1..000000000000
--- a/sysutils/beats6/files/metricbeat.in
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/sh
-
-# PROVIDE: metricbeat
-# REQUIRE: DAEMON
-# BEFORE: LOGIN
-# KEYWORD: shutdown
-
-# Add the following lines to /etc/rc.conf to enable metricbeat:
-#
-# metricbeat_enable (bool):	Set to YES to enable metricbeat
-# 				Default: NO
-# metricbeat_flags (str):	Extra flags passed to metricbeat
-# metricbeat_conf (str):	metricbeat configuration metric
-#				Default: ${PREFIX}/etc/metricbeat.yml
-
-. /etc/rc.subr
-
-name="metricbeat"
-rcvar=${name}_enable
-load_rc_config $name
-
-: ${metricbeat_enable:="NO"}
-: ${metricbeat_config:="-path.home /var/db/beats/${name} -path.config %%PREFIX%%/etc"}
-
-# daemon
-start_precmd=metricbeat_prestart
-command=/usr/sbin/daemon
-pidfile="/var/run/${name}"
-command_args="-rfP ${pidfile} -p ${pidfile}.child %%PREFIX%%/sbin/${name} ${metricbeat_config}"
-
-metricbeat_prestart() {
-# Have to empty rc_flags so they don't get passed to daemon(8)
-	rc_flags=""
-}
-
-# metricbeat will refuse to quit if linprocfs is mounted, and sadly requires -9
-[ -f /compat/linux/proc/cpuinfo ] && stop_cmd=metricbeat_stop
-
-metricbeat_stop() {
-	pkill -9 -F ${pidfile} > /dev/null 2>&1
-	pkill -9 -F ${pidfile}.child > /dev/null 2>&1
-}
-
-run_rc_command "$1"
diff --git a/sysutils/beats6/files/packetbeat.in b/sysutils/beats6/files/packetbeat.in
deleted file mode 100644
index df49786b0dfc..000000000000
--- a/sysutils/beats6/files/packetbeat.in
+++ /dev/null
@@ -1,36 +0,0 @@
-#!/bin/sh
-
-# PROVIDE: packetbeat
-# REQUIRE: DAEMON
-# BEFORE: LOGIN
-# KEYWORD: shutdown
-
-# Add the following lines to /etc/rc.conf to enable packetbeat
-#
-# packetbeat_enable (bool):	Set to YES to enable packetbeat
-# 				Default: NO
-# packetbeat_flags (str):	Extra flags passed to packetbeat
-# packetbeat_conf (str):	packetbeat configuration file
-#				Default: ${PREFIX}/etc/packetbeat.yml
-
-. /etc/rc.subr
-
-name="packetbeat"
-rcvar=${name}_enable
-load_rc_config $name
-
-: ${packetbeat_enable:="NO"}
-: ${packetbeat_config:="-path.home /var/db/beats/${name} -path.config %%PREFIX%%/etc"}
-
-# daemon
-start_precmd=packetbeat_prestart
-command=/usr/sbin/daemon
-pidfile="/var/run/${name}"
-command_args="-rfP ${pidfile} %%PREFIX%%/sbin/${name} ${packetbeat_config}"
-
-packetbeat_prestart() {
-# Have to empty rc_flags so they don't get passed to daemon(8)
-	rc_flags=""
-}
-
-run_rc_command "$1"
diff --git a/sysutils/beats6/files/patch-filebeat_filebeat.yml b/sysutils/beats6/files/patch-filebeat_filebeat.yml
deleted file mode 100644
index 868d7cfde986..000000000000
--- a/sysutils/beats6/files/patch-filebeat_filebeat.yml
+++ /dev/null
@@ -1,47 +0,0 @@
-Add Paths section for reference.
-
---- filebeat/filebeat.yml.orig	2019-10-15 21:08:29 UTC
-+++ filebeat/filebeat.yml
-@@ -98,6 +98,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
-@@ -190,6 +217,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 ===============================
- # filebeat can export internal metrics to a central Elasticsearch monitoring
diff --git a/sysutils/beats6/files/patch-heartbeat_heartbeat.yml b/sysutils/beats6/files/patch-heartbeat_heartbeat.yml
deleted file mode 100644
index cc2d4a7cf38a..000000000000
--- a/sysutils/beats6/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
diff --git a/sysutils/beats6/files/patch-libbeat_scripts_Makefile b/sysutils/beats6/files/patch-libbeat_scripts_Makefile
deleted file mode 100644
index c8520470a400..000000000000
--- a/sysutils/beats6/files/patch-libbeat_scripts_Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-Fix syntax for sh (get rid of bash-isms)
-
---- libbeat/scripts/Makefile.orig	2019-10-15 21:08:29 UTC
-+++ libbeat/scripts/Makefile
-@@ -35,7 +35,7 @@ GOFILES = $(shell find . -type f -name '*.go')
- GOFILES_NOVENDOR = $(shell find . -type f -name '*.go' -not -path "*/vendor/*")
- GOFILES_ALL = $(GOFILES) $(shell find $(ES_BEATS) -type f -name '*.go')
- GOPACKAGES_STRESSTESTS=$(shell find . -name '*.go' | xargs awk 'FNR>1 {nextfile} /\+build.*stresstest/ {print FILENAME; nextfile}' | xargs dirname | uniq)
--SHELL=bash
-+SHELL=sh
- ES_HOST?="elasticsearch"
- PWD=$(shell pwd)
- BUILD_DIR?=$(shell pwd)/build
-@@ -108,7 +108,7 @@ ${BEAT_NAME}.test: $(GOFILES_ALL)
- .PHONY: crosscompile
- crosscompile: ## @build Cross-compile beat for the OS'es specified in GOX_OS variable. The binaries are placed in the build/bin directory.
- crosscompile: $(GOFILES)
--ifneq ($(shell [[ $(BEAT_NAME) == journalbeat ]] && echo true ),true)
-+ifneq ($(shell [ $(BEAT_NAME) == journalbeat ] && echo true ),true)
- 	go get github.com/mitchellh/gox
- 	mkdir -p ${BUILD_DIR}/bin
- 	gox -output="${BUILD_DIR}/bin/{{.Dir}}-{{.OS}}-{{.Arch}}" -os="$(strip $(GOX_OS))" -osarch="$(strip $(GOX_OSARCH))" ${GOX_FLAGS}
-@@ -338,7 +338,7 @@ ifeq ($(BEAT_REF_YAML),true)
- 	@chmod 0640 ${BEAT_NAME}.reference.yml
- endif
- 
--ifneq ($(shell [[ $(BEAT_NAME) == libbeat || $(BEAT_NAME) == metricbeat ]] && echo true ),true)
-+ifneq ($(shell [ $(BEAT_NAME) == libbeat -o $(BEAT_NAME) == metricbeat ] && echo true ),true)
- 	mkdir -p include
- 	go run  ${ES_BEATS}/dev-tools/cmd/asset/asset.go -license $(LICENSE) -pkg include -in fields.yml -out include/fields.go $(BEAT_NAME)
- endif
diff --git a/sysutils/beats6/files/patch-metricbeat_metricbeat.yml b/sysutils/beats6/files/patch-metricbeat_metricbeat.yml
deleted file mode 100644
index 5383e4adbcab..000000000000
--- a/sysutils/beats6/files/patch-metricbeat_metricbeat.yml
+++ /dev/null
@@ -1,47 +0,0 @@
-Add Paths section for reference.
-
---- metricbeat/metricbeat.yml.orig	2019-10-15 21:08:29 UTC
-+++ metricbeat/metricbeat.yml
-@@ -42,6 +42,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
-@@ -134,6 +161,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 ===============================
- # metricbeat can export internal metrics to a central Elasticsearch monitoring
diff --git a/sysutils/beats6/files/patch-packetbeat_packetbeat.yml b/sysutils/beats6/files/patch-packetbeat_packetbeat.yml
deleted file mode 100644
index 612f1e09be08..000000000000
--- a/sysutils/beats6/files/patch-packetbeat_packetbeat.yml
+++ /dev/null
@@ -1,24 +0,0 @@
---- packetbeat/packetbeat.yml.orig	2019-10-15 21:08:29 UTC
-+++ packetbeat/packetbeat.yml
-@@ -10,8 +10,10 @@
- #============================== Network device ================================
- 
- # Select the network interface to sniff the data. On Linux, you can use the
--# "any" keyword to sniff on all connected interfaces.
--packetbeat.interfaces.device: any
-+# "any" keyword to sniff on all connected interfaces. FreeBSD is a bit different
-+# and the beats programmers did not bother to implement it, so you must set this
-+# to your preferred device
-+packetbeat.interfaces.device: em0
- 
- #================================== Flows =====================================
- 
-@@ -217,6 +219,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 ===============================
- # packetbeat can export internal metrics to a central Elasticsearch monitoring
diff --git a/sysutils/beats6/files/patch-vendor_github.com_docker_docker_pkg_system_mknod.go b/sysutils/beats6/files/patch-vendor_github.com_docker_docker_pkg_system_mknod.go
deleted file mode 100644
index 635597afaa27..000000000000
--- a/sysutils/beats6/files/patch-vendor_github.com_docker_docker_pkg_system_mknod.go
+++ /dev/null
@@ -1,11 +0,0 @@
---- vendor/github.com/docker/docker/pkg/system/mknod.go.orig	2019-10-15 21:08:29 UTC
-+++ vendor/github.com/docker/docker/pkg/system/mknod.go
-@@ -9,7 +9,7 @@ import (
- // Mknod creates a filesystem node (file, device special file or named pipe) named path
- // with attributes specified by mode and dev.
- func Mknod(path string, mode uint32, dev int) error {
--	return syscall.Mknod(path, mode, dev)
-+	return syscall.Mknod(path, mode, uint64(dev))
- }
- 
- // Mkdev is used to build the value of linux devices (in /dev/) which specifies major
diff --git a/sysutils/beats6/pkg-descr b/sysutils/beats6/pkg-descr
deleted file mode 100644
index d370eec713ed..000000000000
--- a/sysutils/beats6/pkg-descr
+++ /dev/null
@@ -1,18 +0,0 @@
-Beats is the platform for building lightweight, open source data
-shippers for many types of operational data you want to enrich with
-Logstash, search and analyze in Elasticsearch, and visualize in Kibana.
-Whether you're interested in log files, infrastructure metrics, network
-packets, or any other type of data, Beats serves as the foundation for
-keeping a beat on your data.
-
-Filebeat is a lightweight, open source shipper for log file data. As the
-next-generation Logstash Forwarder, Filebeat tails logs and quickly
-sends this information to Logstash for further parsing and enrichment or
-to Elasticsearch for centralized storage and analysis.
-
-Metricbeat Collect metrics from your systems and services. From CPU to memory,
-Redis to Nginx, and much more, Metricbeat is a lightweight way to send system
-and service statistics.
-
-Packetbeat is a lightweight network packet analyzer that sends data to Logstash
-or Elasticsearch.
diff --git a/sysutils/beats6/pkg-plist b/sysutils/beats6/pkg-plist
deleted file mode 100644
index cdf43648aa91..000000000000
--- a/sysutils/beats6/pkg-plist
+++ /dev/null
@@ -1,1498 +0,0 @@
-%%FILEBEAT%%etc/filebeat.yml.sample
-%%FILEBEAT%%sbin/filebeat
-%%HEARTBEAT%%etc/heartbeat.yml.sample
-%%HEARTBEAT%%sbin/heartbeat
-%%METRICBEAT%%etc/metricbeat.yml.sample
-%%METRICBEAT%%sbin/metricbeat
-%%FILEBEAT%%%%ETCDIR%%/filebeat.modules.d/apache2.yml.disabled
-%%FILEBEAT%%%%ETCDIR%%/filebeat.modules.d/auditd.yml.disabled
-%%FILEBEAT%%%%ETCDIR%%/filebeat.modules.d/elasticsearch.yml.disabled
-%%FILEBEAT%%%%ETCDIR%%/filebeat.modules.d/haproxy.yml.disabled
-%%FILEBEAT%%%%ETCDIR%%/filebeat.modules.d/icinga.yml.disabled
-%%FILEBEAT%%%%ETCDIR%%/filebeat.modules.d/iis.yml.disabled
-%%FILEBEAT%%%%ETCDIR%%/filebeat.modules.d/kafka.yml.disabled
-%%FILEBEAT%%%%ETCDIR%%/filebeat.modules.d/kibana.yml.disabled
-%%FILEBEAT%%%%ETCDIR%%/filebeat.modules.d/logstash.yml.disabled
-%%FILEBEAT%%%%ETCDIR%%/filebeat.modules.d/mongodb.yml.disabled
-%%FILEBEAT%%%%ETCDIR%%/filebeat.modules.d/mysql.yml.disabled
-%%FILEBEAT%%%%ETCDIR%%/filebeat.modules.d/nginx.yml.disabled
-%%FILEBEAT%%%%ETCDIR%%/filebeat.modules.d/osquery.yml.disabled
-%%FILEBEAT%%%%ETCDIR%%/filebeat.modules.d/postgresql.yml.disabled
-%%FILEBEAT%%%%ETCDIR%%/filebeat.modules.d/redis.yml.disabled
-%%FILEBEAT%%%%ETCDIR%%/filebeat.modules.d/system.yml.disabled
-%%FILEBEAT%%%%ETCDIR%%/filebeat.modules.d/traefik.yml.disabled
-%%METRICBEAT%%%%ETCDIR%%/metricbeat.modules.d/aerospike.yml.disabled
-%%METRICBEAT%%%%ETCDIR%%/metricbeat.modules.d/apache.yml.disabled
-%%METRICBEAT%%%%ETCDIR%%/metricbeat.modules.d/ceph.yml.disabled
-%%METRICBEAT%%%%ETCDIR%%/metricbeat.modules.d/couchbase.yml.disabled
-%%METRICBEAT%%%%ETCDIR%%/metricbeat.modules.d/docker.yml.disabled
-%%METRICBEAT%%%%ETCDIR%%/metricbeat.modules.d/dropwizard.yml.disabled
-%%METRICBEAT%%%%ETCDIR%%/metricbeat.modules.d/elasticsearch.yml.disabled
-%%METRICBEAT%%%%ETCDIR%%/metricbeat.modules.d/envoyproxy.yml.disabled
-%%METRICBEAT%%%%ETCDIR%%/metricbeat.modules.d/etcd.yml.disabled
-%%METRICBEAT%%%%ETCDIR%%/metricbeat.modules.d/golang.yml.disabled
-%%METRICBEAT%%%%ETCDIR%%/metricbeat.modules.d/graphite.yml.disabled
-%%METRICBEAT%%%%ETCDIR%%/metricbeat.modules.d/haproxy.yml.disabled
-%%METRICBEAT%%%%ETCDIR%%/metricbeat.modules.d/http.yml.disabled
-%%METRICBEAT%%%%ETCDIR%%/metricbeat.modules.d/jolokia.yml.disabled
-%%METRICBEAT%%%%ETCDIR%%/metricbeat.modules.d/kafka.yml.disabled
-%%METRICBEAT%%%%ETCDIR%%/metricbeat.modules.d/kibana.yml.disabled
-%%METRICBEAT%%%%ETCDIR%%/metricbeat.modules.d/kubernetes.yml.disabled
-%%METRICBEAT%%%%ETCDIR%%/metricbeat.modules.d/kvm.yml.disabled
-%%METRICBEAT%%%%ETCDIR%%/metricbeat.modules.d/logstash.yml.disabled
-%%METRICBEAT%%%%ETCDIR%%/metricbeat.modules.d/memcached.yml.disabled
-%%METRICBEAT%%%%ETCDIR%%/metricbeat.modules.d/mongodb.yml.disabled
-%%METRICBEAT%%%%ETCDIR%%/metricbeat.modules.d/munin.yml.disabled
-%%METRICBEAT%%%%ETCDIR%%/metricbeat.modules.d/mysql.yml.disabled
-%%METRICBEAT%%%%ETCDIR%%/metricbeat.modules.d/nginx.yml.disabled
-%%METRICBEAT%%%%ETCDIR%%/metricbeat.modules.d/php_fpm.yml.disabled
-%%METRICBEAT%%%%ETCDIR%%/metricbeat.modules.d/postgresql.yml.disabled
-%%METRICBEAT%%%%ETCDIR%%/metricbeat.modules.d/prometheus.yml.disabled
-%%METRICBEAT%%%%ETCDIR%%/metricbeat.modules.d/rabbitmq.yml.disabled
-%%METRICBEAT%%%%ETCDIR%%/metricbeat.modules.d/redis.yml.disabled
-%%METRICBEAT%%%%ETCDIR%%/metricbeat.modules.d/system.yml
-%%METRICBEAT%%%%ETCDIR%%/metricbeat.modules.d/traefik.yml.disabled
-%%METRICBEAT%%%%ETCDIR%%/metricbeat.modules.d/uwsgi.yml.disabled
-%%METRICBEAT%%%%ETCDIR%%/metricbeat.modules.d/vsphere.yml.disabled
-%%METRICBEAT%%%%ETCDIR%%/metricbeat.modules.d/windows.yml.disabled
-%%METRICBEAT%%%%ETCDIR%%/metricbeat.modules.d/zookeeper.yml.disabled
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/apache2/_meta/config.reference.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/apache2/_meta/config.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/apache2/_meta/docs.asciidoc
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/apache2/_meta/fields.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/apache2/_meta/kibana/5/dashboard/Filebeat-Apache2-Dashboard.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/apache2/_meta/kibana/5/search/Apache2-access-logs.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/apache2/_meta/kibana/5/search/Apache2-errors-log.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/apache2/_meta/kibana/5/visualization/Apache2-access-unique-IPs-map.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/apache2/_meta/kibana/5/visualization/Apache2-browsers.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/apache2/_meta/kibana/5/visualization/Apache2-error-logs-over-time.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/apache2/_meta/kibana/5/visualization/Apache2-operating-systems.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/apache2/_meta/kibana/5/visualization/Apache2-response-codes-of-top-URLs.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/apache2/_meta/kibana/5/visualization/Apache2-response-codes-over-time.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/apache2/_meta/kibana/6/dashboard/Filebeat-apache2.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/apache2/access/_meta/fields.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/apache2/access/config/access.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/apache2/access/ingest/default.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/apache2/access/manifest.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/apache2/error/_meta/fields.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/apache2/error/config/error.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/apache2/error/ingest/pipeline.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/apache2/error/manifest.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/apache2/module.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/auditd/_meta/config.reference.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/auditd/_meta/config.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/auditd/_meta/docs.asciidoc
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/auditd/_meta/fields.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/auditd/_meta/kibana/5/dashboard/dfbb49f0-0a0f-11e7-8a62-2d05eaaac5cb.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/auditd/_meta/kibana/5/search/4ac0a370-0a11-11e7-8b04-eb22a5669f27.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/auditd/_meta/kibana/5/visualization/2bb0fa70-0a11-11e7-9e84-43da493ad0c7.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/auditd/_meta/kibana/5/visualization/5ebdbe50-0a0f-11e7-825f-6748cda7d858.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/auditd/_meta/kibana/5/visualization/6295bdd0-0a0e-11e7-825f-6748cda7d858.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/auditd/_meta/kibana/5/visualization/c5411910-0a87-11e7-8b04-eb22a5669f27.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/auditd/_meta/kibana/5/visualization/d1726930-0a7f-11e7-8b04-eb22a5669f27.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/auditd/_meta/kibana/6/dashboard/Filebeat-auditd.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/auditd/log/_meta/fields.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/auditd/log/config/log.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/auditd/log/ingest/pipeline.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/auditd/log/manifest.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/auditd/module.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/elasticsearch/_meta/config.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/elasticsearch/_meta/docs.asciidoc
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/elasticsearch/_meta/fields.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/elasticsearch/audit/_meta/fields.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/elasticsearch/audit/config/audit.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/elasticsearch/audit/ingest/pipeline-json.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/elasticsearch/audit/ingest/pipeline-plaintext.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/elasticsearch/audit/ingest/pipeline.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/elasticsearch/audit/manifest.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/elasticsearch/deprecation/_meta/fields.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/elasticsearch/deprecation/config/log.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/elasticsearch/deprecation/ingest/pipeline.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/elasticsearch/deprecation/manifest.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/elasticsearch/gc/_meta/fields.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/elasticsearch/gc/config/gc.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/elasticsearch/gc/ingest/pipeline.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/elasticsearch/gc/manifest.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/elasticsearch/module.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/elasticsearch/server/_meta/fields.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/elasticsearch/server/config/log.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/elasticsearch/server/ingest/pipeline.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/elasticsearch/server/manifest.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/elasticsearch/slowlog/_meta/fields.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/elasticsearch/slowlog/config/slowlog.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/elasticsearch/slowlog/ingest/pipeline.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/elasticsearch/slowlog/manifest.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/haproxy/_meta/config.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/haproxy/_meta/docs.asciidoc
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/haproxy/_meta/fields.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/haproxy/_meta/kibana/6/dashboard/Filebeat-haproxy-overview.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/haproxy/log/_meta/fields.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/haproxy/log/config/file.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/haproxy/log/config/syslog.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/haproxy/log/ingest/pipeline.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/haproxy/log/manifest.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/haproxy/module.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/icinga/_meta/config.reference.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/icinga/_meta/config.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/icinga/_meta/docs.asciidoc
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/icinga/_meta/fields.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/icinga/_meta/kibana/5/dashboard/26309570-2419-11e7-a83b-d5f4cebac9ff.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/icinga/_meta/kibana/5/dashboard/b9163ea0-2417-11e7-a83b-d5f4cebac9ff.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/icinga/_meta/kibana/5/dashboard/f693d260-2417-11e7-a83b-d5f4cebac9ff.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/icinga/_meta/kibana/5/search/710043e0-2417-11e7-a83b-d5f4cebac9ff.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/icinga/_meta/kibana/5/search/c876e6a0-2418-11e7-a83b-d5f4cebac9ff.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/icinga/_meta/kibana/5/search/ffaf5a30-2413-11e7-a0d9-39604d45ca7f.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/icinga/_meta/kibana/5/visualization/0bc34b60-2419-11e7-a83b-d5f4cebac9ff.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/icinga/_meta/kibana/5/visualization/2cf77780-2418-11e7-a83b-d5f4cebac9ff.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/icinga/_meta/kibana/5/visualization/a59b5e00-2417-11e7-a83b-d5f4cebac9ff.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/icinga/_meta/kibana/5/visualization/d8e5dc40-2417-11e7-a83b-d5f4cebac9ff.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/icinga/_meta/kibana/5/visualization/fb09d4b0-2418-11e7-a83b-d5f4cebac9ff.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/icinga/_meta/kibana/6/dashboard/Filebeat-icinga-debug-log.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/icinga/_meta/kibana/6/dashboard/Filebeat-icinga-main-log.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/icinga/_meta/kibana/6/dashboard/Filebeat-icinga-startup-errors.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/icinga/debug/_meta/fields.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/icinga/debug/config/debug.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/icinga/debug/ingest/pipeline.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/icinga/debug/manifest.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/icinga/main/_meta/fields.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/icinga/main/config/main.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/icinga/main/ingest/pipeline.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/icinga/main/manifest.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/icinga/module.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/icinga/startup/_meta/fields.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/icinga/startup/config/startup.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/icinga/startup/ingest/pipeline.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/icinga/startup/manifest.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/iis/_meta/config.reference.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/iis/_meta/config.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/iis/_meta/docs.asciidoc
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/iis/_meta/fields.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/iis/_meta/kibana/6/dashboard/Filebeat-iis.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/iis/access/_meta/fields.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/iis/access/config/iis-access.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/iis/access/ingest/default.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/iis/access/manifest.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/iis/error/_meta/fields.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/iis/error/config/iis-error.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/iis/error/ingest/default.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/iis/error/manifest.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/kafka/_meta/config.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/kafka/_meta/docs.asciidoc
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/kafka/_meta/fields.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/kafka/_meta/kibana/6/dashboard/Filebeat-Kafka-overview.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/kafka/log/_meta/fields.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/kafka/log/config/log.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/kafka/log/ingest/pipeline.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/kafka/log/manifest.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/kafka/module.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/kibana/_meta/config.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/kibana/_meta/docs.asciidoc
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/kibana/_meta/fields.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/kibana/log/_meta/fields.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/kibana/log/config/log.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/kibana/log/ingest/pipeline.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/kibana/log/manifest.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/kibana/module.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/logstash/_meta/config.reference.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/logstash/_meta/config.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/logstash/_meta/docs.asciidoc
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/logstash/_meta/fields.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/logstash/_meta/kibana/6/dashboard/Filebeat-logstash-log.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/logstash/_meta/kibana/6/dashboard/Filebeat-logstash-slowlog.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/logstash/log/_meta/fields.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/logstash/log/config/log.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/logstash/log/ingest/pipeline-json.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/logstash/log/ingest/pipeline-plain.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/logstash/log/manifest.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/logstash/module.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/logstash/slowlog/_meta/fields.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/logstash/slowlog/config/slowlog.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/logstash/slowlog/ingest/pipeline-json.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/logstash/slowlog/ingest/pipeline-plain.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/logstash/slowlog/manifest.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/mongodb/_meta/config.reference.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/mongodb/_meta/config.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/mongodb/_meta/docs.asciidoc
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/mongodb/_meta/fields.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/mongodb/_meta/kibana/6/dashboard/Filebeat-Mongodb-overview.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/mongodb/log/_meta/fields.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/mongodb/log/config/log.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/mongodb/log/ingest/pipeline.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/mongodb/log/manifest.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/mongodb/module.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/mysql/_meta/config.reference.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/mysql/_meta/config.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/mysql/_meta/docs.asciidoc
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/mysql/_meta/fields.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/mysql/_meta/kibana/5/dashboard/Filebeat-MySQL-Dashboard.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/mysql/_meta/kibana/5/search/Filebeat-MySQL-Slow-log.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/mysql/_meta/kibana/5/search/Filebeat-MySQL-error-log.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/mysql/_meta/kibana/5/visualization/MySQL-Error-logs-levels.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/mysql/_meta/kibana/5/visualization/MySQL-Slow-logs-by-count.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/mysql/_meta/kibana/5/visualization/MySQL-Slow-queries-over-time.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/mysql/_meta/kibana/5/visualization/MySQL-error-logs.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/mysql/_meta/kibana/5/visualization/MySQL-slowest-queries.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/mysql/_meta/kibana/6/dashboard/Filebeat-mysql.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/mysql/error/_meta/fields.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/mysql/error/config/error.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/mysql/error/ingest/pipeline.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/mysql/error/manifest.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/mysql/module.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/mysql/slowlog/_meta/fields.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/mysql/slowlog/config/slowlog.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/mysql/slowlog/ingest/pipeline.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/mysql/slowlog/manifest.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/nginx/_meta/config.reference.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/nginx/_meta/config.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/nginx/_meta/docs.asciidoc
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/nginx/_meta/fields.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/nginx/_meta/kibana/5/dashboard/Filebeat-Nginx-Dashboard.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/nginx/_meta/kibana/5/dashboard/ML-Nginx-Access-Remote-IP-Count-Explorer.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/nginx/_meta/kibana/5/dashboard/ML-Nginx-Remote-IP-URL-Explorer.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/nginx/_meta/kibana/5/search/Filebeat-Nginx-module.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/nginx/_meta/kibana/5/search/ML-Filebeat-Nginx-Access.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/nginx/_meta/kibana/5/visualization/Errors-over-time.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/nginx/_meta/kibana/5/visualization/ML-Nginx-Access-Map.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/nginx/_meta/kibana/5/visualization/ML-Nginx-Access-Remote-IP-Timechart.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/nginx/_meta/kibana/5/visualization/ML-Nginx-Access-Response-Code-Timechart.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/nginx/_meta/kibana/5/visualization/ML-Nginx-Access-Top-Remote-IPs-Table.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/nginx/_meta/kibana/5/visualization/ML-Nginx-Access-Top-URLs-Table.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/nginx/_meta/kibana/5/visualization/ML-Nginx-Access-Unique-Count-URL-Timechart.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/nginx/_meta/kibana/5/visualization/New-Visualization.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/nginx/_meta/kibana/5/visualization/Nginx-Access-Browsers.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/nginx/_meta/kibana/5/visualization/Nginx-Access-Map.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/nginx/_meta/kibana/5/visualization/Nginx-Access-OSes.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/nginx/_meta/kibana/5/visualization/Nginx-Access-Response-codes-by-top-URLs.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/nginx/_meta/kibana/5/visualization/Sent-sizes.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/nginx/_meta/kibana/6/dashboard/Filebeat-nginx-logs.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/nginx/_meta/kibana/6/dashboard/Filebeat-nginx-overview.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/nginx/_meta/kibana/6/dashboard/ml-nginx-access-remote-ip-count-explorer.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/nginx/_meta/kibana/6/dashboard/ml-nginx-remote-ip-url-explorer.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/nginx/access/_meta/fields.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/nginx/access/config/nginx-access.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/nginx/access/ingest/default.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/nginx/access/machine_learning/datafeed_low_request_rate.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/nginx/access/machine_learning/datafeed_remote_ip_request_rate.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/nginx/access/machine_learning/datafeed_remote_ip_url_count.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/nginx/access/machine_learning/datafeed_response_code.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/nginx/access/machine_learning/datafeed_visitor_rate.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/nginx/access/machine_learning/low_request_rate.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/nginx/access/machine_learning/remote_ip_request_rate.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/nginx/access/machine_learning/remote_ip_url_count.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/nginx/access/machine_learning/response_code.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/nginx/access/machine_learning/visitor_rate.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/nginx/access/manifest.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/nginx/error/_meta/fields.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/nginx/error/config/nginx-error.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/nginx/error/ingest/pipeline.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/nginx/error/manifest.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/nginx/module.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/osquery/_meta/config.reference.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/osquery/_meta/config.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/osquery/_meta/docs.asciidoc
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/osquery/_meta/fields.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/osquery/_meta/kibana/6/dashboard/osquery-compliance.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/osquery/_meta/kibana/6/dashboard/osquery-rootkit.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/osquery/module.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/osquery/result/_meta/fields.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/osquery/result/config/result.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/osquery/result/ingest/pipeline.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/osquery/result/manifest.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/postgresql/_meta/config.reference.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/postgresql/_meta/config.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/postgresql/_meta/docs.asciidoc
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/postgresql/_meta/fields.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/postgresql/_meta/kibana/6/dashboard/Filebeat-Postgresql-overview.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/postgresql/_meta/kibana/6/dashboard/Filebeat-Postgresql-slowlogs.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/postgresql/log/_meta/fields.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/postgresql/log/config/log.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/postgresql/log/ingest/pipeline.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/postgresql/log/manifest.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/postgresql/module.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/redis/_meta/config.reference.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/redis/_meta/config.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/redis/_meta/docs.asciidoc
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/redis/_meta/fields.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/redis/_meta/kibana/5/dashboard/7fea2930-478e-11e7-b1f0-cb29bac6bf8b.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/redis/_meta/kibana/5/search/0ab87b80-478e-11e7-b1f0-cb29bac6bf8b.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/redis/_meta/kibana/5/search/73613570-4791-11e7-be88-2ddb32f3df97.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/redis/_meta/kibana/5/visualization/78b9afe0-478f-11e7-b1f0-cb29bac6bf8b.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/redis/_meta/kibana/5/visualization/d2864600-478f-11e7-be88-2ddb32f3df97.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/redis/_meta/kibana/5/visualization/dcccaa80-4791-11e7-be88-2ddb32f3df97.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/redis/_meta/kibana/6/dashboard/Filebeat-redis.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/redis/log/_meta/fields.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/redis/log/config/log.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/redis/log/ingest/pipeline.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/redis/log/manifest.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/redis/module.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/redis/slowlog/_meta/fields.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/redis/slowlog/config/slowlog.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/redis/slowlog/ingest/pipeline.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/redis/slowlog/manifest.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/system/_meta/config.reference.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/system/_meta/config.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/system/_meta/docs.asciidoc
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/system/_meta/fields.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/system/_meta/kibana/5/dashboard/0d3f2380-fa78-11e6-ae9b-81e5311e8cab.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/system/_meta/kibana/5/dashboard/277876d0-fa2c-11e6-bbd3-29c986c96e5a.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/system/_meta/kibana/5/dashboard/5517a150-f9ce-11e6-8115-a7c18106d86a.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/system/_meta/kibana/5/dashboard/Filebeat-syslog-dashboard.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/system/_meta/kibana/5/search/62439dc0-f9c9-11e6-a747-6121780e0414.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/system/_meta/kibana/5/search/8030c1b0-fa77-11e6-ae9b-81e5311e8cab.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/system/_meta/kibana/5/search/Syslog-system-logs.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/system/_meta/kibana/5/search/b6f321e0-fa25-11e6-bbd3-29c986c96e5a.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/system/_meta/kibana/5/search/eb0039f0-fa7f-11e6-a1df-a78bd7504d38.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/system/_meta/kibana/5/visualization/12667040-fa80-11e6-a1df-a78bd7504d38.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/system/_meta/kibana/5/visualization/341ffe70-f9ce-11e6-8115-a7c18106d86a.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/system/_meta/kibana/5/visualization/346bb290-fa80-11e6-a1df-a78bd7504d38.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/system/_meta/kibana/5/visualization/3cec3eb0-f9d3-11e6-8a3e-2b904044ea1d.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/system/_meta/kibana/5/visualization/51164310-fa2b-11e6-bbd3-29c986c96e5a.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/system/_meta/kibana/5/visualization/5c7af030-fa2a-11e6-bbd3-29c986c96e5a.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/system/_meta/kibana/5/visualization/5dd15c00-fa78-11e6-ae9b-81e5311e8cab.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/system/_meta/kibana/5/visualization/78b74f30-f9cd-11e6-8115-a7c18106d86a.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/system/_meta/kibana/5/visualization/Syslog-events-by-hostname.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/system/_meta/kibana/5/visualization/Syslog-hostnames-and-processes.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/system/_meta/kibana/5/visualization/d16bb400-f9cc-11e6-8115-a7c18106d86a.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/system/_meta/kibana/5/visualization/d56ee420-fa79-11e6-a1df-a78bd7504d38.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/system/_meta/kibana/5/visualization/dc589770-fa2b-11e6-bbd3-29c986c96e5a.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/system/_meta/kibana/5/visualization/e121b140-fa78-11e6-a1df-a78bd7504d38.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/system/_meta/kibana/5/visualization/f398d2f0-fa77-11e6-ae9b-81e5311e8cab.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/system/_meta/kibana/6/dashboard/Filebeat-auth-sudo-commands.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/system/_meta/kibana/6/dashboard/Filebeat-new-users-and-groups.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/system/_meta/kibana/6/dashboard/Filebeat-ssh-login-attempts.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/system/_meta/kibana/6/dashboard/Filebeat-syslog.json
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/system/auth/_meta/fields.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/system/auth/config/auth.yml
-%%FILEBEAT%%%%DATADIR%%/filebeat/module/system/auth/ingest/pipeline.json
*** 1850 LINES SKIPPED ***