Skip to content

Commit

Permalink
Generate new 'fluentd-sumologic.yaml.tmpl'
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed Dec 4, 2020
1 parent 1bba931 commit 78bcdff
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions deploy/kubernetes/fluentd-sumologic.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ data:
<store>
@type sumologic
@id sumologic.endpoint.logs
sumo_client "k8s_1.3.3-rc.1"
sumo_client "k8s_1.3.3"
@log_level error
@include logs.output.conf
<buffer>
Expand Down Expand Up @@ -229,7 +229,7 @@ data:
<store>
@type sumologic
@id sumologic.endpoint.logs.default
sumo_client "k8s_1.3.3-rc.1"
sumo_client "k8s_1.3.3"
@include logs.output.conf
<buffer>
@type memory
Expand Down Expand Up @@ -261,7 +261,7 @@ data:
<store>
@type sumologic
@id sumologic.endpoint.logs.kubelet
sumo_client "k8s_1.3.3-rc.1"
sumo_client "k8s_1.3.3"
@include logs.output.conf
<buffer>
@type memory
Expand Down Expand Up @@ -299,7 +299,7 @@ data:
<store>
@type sumologic
@id sumologic.endpoint.logs.systemd
sumo_client "k8s_1.3.3-rc.1"
sumo_client "k8s_1.3.3"
@include logs.output.conf
<buffer>
@type memory
Expand Down Expand Up @@ -350,7 +350,7 @@ data:
<store>
@type sumologic
@id sumologic.endpoint.events
sumo_client "k8s_1.3.3-rc.1"
sumo_client "k8s_1.3.3"
endpoint "#{ENV['SUMO_ENDPOINT_DEFAULT_EVENTS_SOURCE']}"
data_type logs
disable_cookies true
Expand Down Expand Up @@ -472,7 +472,7 @@ data:
<store>
@type sumologic
@id sumologic.endpoint.metrics.apiserver
sumo_client "k8s_1.3.3-rc.1"
sumo_client "k8s_1.3.3"
endpoint "#{ENV['SUMO_ENDPOINT_APISERVER_METRICS_SOURCE']}"
@include metrics.output.conf
<buffer>
Expand All @@ -487,7 +487,7 @@ data:
<store>
@type sumologic
@id sumologic.endpoint.metrics.container
sumo_client "k8s_1.3.3-rc.1"
sumo_client "k8s_1.3.3"
endpoint "#{ENV['SUMO_ENDPOINT_KUBELET_METRICS_SOURCE']}"
@include metrics.output.conf
<buffer>
Expand All @@ -502,7 +502,7 @@ data:
<store>
@type sumologic
@id sumologic.endpoint.metrics.control.plane
sumo_client "k8s_1.3.3-rc.1"
sumo_client "k8s_1.3.3"
endpoint "#{ENV['SUMO_ENDPOINT_CONTROL_PLANE_METRICS_SOURCE']}"
@include metrics.output.conf
<buffer>
Expand All @@ -517,7 +517,7 @@ data:
<store>
@type sumologic
@id sumologic.endpoint.metrics.kube.controller.manager
sumo_client "k8s_1.3.3-rc.1"
sumo_client "k8s_1.3.3"
endpoint "#{ENV['SUMO_ENDPOINT_CONTROLLER_METRICS_SOURCE']}"
@include metrics.output.conf
<buffer>
Expand All @@ -532,7 +532,7 @@ data:
<store>
@type sumologic
@id sumologic.endpoint.metrics.kubelet
sumo_client "k8s_1.3.3-rc.1"
sumo_client "k8s_1.3.3"
endpoint "#{ENV['SUMO_ENDPOINT_KUBELET_METRICS_SOURCE']}"
@include metrics.output.conf
<buffer>
Expand All @@ -547,7 +547,7 @@ data:
<store>
@type sumologic
@id sumologic.endpoint.metrics.node.exporter
sumo_client "k8s_1.3.3-rc.1"
sumo_client "k8s_1.3.3"
endpoint "#{ENV['SUMO_ENDPOINT_NODE_METRICS_SOURCE']}"
@include metrics.output.conf
<buffer>
Expand All @@ -562,7 +562,7 @@ data:
<store>
@type sumologic
@id sumologic.endpoint.metrics.kube.scheduler
sumo_client "k8s_1.3.3-rc.1"
sumo_client "k8s_1.3.3"
endpoint "#{ENV['SUMO_ENDPOINT_SCHEDULER_METRICS_SOURCE']}"
@include metrics.output.conf
<buffer>
Expand All @@ -577,7 +577,7 @@ data:
<store>
@type sumologic
@id sumologic.endpoint.metrics.kube.state
sumo_client "k8s_1.3.3-rc.1"
sumo_client "k8s_1.3.3"
endpoint "#{ENV['SUMO_ENDPOINT_STATE_METRICS_SOURCE']}"
@include metrics.output.conf
<buffer>
Expand All @@ -592,7 +592,7 @@ data:
<store>
@type sumologic
@id sumologic.endpoint.metrics
sumo_client "k8s_1.3.3-rc.1"
sumo_client "k8s_1.3.3"
endpoint "#{ENV['SUMO_ENDPOINT_DEFAULT_METRICS_SOURCE']}"
@include metrics.output.conf
<buffer>
Expand Down Expand Up @@ -834,7 +834,7 @@ spec:

containers:
- name: fluentd-events
image: public.ecr.aws/u5z5f8z6/kubernetes-fluentd:1.3.3-rc.1
image: public.ecr.aws/u5z5f8z6/kubernetes-fluentd:1.3.3
imagePullPolicy: IfNotPresent
resources:
limits:
Expand Down Expand Up @@ -917,7 +917,7 @@ spec:

containers:
- name: fluentd
image: public.ecr.aws/u5z5f8z6/kubernetes-fluentd:1.3.3-rc.1
image: public.ecr.aws/u5z5f8z6/kubernetes-fluentd:1.3.3
imagePullPolicy: IfNotPresent
resources:
limits:
Expand Down Expand Up @@ -1042,7 +1042,7 @@ spec:

containers:
- name: fluentd
image: public.ecr.aws/u5z5f8z6/kubernetes-fluentd:1.3.3-rc.1
image: public.ecr.aws/u5z5f8z6/kubernetes-fluentd:1.3.3
imagePullPolicy: IfNotPresent
resources:
limits:
Expand Down

0 comments on commit 78bcdff

Please sign in to comment.