All Questions
3 questions
1
vote
0
answers
1k
views
How to run Fluent-Bit in AWS-Lambda
I have built a more simple test image that works. The Dockerfile installs python, then Fluent-Bit, and then the CMD is a shell script that starts both processes.
Here is my Dockerfile
################...
2
votes
2
answers
4k
views
How to configure aws credentials to setup cloudwatch with fluentbit
I need to send logs to cloudwatch using fluentbit, from the application hosted on my local system, but i am unable to configure the aws credentials for fluent bit to send logs to cloudwatch.
It will ...
0
votes
1
answer
2k
views
Fluent Bit part of a string in one of the output field?
I am using AWS Firelens to send logs to Cloudwatch. Firelens sends these below fields by default to fluentbit container along with the log message.
{
"container_id": "asdfasdfasdfadsf",
"...