File tree 1 file changed +13
-3
lines changed
1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -245,7 +245,9 @@ endmacro()
245
245
# Custom Plugins
246
246
REGISTER_CUSTOM_PLUGIN("custom_calyptia" )
247
247
248
- REGISTER_IN_PLUGIN("in_blob" )
248
+ if (FLB_SQLDB)
249
+ REGISTER_IN_PLUGIN("in_blob" )
250
+ endif ()
249
251
250
252
# These plugins works only on Linux
251
253
if (${CMAKE_SYSTEM_NAME} MATCHES "Linux" )
@@ -351,7 +353,11 @@ REGISTER_PROCESSOR_PLUGIN("processor_sql")
351
353
# OUTPUTS
352
354
# =======
353
355
REGISTER_OUT_PLUGIN("out_azure" )
354
- REGISTER_OUT_PLUGIN("out_azure_blob" )
356
+
357
+ if (FLB_SQLDB)
358
+ REGISTER_OUT_PLUGIN("out_azure_blob" )
359
+ endif ()
360
+
355
361
REGISTER_OUT_PLUGIN("out_azure_logs_ingestion" )
356
362
REGISTER_OUT_PLUGIN("out_azure_kusto" )
357
363
REGISTER_OUT_PLUGIN("out_bigquery" )
@@ -415,7 +421,11 @@ endif()
415
421
# =======
416
422
REGISTER_FILTER_PLUGIN("filter_alter_size" )
417
423
REGISTER_FILTER_PLUGIN("filter_aws" )
418
- REGISTER_FILTER_PLUGIN("filter_checklist" )
424
+
425
+ if (FLB_SQLDB)
426
+ REGISTER_FILTER_PLUGIN("filter_checklist" )
427
+ endif ()
428
+
419
429
REGISTER_FILTER_PLUGIN("filter_ecs" )
420
430
REGISTER_FILTER_PLUGIN("filter_record_modifier" )
421
431
REGISTER_FILTER_PLUGIN("filter_sysinfo" )
You can’t perform that action at this time.
0 commit comments