Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[deployment] Add Fluentd to docker environment #147

Open
landerneRPi opened this issue May 1, 2021 · 0 comments
Open

[deployment] Add Fluentd to docker environment #147

landerneRPi opened this issue May 1, 2021 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@landerneRPi
Copy link
Collaborator

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"
@landerneRPi landerneRPi added the enhancement New feature or request label May 1, 2021
@landerneRPi landerneRPi added this to the V2 milestone May 1, 2021
@landerneRPi landerneRPi self-assigned this Aug 17, 2021
@yannis-mlgrn yannis-mlgrn modified the milestones: V2, V3 Feb 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants