Fix invalid InfluxDB output message_matcher

Change-Id: Idb997a33c26a6eb9562d987b100763c9d383be8d
This commit is contained in:
Volodymyr Kornylyuk 2016-09-20 15:51:37 +03:00
parent fcbbc98c74
commit 0742e996fb
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ database = "<%= @influxdb_database %>"
username = "<%= @influxdb_user %>"
password = "<%= @influxdb_password %>"
batch_max_lines = 5000
message_matcher = "Fields[payload_name] == 'ceilometer'"
message_matcher = "Type == 'ceilometer_samples'"
ticker_interval = 1
memory_limit = 100 * 1024 * 1024