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
69ab7026
Commit
69ab7026
authored
Jul 30, 2015
by
Alex Robinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update fluentd-es to collect etcd logs and remove merge conflict cruft.
parent
9e18c29e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
16 deletions
+9
-16
Makefile
...er/addons/fluentd-elasticsearch/fluentd-es-image/Makefile
+1
-1
td-agent.conf
...dons/fluentd-elasticsearch/fluentd-es-image/td-agent.conf
+7
-14
fluentd-es.yaml
cluster/saltbase/salt/fluentd-es/fluentd-es.yaml
+1
-1
No files found.
cluster/addons/fluentd-elasticsearch/fluentd-es-image/Makefile
View file @
69ab7026
.PHONY
:
build push
.PHONY
:
build push
IMAGE
=
fluentd-elasticsearch
IMAGE
=
fluentd-elasticsearch
TAG
=
1.
6
TAG
=
1.
7
build
:
build
:
docker build
-t
gcr.io/google_containers/
$(IMAGE)
:
$(TAG)
.
docker build
-t
gcr.io/google_containers/
$(IMAGE)
:
$(TAG)
.
...
...
cluster/addons/fluentd-elasticsearch/fluentd-es-image/td-agent.conf
View file @
69ab7026
...
@@ -94,20 +94,13 @@
...
@@ -94,20 +94,13 @@
tag
docker
tag
docker
</
source
>
</
source
>
<
match
kubernetes
.**>
<
source
>
type
elasticsearch
type
tail
log_level
info
format
none
include_tag_key
true
path
/
varlog
/
etcd
.
log
host
elasticsearch
-
logging
pos_file
/
varlog
/
es
-
etcd
.
log
.
pos
port
9200
tag
etcd
logstash_format
true
</
source
>
flush_interval
5
s
# Never wait longer than 5 minutes between retries.
max_retry_wait
300
# Disable the limit on the number of retries (retry forever).
disable_retry_limit
</
match
>
>>>>>>>
Move
things
into
a
'kube-system'
namespace
.
<
source
>
<
source
>
type
tail
type
tail
...
...
cluster/saltbase/salt/fluentd-es/fluentd-es.yaml
View file @
69ab7026
...
@@ -6,7 +6,7 @@ metadata:
...
@@ -6,7 +6,7 @@ metadata:
spec
:
spec
:
containers
:
containers
:
-
name
:
fluentd-elasticsearch
-
name
:
fluentd-elasticsearch
image
:
gcr.io/google_containers/fluentd-elasticsearch:1.
6
image
:
gcr.io/google_containers/fluentd-elasticsearch:1.
7
resources
:
resources
:
limits
:
limits
:
cpu
:
100m
cpu
:
100m
...
...
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