Browse Source

disable logsmanagement when installing on macOS (#16708)

Ilya Mashchenko 1 year ago
parent
commit
20454899d9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      netdata-installer.sh

+ 1 - 0
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