Fixed the ES inline script
WIthin this change the ceilometer_resource index in ES
is being created and updated on a query sent from
ceilometer_collector periodically, as the inline script
got fixed. Without this fix, the ES cluster will produce huge
amout of logs, errors, in elasticsearch.log, which can lead
to disk space fillup.
Second fix is in the resources.lua, where we get rid of
'\'\ character present in the field names.
bad:
meters.volume\size\type
good:
meters.volume.size.type
Change-Id: Id084b3c451f0db6fd40cc62de448bb84f18316ed
Closes-Bug: PROD-18143
2 files changed