You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our current Amazon Security Lake integration sends uncompressed data from the Wazuh Indexer to an Amazon S3 bucket using Logstash. Using compressed data can reduce the workload on the net. In this case, we need to extend the Lambda's function code to decompress the data before parsing it.
Tasks
Enable data compression on Logstash's pipeline
Extends Lambda function's code to decompress the data
The text was updated successfully, but these errors were encountered:
Description
Our current Amazon Security Lake integration sends uncompressed data from the Wazuh Indexer to an Amazon S3 bucket using Logstash. Using compressed data can reduce the workload on the net. In this case, we need to extend the Lambda's function code to decompress the data before parsing it.
Tasks
The text was updated successfully, but these errors were encountered: