Skip to content

Commit 054bf8c

Browse files
Updates to README.md and images
1 parent 2493a57 commit 054bf8c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

kinesisfirehose-logs-extension-demo/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ read more about it [here](https://aws.amazon.com/blogs/compute/introducing-aws-l
3535
3636
## Need to centralize log collection
3737

38-
Having a centeralized log collection mechanism using kinesis firehose provides the following benefits:
38+
Having a centralized log collection mechanism using kinesis firehose provides the following benefits:
3939

40-
* helps to collect logs from different sources in one place. Even though the sample provided sends logs from Lambda, log routers like `Fluentbit` and `Firelens` can be used to send logs directly to kinesis firehose from container orchestrators like `EKS` and `ECS`.
41-
* define and standarize the transformations before the log gets delivered to downstream systems like S3, elastic search, redshift etc
42-
* provides a secure storage area for log data, before it gets written out to the disk. In the event of machine/application failure we still have access to the logs emitted from the source machine/application
40+
* Helps to collect logs from different sources in one place. Even though the sample provided sends logs from Lambda, log routers like `Fluentbit` and `Firelens` can send logs directly to kinesis firehose from container orchestrators like `EKS` and `ECS`.
41+
* Define and standardize the transformations before the log gets delivered to downstream systems like S3, elastic search, redshift, etc
42+
* Provides a secure storage area for log data, before it gets written out to the disk. In the event of machine/application failure, we still have access to the logs emitted from the source machine/application
4343

4444
## Architecture
4545

191 KB
Loading

0 commit comments

Comments
 (0)