-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #59 from jfrog/PTRENG-6474
PTRENG-6474 - FluentD sidecar version bumped to 4.9
- Loading branch information
Showing
11 changed files
with
63 additions
and
11 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
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 |
---|---|---|
|
@@ -4,22 +4,15 @@ LABEL maintainer "Partner Engineering <[email protected]>" | |
|
||
USER root | ||
|
||
##Uninstall elastic plugin which is preinstalled in bitnami fluentd | ||
##Pin elastic gem version to 7.14 | ||
RUN fluent-gem uninstall elasticsearch -a --ignore-dependencies | ||
RUN fluent-gem install elasticsearch -v 7.14 --no-document | ||
## Install custom Fluentd plugins | ||
RUN fluent-gem install fluent-plugin-jfrog-siem --no-document | ||
RUN fluent-gem install fluent-plugin-splunk-hec --no-document | ||
RUN fluent-gem install fluent-plugin-datadog --no-document | ||
RUN fluent-gem install fluent-plugin-elasticsearch --no-document | ||
RUN fluent-gem install fluent-plugin-record-modifier --no-document | ||
RUN fluent-gem install fluent-plugin-jfrog-metrics --no-document | ||
RUN fluent-gem install fluent-plugin-jfrog-send-metrics --no-document | ||
RUN fluent-gem install fluent-plugin-newrelic --no-document | ||
RUN fluent-gem install fluent-plugin-concat --no-document | ||
RUN fluent-gem uninstall concurrent-ruby -v '>1.1.9' | ||
|
||
|
||
|
||
USER 1001 |
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 |
---|---|---|
@@ -1,5 +1,7 @@ | ||
export DATADOG_API_KEY=DATADOG_API_KEY | ||
export DATADOG_API_HOST=datadoghq.com | ||
export DATADOG_COMPRESS_DATA=true | ||
export DATADOG_VERIFY_SSL=true | ||
export JPD_URL=http://abc.jfrog.io | ||
export JPD_ADMIN_USERNAME=admin | ||
export COMMON_JPD=false |
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 |
---|---|---|
@@ -1,7 +1,10 @@ | ||
export JF_PRODUCT_DATA_INTERNAL=JF_PRODUCT_DATA_INTERNAL | ||
export DATADOG_API_KEY=DATADOG_API_KEY | ||
export DATADOG_API_HOST=datadoghq.com | ||
export DATADOG_COMPRESS_DATA=true | ||
export DATADOG_VERIFY_SSL=true | ||
export JPD_URL=http://abc.jfrog.io | ||
export JPD_ADMIN_USERNAME=admin | ||
export JFROG_ADMIN_TOKEN=JFROG_ADMIN_TOKEN | ||
export COMMON_JPD=false | ||
|