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
b4c23f82
Commit
b4c23f82
authored
Nov 07, 2014
by
Daniel Smith
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2247 from satnam6502/fluentd-es-image
Change tag to latest and use correct pos file syntax for detection of log rotation
parents
0ee7d5cc
f5c1df0a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
Makefile
contrib/logging/fluentd-es-image/Makefile
+1
-1
td-agent.conf
contrib/logging/fluentd-es-image/td-agent.conf
+1
-0
No files found.
contrib/logging/fluentd-es-image/Makefile
View file @
b4c23f82
.PHONY
:
build push
TAG
=
1.0
TAG
=
latest
build
:
sudo
docker build
-t
kubernetes/fluentd-elasticsearch:
$(TAG)
.
...
...
contrib/logging/fluentd-es-image/td-agent.conf
View file @
b4c23f82
...
...
@@ -38,6 +38,7 @@
format
json
time_key
time
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
.*
</
source
>
...
...
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