sysutils/beats: final changes before release

This commit is contained in:
Franco Fichtner 2025-05-14 08:52:06 +02:00
parent 10993e8298
commit 84904b71aa
4 changed files with 5 additions and 4 deletions

View file

@ -96,7 +96,7 @@ security/tor -- The Onion Router
security/wazuh-agent -- Agent for the open source security platform Wazuh
sysutils/apcupsd -- APCUPSD - APC UPS daemon
sysutils/apuled -- PC Engine APU LED control (development only)
sysutils/beats -- Send logs, network, metrics and heartbeat to Elasticsearch (development only)
sysutils/beats -- Send logs, network, metrics and heartbeat to Elasticsearch
sysutils/cpu-microcode -- CPU microcode updates
sysutils/dec-hw -- Deciso hardware specific information
sysutils/dmidecode -- Display hardware information on the dashboard

View file

@ -1,6 +1,5 @@
PLUGIN_NAME= beats
PLUGIN_VERSION= 0.1
PLUGIN_DEVEL= yes
PLUGIN_VERSION= 1.0
PLUGIN_COMMENT= Send logs, network, metrics and heartbeat to Elasticsearch
PLUGIN_DEPENDS= beats8
PLUGIN_MAINTAINER= 0xThiebaut

View file

@ -40,6 +40,7 @@ class ServiceController extends ApiMutableServiceControllerBase
protected static $internalServiceTemplate = 'OPNsense/Beats';
protected static $internalServiceEnabled = 'enabled';
protected static $internalServiceName = 'beats';
protected function reconfigureForceRestart()
{
return 0;

View file

@ -17,7 +17,8 @@ type:script
message:restarting Filebeat
[status]
command:/usr/local/etc/rc.d/filebeat status; exit 0
command:/usr/local/etc/rc.d/filebeat status
parameters:
errors:no
type:script_output
message:requesting Filebeat status