This repository has been archived by the owner on Mar 20, 2019. It is now read-only.
forked from fluent/fluentd-kubernetes-daemonset
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Masahiro Nakagawa <[email protected]>
- Loading branch information
1 parent
4c01c44
commit e5fde81
Showing
173 changed files
with
8,869 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
**/*.gitkeep |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
# AUTOMATICALLY GENERATED | ||
# DO NOT EDIT THIS FILE DIRECTLY, USE /templates/Dockerfile.erb | ||
|
||
FROM fluent/fluentd:v1.3.0-debian | ||
|
||
LABEL maintainer="Eduardo Silva <[email protected]>" | ||
USER root | ||
WORKDIR /home/fluent | ||
ENV PATH /fluentd/vendor/bundle/ruby/2.3.0/bin:$PATH | ||
ENV GEM_PATH /fluentd/vendor/bundle/ruby/2.3.0 | ||
ENV GEM_HOME /fluentd/vendor/bundle/ruby/2.3.0 | ||
# skip runtime bundler installation | ||
ENV FLUENTD_DISABLE_BUNDLER_INJECTION 1 | ||
|
||
COPY Gemfile* /fluentd/ | ||
RUN buildDeps="sudo make gcc g++ libc-dev ruby-dev libffi-dev" \ | ||
&& apt-get update \ | ||
&& apt-get upgrade -y \ | ||
&& apt-get install \ | ||
-y --no-install-recommends \ | ||
$buildDeps net-tools libjemalloc1 \ | ||
&& gem install bundler --version 1.16.2 \ | ||
&& bundle config silence_root_warning true \ | ||
&& bundle install --gemfile=/fluentd/Gemfile --path=/fluentd/vendor/bundle \ | ||
&& SUDO_FORCE_REMOVE=yes \ | ||
apt-get purge -y --auto-remove \ | ||
-o APT::AutoRemove::RecommendsImportant=false \ | ||
$buildDeps \ | ||
&& rm -rf /var/lib/apt/lists/* \ | ||
&& gem sources --clear-all \ | ||
&& rm -rf /tmp/* /var/tmp/* /usr/lib/ruby/gems/*/cache/*.gem | ||
|
||
# Copy configuration files | ||
COPY ./conf/fluent.conf /fluentd/etc/ | ||
COPY ./conf/systemd.conf /fluentd/etc/ | ||
COPY ./conf/kubernetes.conf /fluentd/etc/ | ||
|
||
# Copy plugins | ||
COPY plugins /fluentd/plugins/ | ||
COPY entrypoint.sh /fluentd/entrypoint.sh | ||
|
||
# Environment variables | ||
ENV FLUENTD_OPT="" | ||
ENV FLUENTD_CONF="fluent.conf" | ||
|
||
# See https://packages.debian.org/stretch/amd64/libjemalloc1/filelist | ||
ENV LD_PRELOAD="/usr/lib/x86_64-linux-gnu/libjemalloc.so.1" | ||
|
||
# Overwrite ENTRYPOINT to run fluentd as root for /var/log / /var/lib | ||
ENTRYPOINT ["/fluentd/entrypoint.sh"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# AUTOMATICALLY GENERATED | ||
# DO NOT EDIT THIS FILE DIRECTLY, USE /templates/Gemfile.erb | ||
|
||
source "https://rubygems.org" | ||
|
||
gem "fluentd", "1.3.0" | ||
gem "oj", "3.5.1" | ||
gem "fluent-plugin-rewrite-tag-filter", "~> 2.1.0" | ||
gem "aws-sdk-cloudwatchlogs", "~> 1.0" | ||
gem "fluent-plugin-cloudwatch-logs", "~> 0.6.1" | ||
gem "fluent-plugin-kubernetes_metadata_filter", "~> 2.1.4" | ||
gem "ffi" | ||
gem "fluent-plugin-systemd", "~> 1.0.1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,115 @@ | ||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
activesupport (5.2.1) | ||
concurrent-ruby (~> 1.0, >= 1.0.2) | ||
i18n (>= 0.7, < 2) | ||
minitest (~> 5.1) | ||
tzinfo (~> 1.1) | ||
addressable (2.5.2) | ||
public_suffix (>= 2.0.2, < 4.0) | ||
aws-eventstream (1.0.1) | ||
aws-partitions (1.111.0) | ||
aws-sdk-cloudwatchlogs (1.10.0) | ||
aws-sdk-core (~> 3, >= 3.26.0) | ||
aws-sigv4 (~> 1.0) | ||
aws-sdk-core (3.37.0) | ||
aws-eventstream (~> 1.0) | ||
aws-partitions (~> 1.0) | ||
aws-sigv4 (~> 1.0) | ||
jmespath (~> 1.0) | ||
aws-sigv4 (1.0.3) | ||
concurrent-ruby (1.1.3) | ||
cool.io (1.5.3) | ||
dig_rb (1.0.1) | ||
domain_name (0.5.20180417) | ||
unf (>= 0.0.5, < 1.0.0) | ||
ffi (1.9.25) | ||
fluent-config-regexp-type (1.0.0) | ||
fluentd (> 1.0.0, < 2) | ||
fluent-plugin-cloudwatch-logs (0.6.1) | ||
aws-sdk-cloudwatchlogs (~> 1.0) | ||
fluentd (>= 0.14.15) | ||
fluent-plugin-kubernetes_metadata_filter (2.1.4) | ||
fluentd (>= 0.14.0, < 2) | ||
kubeclient (~> 1.1.4) | ||
lru_redux | ||
fluent-plugin-rewrite-tag-filter (2.1.0) | ||
fluent-config-regexp-type | ||
fluentd (>= 0.14.2, < 2) | ||
fluent-plugin-systemd (1.0.1) | ||
fluentd (>= 0.14.11, < 2) | ||
systemd-journal (~> 1.3.2) | ||
fluentd (1.3.0) | ||
cool.io (>= 1.4.5, < 2.0.0) | ||
dig_rb (~> 1.0.0) | ||
http_parser.rb (>= 0.5.1, < 0.7.0) | ||
msgpack (>= 0.7.0, < 2.0.0) | ||
serverengine (>= 2.0.4, < 3.0.0) | ||
sigdump (~> 0.2.2) | ||
strptime (>= 0.2.2, < 1.0.0) | ||
tzinfo (~> 1.0) | ||
tzinfo-data (~> 1.0) | ||
yajl-ruby (~> 1.0) | ||
http (0.9.8) | ||
addressable (~> 2.3) | ||
http-cookie (~> 1.0) | ||
http-form_data (~> 1.0.1) | ||
http_parser.rb (~> 0.6.0) | ||
http-cookie (1.0.3) | ||
domain_name (~> 0.5) | ||
http-form_data (1.0.3) | ||
http_parser.rb (0.6.0) | ||
i18n (1.1.1) | ||
concurrent-ruby (~> 1.0) | ||
jmespath (1.4.0) | ||
kubeclient (1.1.4) | ||
activesupport | ||
http (= 0.9.8) | ||
recursive-open-struct (= 1.0.0) | ||
rest-client | ||
lru_redux (1.1.0) | ||
mime-types (3.2.2) | ||
mime-types-data (~> 3.2015) | ||
mime-types-data (3.2018.0812) | ||
minitest (5.11.3) | ||
msgpack (1.2.4) | ||
netrc (0.11.0) | ||
oj (3.5.1) | ||
public_suffix (3.0.3) | ||
recursive-open-struct (1.0.0) | ||
rest-client (2.0.2) | ||
http-cookie (>= 1.0.2, < 2.0) | ||
mime-types (>= 1.16, < 4.0) | ||
netrc (~> 0.8) | ||
serverengine (2.0.7) | ||
sigdump (~> 0.2.2) | ||
sigdump (0.2.4) | ||
strptime (0.2.3) | ||
systemd-journal (1.3.3) | ||
ffi (~> 1.9) | ||
thread_safe (0.3.6) | ||
tzinfo (1.2.5) | ||
thread_safe (~> 0.1) | ||
tzinfo-data (1.2018.7) | ||
tzinfo (>= 1.0.0) | ||
unf (0.1.4) | ||
unf_ext | ||
unf_ext (0.0.7.5) | ||
yajl-ruby (1.4.1) | ||
|
||
PLATFORMS | ||
ruby | ||
|
||
DEPENDENCIES | ||
aws-sdk-cloudwatchlogs (~> 1.0) | ||
ffi | ||
fluent-plugin-cloudwatch-logs (~> 0.6.1) | ||
fluent-plugin-kubernetes_metadata_filter (~> 2.1.4) | ||
fluent-plugin-rewrite-tag-filter (~> 2.1.0) | ||
fluent-plugin-systemd (~> 1.0.1) | ||
fluentd (= 1.3.0) | ||
oj (= 3.5.1) | ||
|
||
BUNDLED WITH | ||
1.16.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
|
||
# AUTOMATICALLY GENERATED | ||
# DO NOT EDIT THIS FILE DIRECTLY, USE /templates/conf/fluent.conf.erb | ||
|
||
@include systemd.conf | ||
@include kubernetes.conf | ||
|
||
<match **> | ||
@type cloudwatch_logs | ||
@id out_cloudwatch_logs | ||
log_group_name "#{ENV['LOG_GROUP_NAME']}" | ||
auto_create_stream true | ||
use_tag_as_stream true | ||
json_handler yajl # To avoid UndefinedConversionError | ||
</match> |
Oops, something went wrong.