sysultils/beats: align with our directory structure

This commit is contained in:
Franco Fichtner
2025-03-26 10:01:54 +01:00
parent e2799bb11b
commit 06d6a31706
16 changed files with 12 additions and 14 deletions
+8
View File
@@ -0,0 +1,8 @@
PLUGIN_NAME= beats
PLUGIN_VERSION= 0.1
PLUGIN_DEVEL= yes
PLUGIN_COMMENT= Send logs, network, metrics and heartbeat to Elasticsearch
PLUGIN_DEPENDS= beats8
PLUGIN_MAINTAINER= 0xThiebaut
.include "../../Mk/plugins.mk"
@@ -1,13 +1,10 @@
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.
Logstash, search and analyze in Elasticsearch.
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.
The OPNsense Beats plugin only initializes Elasticsearch;
It doesn't load Kibana dashboards.
WWW: https://www.elastic.co/guide/en/beats
@@ -20,4 +20,4 @@ message:restarting Filebeat
command:/usr/local/etc/rc.d/filebeat status; exit 0
parameters:
type:script_output
message:requesting Filebeat status
message:requesting Filebeat status
@@ -1,2 +1,2 @@
filebeat.yml:/usr/local/etc/beats/filebeat.yml
filebeat:/etc/rc.conf.d/filebeat
filebeat:/etc/rc.conf.d/filebeat
@@ -1 +1 @@
filebeat_enable="{{ 'YES' if not helpers.empty('OPNsense.filebeat.enabled') else 'NO' }}"
filebeat_enable="{{ 'YES' if not helpers.empty('OPNsense.filebeat.enabled') else 'NO' }}"
-7
View File
@@ -1,7 +0,0 @@
PLUGIN_NAME= beats8
PLUGIN_VERSION= 1.0
PLUGIN_COMMENT= Send logs, network, metrics and heartbeat to elasticsearch
PLUGIN_DEPENDS= beats8
PLUGIN_MAINTAINER= 0xThiebaut
.include "../../Mk/plugins.mk"