summaryrefslogtreecommitdiffstats
path: root/netdata-installer.sh
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2024-01-04 22:46:13 +0200
committerGitHub <noreply@github.com>2024-01-04 20:46:13 +0000
commit20454899d96e529b30b542513eaf8ec8956ad772 (patch)
tree43f2c1b9f477d317643444dcc61d4606c6c74120 /netdata-installer.sh
parentf24c89c917bdb86514e73fedfc4ef1246ee44dc5 (diff)
disable logsmanagement when installing on macOS (#16708)
Diffstat (limited to 'netdata-installer.sh')
-rwxr-xr-xnetdata-installer.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/netdata-installer.sh b/netdata-installer.sh
index d2dffa2720..717f526afe 100755
--- a/netdata-installer.sh
+++ b/netdata-installer.sh
@@ -1878,6 +1878,7 @@ should_install_fluentbit() {
install_fluentbit() {
if ! should_install_fluentbit; then
+ enable_feature PLUGIN_LOGS_MANAGEMENT 0
return 0
fi