Skip to content

Commit

Permalink
chore(fluentd-kubernetes-daemonset): Disable all plugins but kinesis for
Browse files Browse the repository at this point in the history
now

Signed-off-by: RJ Sampson <rj.sampson@chainguard.dev>
  • Loading branch information
EyeCantCU committed Dec 13, 2024
1 parent 388857e commit 7eb15d3
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 64 deletions.
33 changes: 17 additions & 16 deletions ruby3.1-fluentd-kubernetes-daemonset-1.17.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,23 +40,24 @@ var-transforms:
data:
- name: plugins
items:
azureblob:
cloudwatch:
elasticsearch7:
elasticsearch8:
forward:
gcs:
graylog:
kafka:
kafka2:
# Enable as needed
#azureblob:
#cloudwatch:
#elasticsearch7:
#elasticsearch8:
#forward:
#gcs:
#graylog:
#kafka:
#kafka2:
kinesis:
logentries:
loggly:
logzio:
opensearch:
papertrail:
s3:
syslog:
#logentries:
#loggly:
#logzio:
#opensearch:
#papertrail:
#s3:
#syslog:

pipeline:
- uses: git-checkout
Expand Down
33 changes: 17 additions & 16 deletions ruby3.2-fluentd-kubernetes-daemonset-1.17.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,23 +40,24 @@ var-transforms:
data:
- name: plugins
items:
azureblob:
cloudwatch:
elasticsearch7:
elasticsearch8:
forward:
gcs:
graylog:
kafka:
kafka2:
# Enable as needed
#azureblob:
#cloudwatch:
#elasticsearch7:
#elasticsearch8:
#forward:
#gcs:
#graylog:
#kafka:
#kafka2:
kinesis:
logentries:
loggly:
logzio:
opensearch:
papertrail:
s3:
syslog:
#logentries:
#loggly:
#logzio:
#opensearch:
#papertrail:
#s3:
#syslog:

pipeline:
- uses: git-checkout
Expand Down
33 changes: 17 additions & 16 deletions ruby3.3-fluentd-kubernetes-daemonset-1.17.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,23 +40,24 @@ var-transforms:
data:
- name: plugins
items:
azureblob:
cloudwatch:
elasticsearch7:
elasticsearch8:
forward:
gcs:
graylog:
kafka:
kafka2:
# Enable as needed
#azureblob:
#cloudwatch:
#elasticsearch7:
#elasticsearch8:
#forward:
#gcs:
#graylog:
#kafka:
#kafka2:
kinesis:
logentries:
loggly:
logzio:
opensearch:
papertrail:
s3:
syslog:
#logentries:
#loggly:
#logzio:
#opensearch:
#papertrail:
#s3:
#syslog:

pipeline:
- uses: git-checkout
Expand Down
33 changes: 17 additions & 16 deletions ruby3.4-fluentd-kubernetes-daemonset-1.17.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,23 +40,24 @@ var-transforms:
data:
- name: plugins
items:
azureblob:
cloudwatch:
elasticsearch7:
elasticsearch8:
forward:
gcs:
graylog:
kafka:
kafka2:
# Enable as needed
#azureblob:
#cloudwatch:
#elasticsearch7:
#elasticsearch8:
#forward:
#gcs:
#graylog:
#kafka:
#kafka2:
kinesis:
logentries:
loggly:
logzio:
opensearch:
papertrail:
s3:
syslog:
#logentries:
#loggly:
#logzio:
#opensearch:
#papertrail:
#s3:
#syslog:

pipeline:
- uses: git-checkout
Expand Down

0 comments on commit 7eb15d3

Please sign in to comment.