Skip to content

[deployment] Add Fluentd to docker environment #147

@landerneRPi

Description

@landerneRPi

Add Fluentd (for logs management) in EFK (Elasticsearch, Fluent, Kibana) stack.

Create a Dockerfile in fluentd directory to manage the Elasticsearch plugin for Fluentd.

Create in docker/etc/fluentd directory, the fluentd.conf file for managing source and Elasticsearch connection.

Example in docker/docker-compose.yaml:

  fluentd:
    build: ./fluentd
    volumes:
      - ./etc/fluentd:/fluentd/etc
    links:
      - "elasticsearch"
    ports:
      - "24224:24224"
      - "24224:24224/udp"

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions