4d59bc461c
Add some scripts that devstack needs. Change-Id: I8b9ad477ba0d2d9d581f90c67d5b46b32a4c66a3
16 lines
664 B
Plaintext
16 lines
664 B
Plaintext
<source>
|
|
@type tail
|
|
path /var/log/kolla/keystone/*.log
|
|
pos_file /var/run/td-agent/devstack-openstack_keystone.pos
|
|
tag devstack
|
|
format multiline
|
|
format_firstline /^\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}.\d{3} \d+ \S+ \S+ \[(\S+ req-\S+ \S+ \S+ \S+ \S+ \S+|-)\]/
|
|
format1 /^(?<Timestamp>\S+ \S+) (?<Pid>\d+) (?<log_level>\S+) (?<python_module>\S+) (\[(?<global_id>\S+) (req-(?<request_id>\S+) (?<user_id>\S+) (?<tenant_id>\S+) (?<domain_id>\S+) (?<user_domain>\S+) (?<project_domain>\S+)|-)\])? (?<Payload>.*)?$/
|
|
time_key Timestamp
|
|
keep_time_key true
|
|
time_format %F %T.%L
|
|
ignore_repeated_permission_error true
|
|
enable_watch_timer false
|
|
</source>
|
|
|