s7an-it / fluentd-coralogix-image

It's a modificated version of official FluentD image with support of integration with Coralogix, multiprocessing and K8S.

Home Page:https://coralogix.com/integrations/https://coralogix.com/integrations/kubernetes-integration/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FluentD-Coralogix-Docker-Image

image

image

image

image

image

image

It's a modificated version of official FluentD image with support of integration with Coralogix and K8S.

Installation

You can build image manually with cmake utility

or pull ready image from our repository:

Also you can deploy this image with docker-compose. For details watch Docker-compose example.

Features

This image provides collecting logs from:

Syslog

For example you can setup sending logs from nginx:

http {
...
access_log    syslog:server=<FLUENTD_HOST>:5140,tag=nginx_access;
error_log     syslog:server=<FLUENTD_HOST>:5140,tag=nginx_error info;
...

Graylog2

This service listen port 12201 and can receive message in Graylog2 format, for example from Docker GELF.

HTTP

It received logs in JSON format:

also data includes sender hostname information(hostname).

FluentD

Used to receive event logs from other Fluentd instances, the fluent-cat command, or client libraries.

For example can be provided for Docker.

If you run container manualy

or with docker-compose:

Kubernetes (K8S)

This image have K8S support. For details watch Kubernetes example. Also you can install it with Helm package manager.

Development

This image build automatically with Travis CI. To provide image version add tag to your commit and it will be grabbed with CI worker.

Attention

Image will be built only if commit was made in master branch. If you want to change this condition see .travis.yml.

About

It's a modificated version of official FluentD image with support of integration with Coralogix, multiprocessing and K8S.

https://coralogix.com/integrations/https://coralogix.com/integrations/kubernetes-integration/


Languages

Language:Ruby 54.3%Language:Dockerfile 36.2%Language:Makefile 9.5%