Skip to content

Commit

Permalink
feat: add doris build config
Browse files Browse the repository at this point in the history
Signed-off-by: composer <[email protected]>
  • Loading branch information
joker-star-l committed Oct 23, 2024
1 parent f0dcdf2 commit 492f5fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmake/plugins_options.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ DEFINE_OPTION(FLB_OUT_CHRONICLE "Enable Google Chronicle output pl
DEFINE_OPTION(FLB_OUT_CLOUDWATCH_LOGS "Enable AWS CloudWatch output plugin" ON)
DEFINE_OPTION(FLB_OUT_COUNTER "Enable Counter output plugin" ON)
DEFINE_OPTION(FLB_OUT_DATADOG "Enable DataDog output plugin" ON)
DEFINE_OPTION(FLB_OUT_DORIS "Enable Apache Doris output plugin" ON)
DEFINE_OPTION(FLB_OUT_ES "Enable Elasticsearch output plugin" ON)
DEFINE_OPTION(FLB_OUT_EXIT "Enable Exit output plugin" ON)
DEFINE_OPTION(FLB_OUT_FILE "Enable file output plugin" ON)
Expand Down
1 change: 1 addition & 0 deletions cmake/windows-setup.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ if(FLB_WINDOWS_DEFAULTS)
set(FLB_OUT_COUNTER Yes)
set(FLB_OUT_CHRONICLE Yes)
set(FLB_OUT_DATADOG Yes)
set(FLB_OUT_DORIS Yes)
set(FLB_OUT_ES Yes)
set(FLB_OUT_EXIT No)
set(FLB_OUT_FORWARD Yes)
Expand Down

0 comments on commit 492f5fd

Please sign in to comment.