Skip to content

Commit

Permalink
use-case guide: add old ec2 ssm example
Browse files Browse the repository at this point in the history
Signed-off-by: Wesley Pettit <[email protected]>
  • Loading branch information
PettitWesley committed Jan 17, 2023
1 parent 3405c6f commit 41c8d93
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions examples/fluent-bit/systems-manager-ec2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

In this example, we will walk you through the installation of [Fluent Bit](https://fluentbit.io/documentation/0.8/installation/redhat_centos.html) on an Amazon Linux 2 EC2 instance along with the [amazon-cloudwatch-logs-for-fluent-bit](https://github.com/aws/amazon-cloudwatch-logs-for-fluent-bit) and [amazon-kinesis-firehose-for-fluent-bit](https://github.com/aws/amazon-kinesis-firehose-for-fluent-bit) output plugins via an [AWS Systems Manager Document](https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-ssm-docs.html).

**Note**: This tutorial was created in 2019 when AWS for Fluent Bit was first launched. It uses the AWS Go plugins which are still supported, however, newer [higher performance core Fluent Bit plugins](https://github.com/aws/aws-for-fluent-bit/blob/mainline/troubleshooting/debugging.md#aws-go-plugins-vs-aws-core-c-plugins) embedded in its binary also now exist. Furthermore, Fluent Bit now has [official docs for installing on Amazon Linux](https://docs.fluentbit.io/manual/installation/linux/amazon-linux) which is another option.

#### Prerequisites

To get started you will need:
Expand Down
5 changes: 4 additions & 1 deletion use_cases/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

The goal of this guide is a central location for all tutorials on solving use cases for AWS customers with Fluent Bit.

## Troubleshooting errors and issues

## ECS FireLens New Features
* [Source multiple configs from S3 or files](init-process-for-fluent-bit/README.md)
Expand Down Expand Up @@ -33,4 +32,8 @@ Coming Soon!
* [Fluent Bit Prometheus endpoint](https://docs.fluentbit.io/manual/administration/monitoring)


## EC2 without an orchestrator
* [Install Fluent Bit binary and AWS plugins on Amazon Linux 2 via AWS Systems Manager](../examples/fluent-bit/systems-manager-ec2/)



0 comments on commit 41c8d93

Please sign in to comment.