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
2fee5ba0
Commit
2fee5ba0
authored
Mar 16, 2015
by
Alex Robinson
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5529 from satnam6502/fluentd-gcp-image
Make Fluentd to Cloud Logging collector read from head
parents
40758914
d395efa4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
fluentd-gcp.manifest
cluster/saltbase/salt/fluentd-gcp/fluentd-gcp.manifest
+1
-1
Makefile
contrib/logging/fluentd-gcp-image/Makefile
+1
-1
google-fluentd.conf
contrib/logging/fluentd-gcp-image/google-fluentd.conf
+3
-2
No files found.
cluster/saltbase/salt/fluentd-gcp/fluentd-gcp.manifest
View file @
2fee5ba0
...
...
@@ -2,7 +2,7 @@ version: v1beta2
id: fluentd-to-gcp
containers:
- name: fluentd-gcp-container
image: kubernetes/fluentd-gcp:1.
0
image: kubernetes/fluentd-gcp:1.
1
volumeMounts:
- name: containers
mountPath: /var/lib/docker/containers
...
...
contrib/logging/fluentd-gcp-image/Makefile
View file @
2fee5ba0
...
...
@@ -6,7 +6,7 @@
.PHONY
:
build push
TAG
=
1.
0
TAG
=
1.
1
build
:
sudo
docker build
-t
kubernetes/fluentd-gcp:
$(TAG)
.
...
...
contrib/logging/fluentd-gcp-image/google-fluentd.conf
View file @
2fee5ba0
...
...
@@ -19,10 +19,11 @@
path
/
var
/
lib
/
docker
/
containers
/*/*-
json
.
log
pos_file
/
var
/
lib
/
docker
/
containers
/
containers
.
log
.
pos
time_format
%
Y
-%
m
-%
dT
%
H
:%
M
:%
S
tag
docker
.
container
.*
tag
docker
.*
read_from_head
true
</
source
>
<
match
docker
.
container
.
**>
<
match
docker
.**>
type
google_cloud
flush_interval
5
s
# Never wait longer than 5 minutes between retries.
...
...
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