Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kolla Ansible
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Very Demiurge Very Mindful
Kolla Ansible
Commits
1fe17482
Commit
1fe17482
authored
4 years ago
by
Zuul
Committed by
Gerrit Code Review
4 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Fix deprecation warnings in fluentd"
parents
26536011
3611f053
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ansible/roles/common/templates/conf/input/01-syslog.conf.j2
+1
-1
1 addition, 1 deletion
ansible/roles/common/templates/conf/input/01-syslog.conf.j2
ansible/roles/common/templates/conf/output/00-local.conf.j2
+9
-3
9 additions, 3 deletions
ansible/roles/common/templates/conf/output/00-local.conf.j2
with
10 additions
and
4 deletions
ansible/roles/common/templates/conf/input/01-syslog.conf.j2
+
1
−
1
View file @
1fe17482
...
...
@@ -3,7 +3,7 @@
port {{ fluentd_syslog_port }}
bind {{ api_interface_address }}
tag syslog
prio
rity_key log_level
seve
rity_key log_level
source_hostname_key Hostname
format /^(?<Payload>.*)$/
</source>
This diff is collapsed.
Click to expand it.
ansible/roles/common/templates/conf/output/00-local.conf.j2
+
9
−
3
View file @
1fe17482
...
...
@@ -3,9 +3,11 @@
<store>
@type file
path /var/log/kolla/swift/swift_latest.*.log
utc
append true
compress gzip
<buffer>
timekey_use_utc
</buffer>
</store>
{% if log_direct_to_elasticsearch %}
<store>
...
...
@@ -58,9 +60,11 @@
path /var/log/kolla/haproxy/haproxy_latest.*.log
output_tag false
output_time false
utc
append true
compress gzip
<buffer>
timekey_use_utc
</buffer>
</store>
{% if log_direct_to_elasticsearch %}
<store>
...
...
@@ -113,9 +117,11 @@
path /var/log/kolla/glance-tls-proxy/glance-tls-proxy.*.log
output_tag false
output_time false
utc
append true
compress gzip
<buffer>
timekey_use_utc
</buffer>
</store>
{% if log_direct_to_elasticsearch %}
<store>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment