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 authored and perk-sumo committed Jul 30, 2020
1 parent 017beb5 commit 0c7c8ff
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 @@ -163,7 +163,7 @@ data:
<store>
@type sumologic
@id sumologic.endpoint.logs
sumo_client "k8s_1.1.0-rc.1"
sumo_client "k8s_1.1.0"
@log_level error
@include logs.output.conf
<buffer>
Expand All @@ -180,7 +180,7 @@ data:
<store>
@type sumologic
@id sumologic.endpoint.logs.default
sumo_client "k8s_1.1.0-rc.1"
sumo_client "k8s_1.1.0"
@include logs.output.conf
<buffer>
@type memory
Expand Down Expand Up @@ -212,7 +212,7 @@ data:
<store>
@type sumologic
@id sumologic.endpoint.logs.kubelet
sumo_client "k8s_1.1.0-rc.1"
sumo_client "k8s_1.1.0"
@include logs.output.conf
<buffer>
@type memory
Expand Down Expand Up @@ -249,7 +249,7 @@ data:
<store>
@type sumologic
@id sumologic.endpoint.logs.systemd
sumo_client "k8s_1.1.0-rc.1"
sumo_client "k8s_1.1.0"
@include logs.output.conf
<buffer>
@type memory
Expand Down Expand Up @@ -300,7 +300,7 @@ data:
<store>
@type sumologic
@id sumologic.endpoint.events
sumo_client "k8s_1.1.0-rc.1"
sumo_client "k8s_1.1.0"
endpoint "#{ENV['SUMO_ENDPOINT_DEFAULT_EVENTS_SOURCE']}"
data_type logs
disable_cookies true
Expand Down Expand Up @@ -421,7 +421,7 @@ data:
<store>
@type sumologic
@id sumologic.endpoint.metrics.apiserver
sumo_client "k8s_1.1.0-rc.1"
sumo_client "k8s_1.1.0"
endpoint "#{ENV['SUMO_ENDPOINT_APISERVER_METRICS_SOURCE']}"
@include metrics.output.conf
<buffer>
Expand All @@ -436,7 +436,7 @@ data:
<store>
@type sumologic
@id sumologic.endpoint.metrics.container
sumo_client "k8s_1.1.0-rc.1"
sumo_client "k8s_1.1.0"
endpoint "#{ENV['SUMO_ENDPOINT_KUBELET_METRICS_SOURCE']}"
@include metrics.output.conf
<buffer>
Expand All @@ -451,7 +451,7 @@ data:
<store>
@type sumologic
@id sumologic.endpoint.metrics.control.plane
sumo_client "k8s_1.1.0-rc.1"
sumo_client "k8s_1.1.0"
endpoint "#{ENV['SUMO_ENDPOINT_CONTROL_PLANE_METRICS_SOURCE']}"
@include metrics.output.conf
<buffer>
Expand All @@ -466,7 +466,7 @@ data:
<store>
@type sumologic
@id sumologic.endpoint.metrics.kube.controller.manager
sumo_client "k8s_1.1.0-rc.1"
sumo_client "k8s_1.1.0"
endpoint "#{ENV['SUMO_ENDPOINT_CONTROLLER_METRICS_SOURCE']}"
@include metrics.output.conf
<buffer>
Expand All @@ -481,7 +481,7 @@ data:
<store>
@type sumologic
@id sumologic.endpoint.metrics.kubelet
sumo_client "k8s_1.1.0-rc.1"
sumo_client "k8s_1.1.0"
endpoint "#{ENV['SUMO_ENDPOINT_KUBELET_METRICS_SOURCE']}"
@include metrics.output.conf
<buffer>
Expand All @@ -496,7 +496,7 @@ data:
<store>
@type sumologic
@id sumologic.endpoint.metrics.node.exporter
sumo_client "k8s_1.1.0-rc.1"
sumo_client "k8s_1.1.0"
endpoint "#{ENV['SUMO_ENDPOINT_NODE_METRICS_SOURCE']}"
@include metrics.output.conf
<buffer>
Expand All @@ -511,7 +511,7 @@ data:
<store>
@type sumologic
@id sumologic.endpoint.metrics.kube.scheduler
sumo_client "k8s_1.1.0-rc.1"
sumo_client "k8s_1.1.0"
endpoint "#{ENV['SUMO_ENDPOINT_SCHEDULER_METRICS_SOURCE']}"
@include metrics.output.conf
<buffer>
Expand All @@ -526,7 +526,7 @@ data:
<store>
@type sumologic
@id sumologic.endpoint.metrics.kube.state
sumo_client "k8s_1.1.0-rc.1"
sumo_client "k8s_1.1.0"
endpoint "#{ENV['SUMO_ENDPOINT_STATE_METRICS_SOURCE']}"
@include metrics.output.conf
<buffer>
Expand All @@ -541,7 +541,7 @@ data:
<store>
@type sumologic
@id sumologic.endpoint.metrics
sumo_client "k8s_1.1.0-rc.1"
sumo_client "k8s_1.1.0"
endpoint "#{ENV['SUMO_ENDPOINT_DEFAULT_METRICS_SOURCE']}"
@include metrics.output.conf
<buffer>
Expand Down Expand Up @@ -790,7 +790,7 @@ spec:
fsGroup: 999
containers:
- name: fluentd-events
image: sumologic/kubernetes-fluentd:1.1.0-rc.1
image: sumologic/kubernetes-fluentd:1.1.0
imagePullPolicy: IfNotPresent
resources:
limits:
Expand Down Expand Up @@ -877,7 +877,7 @@ spec:
fsGroup: 999
containers:
- name: fluentd
image: sumologic/kubernetes-fluentd:1.1.0-rc.1
image: sumologic/kubernetes-fluentd:1.1.0
imagePullPolicy: IfNotPresent
resources:
limits:
Expand Down Expand Up @@ -1006,7 +1006,7 @@ spec:
fsGroup: 999
containers:
- name: fluentd
image: sumologic/kubernetes-fluentd:1.1.0-rc.1
image: sumologic/kubernetes-fluentd:1.1.0
imagePullPolicy: IfNotPresent
resources:
limits:
Expand Down

0 comments on commit 0c7c8ff

Please sign in to comment.