Git Product home page Git Product logo

alphagov.dropwizard-logstash's Introduction

dropwizard-logstash

Build Status

Dropwizard extension that supports logstash format with various appenders: logstash-file, logstash-syslog, logstash-console

Using the library

  • Build and install to your local repository: ./gradlew publishToMavenLocal
  • Add the dependency to your project: uk.gov.ida:dropwizard-logstash:1.0.5-SNAPSHOT
  • Add the bundle to your app: bootstrap.addBundle(new LogstashBundle())
  • Configure the logger in the application config file by using logstash-file, logstash-syslog, or logstash-console:
server:
    requestLog:
        type: classic
        appenders:
            - type: logstash-file
              currentLogFilename: app.log
              archivedLogFilenamePattern: app.log.%d.gz
              archivedFileCount: x

logging:
    appenders:
        - type: logstash-file
          currentLogFilename: app.log
          archivedLogFilenamePattern: app.log.%d.gz
          archivedFileCount: x    
  • There is also a logback-access native console appender, access-logstash-console:
server:
    requestLog:
        appenders:
            - type: access-logstash-console

Running the test suite

./pre-commit.sh

Recreating the Jenkins build environment with docker

To reproduce exactly what the Jenkins build server does, with docker, use the commands below to build the package and run the tests inside it. This is useful for re-creating and debugging build failures.

docker run -it -v "$(pwd)":/app -w /app --rm govukverify/java8:latest clean build test

Connect to the container to poke around with

docker run govukverify/java8:latest /bin/bash.

Licence

MIT License

Versioning policy

dropwizard-logstash-[dropwizard version]-[build number]

alphagov.dropwizard-logstash's People

Contributors

philandstuff avatar swilson96 avatar willp-bl avatar jhjava avatar davidillsley avatar wynndow avatar johnwattsgds avatar amritsidhu avatar charlesic avatar adityapahuja avatar richardtowers avatar samcrang avatar kerrr avatar adrianw1832 avatar chrisholmes avatar michaelwalker avatar nasashrafthoughtworks avatar roryirvine avatar b0redom avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.