Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Dominic Chapman <dominicchapman@users.noreply.github.com>
  • Loading branch information
SollyzDev and dominicchapman authored Jul 18, 2024
1 parent 9ec022f commit f36e2c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Let's assume we have this list of log groups:
/aws/rds/instanceFoo
```

- To subscribe to the lambda log groups only, a prefix filter with the value of `/aws/lambda` would do the job.
- To subscribe to the Lambda log groups exclusively, a prefix filter with the value of `/aws/lambda` would do the job.
- To subscribe to eks and rds log groups, a list of names with the value of `/aws/eks/cluster/cluster1,/aws/rds/instanceFoo` would do the job.
- To subscribe to the eks log group and all lambda log groups, a combination of prefix and names list would select them.

Expand Down

0 comments on commit f36e2c3

Please sign in to comment.