File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 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
111111DEFINE_OPTION(FLB_OUT_CLOUDWATCH_LOGS "Enable AWS CloudWatch output plugin" ON )
112112DEFINE_OPTION(FLB_OUT_COUNTER "Enable Counter output plugin" ON )
113113DEFINE_OPTION(FLB_OUT_DATADOG "Enable DataDog output plugin" ON )
114+ DEFINE_OPTION(FLB_OUT_DORIS "Enable Apache Doris output plugin" ON )
114115DEFINE_OPTION(FLB_OUT_ES "Enable Elasticsearch output plugin" ON )
115116DEFINE_OPTION(FLB_OUT_EXIT "Enable Exit output plugin" ON )
116117DEFINE_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)
6666 set (FLB_OUT_COUNTER Yes )
6767 set (FLB_OUT_CHRONICLE Yes )
6868 set (FLB_OUT_DATADOG Yes )
69+ set (FLB_OUT_DORIS Yes )
6970 set (FLB_OUT_ES Yes )
7071 set (FLB_OUT_EXIT No )
7172 set (FLB_OUT_FORWARD Yes )
You can’t perform that action at this time.
0 commit comments