Skip to content
Snippets Groups Projects
Commit b1dee2d8 authored by Doug Szumski's avatar Doug Szumski
Browse files

Increase maximum payload size for Monasca Log API

Increase the maximum payload size so that it slightly exceeds the default
maximum chunk size (8MB) in Fluentd. This prevents the Monasca Log API
dropping logs when under heavy load.

Partially-Implements: blueprint monasca-roles
Change-Id: I13020abde7de1c92acc07352466b814b4a6ce5bc
parent 0cae7d9b
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,8 @@ debug = {{ monasca_logging_debug }}
[service]
region = {{ openstack_region_name }}
# Increase the maximum payload size to slightly above the default Fluentd chunk size (8MB)
max_log_size = 10485760
[kafka_healthcheck]
kafka_topics = {{ monasca_raw_logs_topic }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment