File tree 2 files changed +2
-0
lines changed
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -111,6 +111,7 @@ DEFINE_OPTION(FLB_OUT_CHRONICLE "Enable Google Chronicle output pl
111
111
DEFINE_OPTION(FLB_OUT_CLOUDWATCH_LOGS "Enable AWS CloudWatch output plugin" ON )
112
112
DEFINE_OPTION(FLB_OUT_COUNTER "Enable Counter output plugin" ON )
113
113
DEFINE_OPTION(FLB_OUT_DATADOG "Enable DataDog output plugin" ON )
114
+ DEFINE_OPTION(FLB_OUT_DORIS "Enable Apache Doris output plugin" ON )
114
115
DEFINE_OPTION(FLB_OUT_ES "Enable Elasticsearch output plugin" ON )
115
116
DEFINE_OPTION(FLB_OUT_EXIT "Enable Exit output plugin" ON )
116
117
DEFINE_OPTION(FLB_OUT_FILE "Enable file output plugin" ON )
Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ if(FLB_WINDOWS_DEFAULTS)
66
66
set (FLB_OUT_COUNTER Yes )
67
67
set (FLB_OUT_CHRONICLE Yes )
68
68
set (FLB_OUT_DATADOG Yes )
69
+ set (FLB_OUT_DORIS Yes )
69
70
set (FLB_OUT_ES Yes )
70
71
set (FLB_OUT_EXIT No )
71
72
set (FLB_OUT_FORWARD Yes )
You can’t perform that action at this time.
0 commit comments