Git Product home page Git Product logo

Comments (3)

dpgaspar avatar dpgaspar commented on July 18, 2024 1

Same problem here!

from fluent-plugin-aws-elasticsearch-service.

thadamski avatar thadamski commented on July 18, 2024 1

I too had/have the slow gem install issue. I was installing via chef with the td-agent cookbook, and I was able to get them gem installing fast by reducing the aws dependencies (as @castro1688 pointed out) to only what was needed (aws-sdk-core), rebuilding the gem, and then doing a local install. If you would like to do the same, check out the PR description (you'll probably want to bump the version in the .gemspec first): #49

from fluent-plugin-aws-elasticsearch-service.

stefaneg avatar stefaneg commented on July 18, 2024

Slow as in nothing happening for about 5 minutes. I would actually call that very close to not working at all.

Dockerfile:

FROM fluent/fluentd:v1.2.2

RUN apk add --update --virtual .build-deps \
        sudo build-base ruby-dev \
 && sudo gem install \
        fluent-plugin-aws-elasticsearch-service  \
        fluent-plugin-parser \
        fluent-plugin-kubernetes_metadata_filter \
 && sudo gem sources --clear-all \
 && apk del .build-deps \
 && rm -rf /var/cache/apk/* \
        /home/fluent/.gem/ruby/2.3.0/cache/*.gem

COPY ./conf/fluent.conf /fluentd/etc/fluent.conf

USER root

COPY ./entrypoint.sh /bin/entrypoint.sh
RUN chmod +x /bin/entrypoint.sh

from fluent-plugin-aws-elasticsearch-service.

Related Issues (20)

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.