Dropwizard component to enable cloudwatch log appender


License

License

Categories

Categories

DropWizard Container Microservices Logging Application Layer Libs
GroupId

GroupId

co.wrisk.dropwizard
ArtifactId

ArtifactId

dropwizard-logging-cloudwatch
Last Version

Last Version

1.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

Dropwizard component to enable cloudwatch log appender
Dropwizard component to enable cloudwatch log appender
Project URL

Project URL

https://github.com/WriskHQ/dropwizard-logging-cloudwatch
Source Code Management

Source Code Management

https://github.com/WriskHQ/dropwizard-logging-cloudwatch

Download dropwizard-logging-cloudwatch

How to add to project

<!-- https://jarcasting.com/artifacts/co.wrisk.dropwizard/dropwizard-logging-cloudwatch/ -->
<dependency>
    <groupId>co.wrisk.dropwizard</groupId>
    <artifactId>dropwizard-logging-cloudwatch</artifactId>
    <version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/co.wrisk.dropwizard/dropwizard-logging-cloudwatch/
implementation 'co.wrisk.dropwizard:dropwizard-logging-cloudwatch:1.0.3'
// https://jarcasting.com/artifacts/co.wrisk.dropwizard/dropwizard-logging-cloudwatch/
implementation ("co.wrisk.dropwizard:dropwizard-logging-cloudwatch:1.0.3")
'co.wrisk.dropwizard:dropwizard-logging-cloudwatch:jar:1.0.3'
<dependency org="co.wrisk.dropwizard" name="dropwizard-logging-cloudwatch" rev="1.0.3">
  <artifact name="dropwizard-logging-cloudwatch" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.wrisk.dropwizard', module='dropwizard-logging-cloudwatch', version='1.0.3')
)
libraryDependencies += "co.wrisk.dropwizard" % "dropwizard-logging-cloudwatch" % "1.0.3"
[co.wrisk.dropwizard/dropwizard-logging-cloudwatch "1.0.3"]

Dependencies

compile (3)

Group / Artifact Type Version
io.dropwizard : dropwizard-core jar 1.0.0
io.dropwizard : dropwizard-logging jar 1.0.0
co.wrisk.logback : logback-ext-cloudwatch-appender jar 1.0.3

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Dropwizard component to enable cloudwatch log appender

Build Status License Maven Central

Setup

Add dependency to build.gradle

compile 'co.wrisk.dropwizard:dropwizard-logging-cloudwatch:1.0.3'

Set up new appender in Dropwizard logging configuration:

logging:
  appenders:
    - type: console
    - type: awslogs 
      logGroup: logGroupName # required
      logStream: logStreamName # required
      region: us-east-1 # required
      accessKey: AWS access key # optional
      secretKey: AWS secret key # optional
      skipCreate: false # optional, does not create log group and stream if they don't exist
      maxBatchSize: 512 # optional
      maxBatchTime: 1000 # optional

Continuous Integration

CircleCI builds the project with Oracle JDK 8. Builds are deployed to Sonatype OSSRH.

co.wrisk.dropwizard

Wrisk

Versions

Version
1.0.3
1.0.2
1.0.1