Add quarkus-logging-cloudwatch extension
See original GitHub issueDescribe the extension
We need to log our application log to Cloudwatch directly instead of the standard application log. That’s why we would like to add it to quarkiverse.
Interested in this extension, please +1 via the emoji/reaction feature of GitHub (top right).
Configuration suggestion
# Add your application.properties here, if applicable.
quarkus.log.cloudwatch.enabled=true
quarkus.log.cloudwatch.access-key-id=<your key>
quarkus.log.cloudwatch.access-key-secret=<your secret>
quarkus.log.cloudwatch.region=us-east-1
quarkus.log.cloudwatch.log-group=<my-log-goup>
quarkus.log.cloudwatch.log-stream-name=<my-log-stream>
quarkus.log.cloudwatch.level=INFO
Additional context
Issue Analytics
- State:
- Created 2 years ago
- Reactions:3
- Comments:9 (3 by maintainers)
Top Results From Across the Web
Creating a Quarkus extension for AWS CloudWatch
Adding a CloudWatch dependency, creating a Log Handler and push the logs to CloudWatch via the provided AWS CloudWatch API.
Read more >quarkiverse/quarkus-logging-cloudwatch - GitHub
This extension allows you to send log output directly to AWS CloudWatch. Documentation. Check out the documentation on how to use the extension....
Read more >Quarkus Logging Cloudwatch w/ Bennet Schulz - YouTube
Bennet Schulz @bennetelli joins us to discuss the Quarkus Amazon CloudWatch extension.
Read more >Writing JSON Logs with Quarkus on AWS Lambda ... - YouTube
Using Quarkus ' JSON- logging on AWS Lambda with Java's System. Logger / AWS CloudWatch. Quarkus / CDK template: ...
Read more >quarkus-logging-cloudwatch : 0.0.2 - Maven Central
Quarkus - Logging Cloudwatch - Runtime ; Apache Maven maven.apache.org ; Gradle Groovy DSL gradle.org ; Gradle Kotlin DSL github.com/gradle/kotlin-dsl ; Scala SBT ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Repository created in https://github.com/quarkiverse/quarkus-logging-cloudwatch. Added @bennetelli and @pilhuhn as maintainers.
Enjoy! 😉
@gastaldi I volunteer @bennetelli as well :->