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
cc02e50f
Commit
cc02e50f
authored
Aug 05, 2015
by
Alex Robinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Collect more of the VM's log files (monit, salt) in fluentd-es.
parent
7430181d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
2 deletions
+18
-2
Makefile
...er/addons/fluentd-elasticsearch/fluentd-es-image/Makefile
+1
-1
td-agent.conf
...dons/fluentd-elasticsearch/fluentd-es-image/td-agent.conf
+16
-0
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 @
cc02e50f
.PHONY
:
build push
IMAGE
=
fluentd-elasticsearch
TAG
=
1.
7
TAG
=
1.
8
build
:
docker build
-t
gcr.io/google_containers/
$(IMAGE)
:
$(TAG)
.
...
...
cluster/addons/fluentd-elasticsearch/fluentd-es-image/td-agent.conf
View file @
cc02e50f
...
...
@@ -81,6 +81,22 @@
<
source
>
type
tail
format
none
path
/
varlog
/
monit
.
log
pos_file
/
varlog
/
gcp
-
monit
.
log
.
pos
tag
monit
</
source
>
<
source
>
type
tail
format
none
path
/
varlog
/
salt
/
minion
pos_file
/
varlog
/
gcp
-
salt
.
pos
tag
salt
</
source
>
<
source
>
type
tail
format
none
path
/
varlog
/
startupscript
.
log
pos_file
/
varlog
/
es
-
startupscript
.
log
.
pos
tag
startupscript
...
...
cluster/saltbase/salt/fluentd-es/fluentd-es.yaml
View file @
cc02e50f
...
...
@@ -6,7 +6,7 @@ metadata:
spec
:
containers
:
-
name
:
fluentd-elasticsearch
image
:
gcr.io/google_containers/fluentd-elasticsearch:1.
7
image
:
gcr.io/google_containers/fluentd-elasticsearch:1.
8
resources
:
limits
:
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