Giter VIP home page Giter VIP logo

ansible-log-courier's Introduction

ansible-log-courier

Log Courier - a lightweight log shipper with Logstash integration.

Build Status Platforms

Tunables

  • log_courier_logstash_server: (string) - The endpoint where the logstash server is located.
  • log_courier_logstash_server_port: (string) - The port the logstash server is listening on.
  • log_courier_ssl_certificate: (string) - The public logstash ssl certificate.
  • log_courier_ssl_certificate_path: (string) - The path where the logstash ssl public cert is located.
  • log_courier_nginx_enabled: (boolean) - Is log-courier forwarding nginx logs?
  • log_courier_nginx_error_log_path: (string) - The path where nginx error logs are found.
  • log_courier_nginx_access_log_path: (string) - The path where nginx access logs are found.
  • log_courier_php_enabled: (boolean) - Is log-courier forwarding php logs?
  • log_courier_php_fpm_log_path: (string) - The path where php fpm logs are found.
  • log_courier_php_error_log_path: (string) - The path where php error logs are found.

Dependencies

None.

Example Playbook

- hosts: servers
  roles:
     - role: telusdigital.log-courier
       log_courier_nginx_enabled: yes

License

MIT

Contributors

  • Kinnan Kwok
  • Nikki

For Developers:

Environment setup.

  • Install ruby >= 2.X
  • Install docker
  • bundle install in the current working directory

Mac:

You might have to install docker machine

Ubuntu:

  • Update .kitchen.yml. Uncomment the following line: socket: unix:///var/run/docker.sock

  • meta/main.yml is where you list all the dependencies. When you list a dependency it runs the whole playbook you have listed.

  • default_spec.rb contains the tests that should be run by the kitchen file.

  • To run a test go the terminal and type: $ kitchen test

  • To log into the docker container do the follwing: $ docker ps -a It should list all the containers. The last latest container on the list should be from kitchen test you ran. $ docker exec -it <name-of-container> bash

  • To clean up the container type: $ kitchen destroy

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.