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
d3465e5b
Commit
d3465e5b
authored
Nov 07, 2016
by
Mik Vyatskov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add rescheduler logs to the fluentd-gcp configuration
parent
d2aabc85
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
0 deletions
+28
-0
google-fluentd-journal.conf
...fluentd-gcp/fluentd-gcp-image/google-fluentd-journal.conf
+14
-0
google-fluentd.conf
.../addons/fluentd-gcp/fluentd-gcp-image/google-fluentd.conf
+14
-0
No files found.
cluster/addons/fluentd-gcp/fluentd-gcp-image/google-fluentd-journal.conf
View file @
d3465e5b
...
...
@@ -172,6 +172,20 @@
</
source
>
# Example:
# I1104 10:36:20.242766 5 rescheduler.go:73] Running Rescheduler
<
source
>
type
tail
format
multiline
multiline_flush_interval
5
s
format_firstline
/^\
w
\
d
{
4
}/
format1
/^(?<
severity
>\
w
)(?<
time
>\
d
{
4
} [^\
s
]*)\
s
+(?<
pid
>\
d
+)\
s
+(?<
source
>[^ \]]+)\] (?<
message
>.*)/
time_format
%
m
%
d
%
H
:%
M
:%
S
.%
N
path
/
var
/
log
/
rescheduler
.
log
pos_file
/
var
/
log
/
gcp
-
rescheduler
.
log
.
pos
tag
rescheduler
</
source
>
# Example:
# I0603 15:31:05.793605 6 cluster_manager.go:230] Reading config from path /etc/gce.conf
<
source
>
type
tail
...
...
cluster/addons/fluentd-gcp/fluentd-gcp-image/google-fluentd.conf
View file @
d3465e5b
...
...
@@ -173,6 +173,20 @@
</
source
>
# Example:
# I1104 10:36:20.242766 5 rescheduler.go:73] Running Rescheduler
<
source
>
type
tail
format
multiline
multiline_flush_interval
5
s
format_firstline
/^\
w
\
d
{
4
}/
format1
/^(?<
severity
>\
w
)(?<
time
>\
d
{
4
} [^\
s
]*)\
s
+(?<
pid
>\
d
+)\
s
+(?<
source
>[^ \]]+)\] (?<
message
>.*)/
time_format
%
m
%
d
%
H
:%
M
:%
S
.%
N
path
/
var
/
log
/
rescheduler
.
log
pos_file
/
var
/
log
/
gcp
-
rescheduler
.
log
.
pos
tag
rescheduler
</
source
>
# Example:
# I0603 15:31:05.793605 6 cluster_manager.go:230] Reading config from path /etc/gce.conf
<
source
>
type
tail
...
...
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