Merge "Remove variables from volumes of rbmq and mariadb"

This commit is contained in:
Jenkins 2016-08-18 17:08:51 +00:00 committed by Gerrit Code Review
commit b78237a53e
3 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@ filename = "lua_decoders/os_mysql_log.lua"
[mariadb_logstreamer_input]
type = "LogstreamerInput"
decoder = "mariadb_log_decoder"
log_directory = "{{ mariadb_log_base }}"
log_directory = "/var/log/ccp/mysql"
file_match = 'mysql\.log\.?(?P<Seq>\d*)$'
priority = ["^Seq"]
differentiator = ['mysql']

View File

@ -12,7 +12,7 @@ deliver_incomplete_final = true
type = "LogstreamerInput"
decoder = "rabbitmq_log_decoder"
splitter = "rabbitmq_log_splitter"
log_directory = "{{ rabbitmq_log_base }}"
log_directory = "/var/log/ccp/rabbitmq"
file_match = '(?P<Service>rabbitmq.*)\.log\.?(?P<Seq>\d*)$'
priority = ["^Seq"]
differentiator = ["Service"]

View File

@ -12,11 +12,11 @@ service:
type: host
path: /run/docker.sock
- name: mysql-logs
path: "{{ mariadb_log_base }}"
path: "/var/log/ccp/mysql"
type: host
readOnly: True
- name: rabbitmq-logs
path: "{{ rabbitmq_log_base }}"
path: "/var/log/ccp/rabbitmq"
type: host
readOnly: True
- name: keystone-logs