Prefix handling required us to introduce a new property, include_linked_accounts_for_prefix_mode. This allows existing deployments work normally. But enables end users to include log groups matching the provided prefix when include_linked_accounts_for_prefix_mode is set to true.
AC
AWS integration focusing on logs should expose the include_linked_accounts_for_prefix_mode property where it is disabled (false) by default.
Integration update must be aligned with beats 8.16.0 release planned on 11.07.2024 (mm.dd.yyyy)
Background
With the completion of https://github.com/elastic/beats/issues/36642, filebeat now can obtain logs from linked accounts. The solution was delivered through two steps,
Prefix handling required us to introduce a new property,
include_linked_accounts_for_prefix_mode
. This allows existing deployments work normally. But enables end users to include log groups matching the provided prefix wheninclude_linked_accounts_for_prefix_mode
is set totrue
.AC
AWS integration focusing on logs should expose the
include_linked_accounts_for_prefix_mode
property where it is disabled (false
) by default.Integration update must be aligned with beats 8.16.0 release planned on 11.07.2024 (mm.dd.yyyy)