Skip to content

Commit

Permalink
Install fluent-plugin-vmware-log-intelligence plugin
Browse files Browse the repository at this point in the history
Install the 1.0.0 from the Github release page.

Also refresh plugins to latest versions.
  • Loading branch information
jvassev committed Jun 3, 2019
1 parent 4078414 commit 4fd0166
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 21 deletions.
41 changes: 22 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -454,40 +454,43 @@ All logs originating from a file look exactly as all other Kubernetes logs. Howe

* fluent-config-regexp-type (1.0.0)
* fluent-mixin-config-placeholders (0.4.0)
* fluent-plugin-amqp (0.12.0)
* fluent-plugin-amqp (0.13.0)
* fluent-plugin-cloudwatch-logs (0.7.3)
* fluent-plugin-concat (2.3.0)
* fluent-plugin-detect-exceptions (0.0.11)
* fluent-plugin-elasticsearch (3.0.1)
* fluent-plugin-google-cloud (0.7.3)
* fluent-plugin-grok-parser (2.4.0)
* fluent-plugin-kafka (0.8.3)
* fluent-plugin-kinesis (2.1.1)
* fluent-plugin-detect-exceptions (0.0.12)
* fluent-plugin-elasticsearch (3.5.2)
* fluent-plugin-google-cloud (0.7.13)
* fluent-plugin-grok-parser (2.5.1)
* fluent-plugin-kafka (0.9.6)
* fluent-plugin-kinesis (3.1.0)
* fluent-plugin-kubernetes (0.3.1)
* fluent-plugin-kubernetes_metadata_filter (2.1.6)
* fluent-plugin-kubernetes_sumologic (2.3.1)
* fluent-plugin-logentries (0.2.10)
* fluent-plugin-loggly (0.0.9)
* fluent-plugin-logzio (0.0.19)
* fluent-plugin-logzio (0.0.20)
* fluent-plugin-mail (0.3.0)
* fluent-plugin-mongo (1.2.1)
* fluent-plugin-mongo (1.3.0)
* fluent-plugin-out-http-ext (0.1.10)
* fluent-plugin-papertrail (0.2.6)
* fluent-plugin-prometheus (1.3.0)
* fluent-plugin-record-modifier (1.1.0)
* fluent-plugin-papertrail (0.2.7)
* fluent-plugin-prometheus (1.4.0)
* fluent-plugin-record-modifier (2.0.1)
* fluent-plugin-record-reformer (0.9.1)
* fluent-plugin-redis (0.3.3)
* fluent-plugin-redis (0.3.4)
* fluent-plugin-remote_syslog (1.0.0)
* fluent-plugin-rewrite-tag-filter (2.1.1)
* fluent-plugin-rewrite-tag-filter (2.2.0)
* fluent-plugin-route (1.0.0)
* fluent-plugin-s3 (1.1.7)
* fluent-plugin-s3 (1.1.10)
* fluent-plugin-scribe (1.0.0)
* fluent-plugin-secure-forward (0.4.5)
* fluent-plugin-splunkhec (1.7)
* fluent-plugin-sumologic_output (1.3.2)
* fluent-plugin-systemd (1.0.1)
* fluent-plugin-splunkhec (2.0)
* fluent-plugin-sumologic_output (1.4.1)
* fluent-plugin-systemd (1.0.2)
* fluent-plugin-vertica (0.0.2)
* fluent-plugin-verticajson (0.0.5)
* fluentd (1.2.6, 1.2.5, 0.12.43, 0.10.62)
* fluent-plugin-vmware-log-intelligence (1.0.0)
* fluentd (1.4.2, 1.2.6, 0.10.62)



When customizing the image be careful not to uninstall plugins that are used internally to implement macros.
Expand Down
7 changes: 5 additions & 2 deletions base-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ WORKDIR /home/fluent
ADD https://raw.githubusercontent.com/fluent/fluentd-kubernetes-daemonset/master/docker-image/v1.2/debian-elasticsearch/plugins/parser_kubernetes.rb /fluentd/plugins
ADD https://raw.githubusercontent.com/fluent/fluentd-kubernetes-daemonset/master/docker-image/v1.2/debian-elasticsearch/plugins/parser_multiline_kubernetes.rb /fluentd/plugins

RUN buildDeps="sudo make gcc g++ libc-dev ruby-dev libffi-dev" \
RUN buildDeps="sudo make gcc g++ libc-dev ruby-dev libffi-dev wget" \
&& apt-get update \
&& apt-get upgrade -y \
&& apt-get install \
Expand All @@ -27,7 +27,7 @@ RUN buildDeps="sudo make gcc g++ libc-dev ruby-dev libffi-dev" \
&& echo 'gem: --no-document' >> /etc/gemrc \
&& fluent-gem install ffi \
&& fluent-gem install fluent-plugin-amqp \
&& fluent-gem install fluent-plugin-cloudwatch-logs \
&& fluent-gem install fluent-plugin-cloudwatch-logs \
&& fluent-gem install fluent-plugin-concat \
&& fluent-gem install fluent-plugin-detect-exceptions \
&& fluent-gem install fluent-plugin-elasticsearch \
Expand Down Expand Up @@ -61,6 +61,9 @@ RUN buildDeps="sudo make gcc g++ libc-dev ruby-dev libffi-dev" \
&& fluent-gem install fluent-plugin-verticajson \
&& fluent-gem install fluent-plugin-kubernetes_sumologic \
&& fluent-gem install logfmt \
&& wget https://github.com/vmware/fluent-plugin-vmware-log-intelligence/releases/download/v1.0.0/fluent-plugin-vmware-log-intelligence-1.0.0.gem \
&& fluent-gem install --local fluent-plugin-vmware-log-intelligence-1.0.0.gem \
&& rm fluent-plugin-vmware-log-intelligence-1.0.0.gem \
&& SUDO_FORCE_REMOVE=yes \
apt-get purge -y --auto-remove \
-o APT::AutoRemove::RecommendsImportant=false \
Expand Down

0 comments on commit 4fd0166

Please sign in to comment.