diff --git a/ansible/roles/common/templates/fluentd.json.j2 b/ansible/roles/common/templates/fluentd.json.j2 index 3451c265fa..e9d6bed716 100644 --- a/ansible/roles/common/templates/fluentd.json.j2 +++ b/ansible/roles/common/templates/fluentd.json.j2 @@ -73,5 +73,18 @@ "owner": "td-agent", "perm": "0600" } + ], + "permissions": [ + { + "path": "/var/log/kolla/haproxy", + "owner": "td-agent:td-agent", + "recurse": true + }, + { + "path": "/var/log/kolla/swift", + "owner": "td-agent:td-agent", + "recurse": true + } ] + }