Skip to content

Commit

Permalink
windows: enable ECS filter (fluent#6269)
Browse files Browse the repository at this point in the history
Signed-off-by: Wesley Pettit <[email protected]>

Signed-off-by: Wesley Pettit <[email protected]>
  • Loading branch information
PettitWesley authored Nov 16, 2022
1 parent c04c04a commit 8e6a5be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmake/windows-setup.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ if(FLB_WINDOWS_DEFAULTS)
set(FLB_FILTER_RECORD_MODIFIER Yes)
set(FLB_FILTER_REWRITE_TAG Yes)
set(FLB_FILTER_GEOIP2 Yes)
set(FLB_FILTER_AWS Yes)
set(FLB_FILTER_AWS Yes)
set(FLB_FILTER_ECS Yes)
endif()

# Search bison and flex executables
Expand Down

0 comments on commit 8e6a5be

Please sign in to comment.