Skip to content
This repository has been archived by the owner on Feb 5, 2021. It is now read-only.

Commit

Permalink
Merge pull request #124 from SumoLogic/migrate-to-configmap
Browse files Browse the repository at this point in the history
Migrate FluentD Conf files to ConfigMap to make customizing FluentD conf simpler.
  • Loading branch information
frankreno committed Apr 18, 2019
2 parents fe88519 + 9a1789b commit 9a43996
Show file tree
Hide file tree
Showing 13 changed files with 2,927 additions and 1,439 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ ENV PATH /home/fluent/.gem/ruby/2.3.0/bin:$PATH
RUN mkdir -p /mnt/pos
EXPOSE 24284

RUN mkdir -p /fluentd/conf.d && \
mkdir -p /fluentd/etc && \
RUN mkdir -p /fluentd/etc && \
mkdir -p /fluentd/plugins

# Default settings
Expand Down Expand Up @@ -66,8 +65,6 @@ ENV FORWARD_INPUT_BIND "0.0.0.0"
ENV FORWARD_INPUT_PORT "24224"

COPY --from=builder /var/lib/gems /var/lib/gems
COPY ./conf.d/ /fluentd/conf.d/
COPY ./etc/* /fluentd/etc/
COPY ./entrypoint.sh /fluentd/

ENTRYPOINT ["/fluentd/entrypoint.sh"]
64 changes: 0 additions & 64 deletions conf.d/file/source.containers.conf

This file was deleted.

20 changes: 0 additions & 20 deletions conf.d/file/source.docker.conf

This file was deleted.

158 changes: 0 additions & 158 deletions conf.d/file/source.kubernetes.conf

This file was deleted.

1 change: 0 additions & 1 deletion conf.d/forward/.gitignore

This file was deleted.

13 changes: 0 additions & 13 deletions conf.d/out.sumo.conf

This file was deleted.

47 changes: 0 additions & 47 deletions conf.d/systemd/source.containers.conf

This file was deleted.

Loading

0 comments on commit 9a43996

Please sign in to comment.