Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
6390e590
Commit
6390e590
authored
Aug 20, 2018
by
André Bauer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added missing pos files & added mapping type name in fluentd config
parent
9b5c5650
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
fluentd-es-configmap.yaml
...er/addons/fluentd-elasticsearch/fluentd-es-configmap.yaml
+8
-2
fluentd-es-ds.yaml
cluster/addons/fluentd-elasticsearch/fluentd-es-ds.yaml
+1
-1
No files found.
cluster/addons/fluentd-elasticsearch/fluentd-es-configmap.yaml
View file @
6390e590
kind
:
ConfigMap
kind
:
ConfigMap
apiVersion
:
v1
apiVersion
:
v1
metadata
:
metadata
:
name
:
fluentd-es-config-v0.1.
4
name
:
fluentd-es-config-v0.1.
5
namespace
:
kube-system
namespace
:
kube-system
labels
:
labels
:
addonmanager.kubernetes.io/mode
:
Reconcile
addonmanager.kubernetes.io/mode
:
Reconcile
...
@@ -327,6 +327,7 @@ data:
...
@@ -327,6 +327,7 @@ data:
<storage>
<storage>
@type local
@type local
persistent true
persistent true
path /var/log/journald-docker.pos
</storage>
</storage>
read_from_head true
read_from_head true
tag docker
tag docker
...
@@ -339,6 +340,7 @@ data:
...
@@ -339,6 +340,7 @@ data:
<storage>
<storage>
@type local
@type local
persistent true
persistent true
path /var/log/journald-container-runtime.pos
</storage>
</storage>
read_from_head true
read_from_head true
tag container-runtime
tag container-runtime
...
@@ -351,6 +353,7 @@ data:
...
@@ -351,6 +353,7 @@ data:
<storage>
<storage>
@type local
@type local
persistent true
persistent true
path /var/log/journald-kubelet.pos
</storage>
</storage>
read_from_head true
read_from_head true
tag kubelet
tag kubelet
...
@@ -363,11 +366,12 @@ data:
...
@@ -363,11 +366,12 @@ data:
<storage>
<storage>
@type local
@type local
persistent true
persistent true
path /var/log/journald-node-problem-detector.pos
</storage>
</storage>
read_from_head true
read_from_head true
tag node-problem-detector
tag node-problem-detector
</source>
</source>
<source>
<source>
@id kernel
@id kernel
@type systemd
@type systemd
...
@@ -375,6 +379,7 @@ data:
...
@@ -375,6 +379,7 @@ data:
<storage>
<storage>
@type local
@type local
persistent true
persistent true
path /var/log/kernel.pos
</storage>
</storage>
<entry>
<entry>
fields_strip_underscores true
fields_strip_underscores true
...
@@ -435,6 +440,7 @@ data:
...
@@ -435,6 +440,7 @@ data:
@id elasticsearch
@id elasticsearch
@type elasticsearch
@type elasticsearch
@log_level info
@log_level info
type_name fluentd
include_tag_key true
include_tag_key true
host elasticsearch-logging
host elasticsearch-logging
port 9200
port 9200
...
...
cluster/addons/fluentd-elasticsearch/fluentd-es-ds.yaml
View file @
6390e590
...
@@ -107,4 +107,4 @@ spec:
...
@@ -107,4 +107,4 @@ spec:
path
:
/var/lib/docker/containers
path
:
/var/lib/docker/containers
-
name
:
config-volume
-
name
:
config-volume
configMap
:
configMap
:
name
:
fluentd-es-config-v0.1.
4
name
:
fluentd-es-config-v0.1.
5
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment