Fluent-bit AWS S3 Forwarder
How to Forward logs from Apica Ascent to AWS S3 using Fluent-bit
1. Introduction
{
"Version": "2012-10-17",
"Statement": [{
"Effect": "Allow",
"Action": [
"s3:PutObject"
],
"Resource": "*"
}]
}2. Do any required port forwarding
3. Set up an input and output
4. Set up a S3 authorization
5. Set up a JavaScript code Forwarder

6. Set up pipelines in Apica Ascent to your needs
7. Map the forwarder that you will use on your logs that you want to forward
8. Verify that your logs arrive at the end destination

9. Troubleshooting
Last updated
Was this helpful?