"Fossies" - the Fresh Open Source Software Archive 
Member "monasca-log-api-2.9.0/docker/monasca-log-api.conf.j2" (1 Apr 2019, 1164 Bytes) of package /linux/misc/openstack/monasca-log-api-2.9.0.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 [DEFAULT]
2 log_config_append=/etc/monasca/log-api-logging.conf
3
4 [monitoring]
5 enable = {{ MONITORING_ENABLE | default(False) }}
6 statsd_host = {{ STATSD_HOST | default('127.0.0.1') }}
7 statsd_port = {{ STATSD_PORT | default(8125) }}
8 statsd_buffer = {{ STATSD_BUFFER | default(50) }}
9
10 [service]
11 region = useast
12 max_log_size = 1048576
13
14 [roles_middleware]
15 path = /v2.0/log,/v3.0/logs
16 default_roles = {{ AUTHORIZED_ROLES | default('admin, domainuser, domainadmin, monasca-user') }}
17 agent_roles = {{ AGENT_AUTHORIZED_ROLES | default('monasca-agent') }}
18
19 [log_publisher]
20 topics = log
21 kafka_url = {{ KAFKA_URI | default('kafka:9092') }}
22 max_message_size = 1048576
23
24 [kafka_healthcheck]
25 kafka_url = {{ KAFKA_URI | default('kafka:9092') }}
26 kafka_topics = log
27
28 [keystone_authtoken]
29 auth_type = password
30 auth_url = {{ KEYSTONE_IDENTITY_URI }}
31 auth_uri = {{ KEYSTONE_AUTH_URI }}
32 username = {{ KEYSTONE_ADMIN_USER }}
33 password = {{ KEYSTONE_ADMIN_PASSWORD }}
34 user_domain_name = Default
35 project_name = {{ KEYSTONE_ADMIN_TENANT }}
36 project_domain_name = Default
37 service_token_roles_required = true
38 memcached_servers = {{ MEMCACHED_URI }}
39 insecure = false
40 cafile =
41 certfile =
42 keyfile =