wazuh-dashboard-plugins
wazuh-dashboard-plugins copied to clipboard
Deprecate aws fields
In version 3.13 the following fields change:
-
data.aws.awsRegion
todata.aws.region
-
data.aws.aws_account_id
todata.aws.accountId
To prevent loss of information, we will update the Filebeat pipeline to copy the old field into the new one in any alert containing it.
Added two new ingests to the Filebeat module in this PR: https://github.com/wazuh/wazuh/pull/4459
Confirmed that the linked PR resolves this problem
Closed by https://github.com/wazuh/wazuh/pull/4459