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
77bda6fd
Commit
77bda6fd
authored
Aug 01, 2016
by
Rick Buskens
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated configuration to spawn multiple threads for processing
parent
7e3246d4
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
0 deletions
+8
-0
td-agent.conf
...dons/fluentd-elasticsearch/fluentd-es-image/td-agent.conf
+2
-0
google-fluentd-journal.conf
...fluentd-gcp/fluentd-gcp-image/google-fluentd-journal.conf
+3
-0
google-fluentd.conf
.../addons/fluentd-gcp/fluentd-gcp-image/google-fluentd.conf
+3
-0
No files found.
cluster/addons/fluentd-elasticsearch/fluentd-es-image/td-agent.conf
View file @
77bda6fd
...
@@ -266,4 +266,6 @@
...
@@ -266,4 +266,6 @@
max_retry_wait
30
max_retry_wait
30
# Disable the limit on the number of retries (retry forever).
# Disable the limit on the number of retries (retry forever).
disable_retry_limit
disable_retry_limit
# Use multiple threads for processing.
num_threads
8
</
match
>
</
match
>
cluster/addons/fluentd-gcp/fluentd-gcp-image/google-fluentd-journal.conf
View file @
77bda6fd
...
@@ -234,6 +234,8 @@
...
@@ -234,6 +234,8 @@
max_retry_wait
30
max_retry_wait
30
# Disable the limit on the number of retries (retry forever).
# Disable the limit on the number of retries (retry forever).
disable_retry_limit
disable_retry_limit
# Use multiple threads for processing.
num_threads
8
</
match
>
</
match
>
# Keep a smaller buffer here since these logs are less important than the user's
# Keep a smaller buffer here since these logs are less important than the user's
...
@@ -246,4 +248,5 @@
...
@@ -246,4 +248,5 @@
flush_interval
5
s
flush_interval
5
s
max_retry_wait
30
max_retry_wait
30
disable_retry_limit
disable_retry_limit
num_threads
8
</
match
>
</
match
>
cluster/addons/fluentd-gcp/fluentd-gcp-image/google-fluentd.conf
View file @
77bda6fd
...
@@ -218,6 +218,8 @@
...
@@ -218,6 +218,8 @@
max_retry_wait
30
max_retry_wait
30
# Disable the limit on the number of retries (retry forever).
# Disable the limit on the number of retries (retry forever).
disable_retry_limit
disable_retry_limit
# Use multiple threads for processing.
num_threads
8
</
match
>
</
match
>
# Keep a smaller buffer here since these logs are less important than the user's
# Keep a smaller buffer here since these logs are less important than the user's
...
@@ -230,4 +232,5 @@
...
@@ -230,4 +232,5 @@
flush_interval
5
s
flush_interval
5
s
max_retry_wait
30
max_retry_wait
30
disable_retry_limit
disable_retry_limit
num_threads
8
</
match
>
</
match
>
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