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
6700a7f2
Commit
6700a7f2
authored
Mar 10, 2015
by
Alex Robinson
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5253 from satnam6502/fluentd
Modify Fluentd to ES setup to pass flags
parents
62f17640
3ce0ede7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
Dockerfile
.../addons/fluentd-elasticsearch/fluentd-es-image/Dockerfile
+1
-1
Makefile
...er/addons/fluentd-elasticsearch/fluentd-es-image/Makefile
+1
-1
fluentd-es.manifest
cluster/saltbase/salt/fluentd-es/fluentd-es.manifest
+4
-1
No files found.
cluster/addons/fluentd-elasticsearch/fluentd-es-image/Dockerfile
View file @
6700a7f2
...
...
@@ -34,4 +34,4 @@ RUN /usr/sbin/td-agent-gem install fluent-plugin-elasticsearch
COPY
td-agent.conf /etc/td-agent/td-agent.conf
# Run the Fluentd service.
CMD
/usr/sbin/td-agent
-qq
> /var/log/td-agent/td-agent.log
CMD
/usr/sbin/td-agent
"$FLUENTD_ARGS"
> /var/log/td-agent/td-agent.log
cluster/addons/fluentd-elasticsearch/fluentd-es-image/Makefile
View file @
6700a7f2
.PHONY
:
build push
TAG
=
1.
1
TAG
=
1.
2
build
:
sudo
docker build
-t
kubernetes/fluentd-elasticsearch:
$(TAG)
.
...
...
cluster/saltbase/salt/fluentd-es/fluentd-es.manifest
View file @
6700a7f2
...
...
@@ -2,7 +2,10 @@ version: v1beta2
id: fluentd-to-elasticsearch
containers:
- name: fluentd-es
image: kubernetes/fluentd-elasticsearch:1.1
image: kubernetes/fluentd-elasticsearch:1.2
env:
- name: FLUENTD_ARGS
value: -qq
volumeMounts:
- name: containers
mountPath: /var/lib/docker/containers
...
...
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