Comment 6 for bug 1937908

Revision history for this message
Boris Lukashev (rageltman) wrote :

Thank you, updated config and seems to be working - will clean up influx shortly.
I would note that the YAML itself does not present ES as an option for this (i'm already using it for logging so quite convenient):
```
#######################
# Cloudkitty options
#######################
# Valid option is gnocchi
cloudkitty_collector_backend: "gnocchi"
# Valid options are 'sqlalchemy' or 'influxdb'. The default value is
# 'influxdb', which matches the default in Cloudkitty since the Stein release.
# When the backend is "influxdb", we also enable Influxdb.
# Also, when using 'influxdb' as the backend, we trigger the configuration/use
# of Cloudkitty storage backend version 2.
cloudkitty_storage_backend: "elasticsearch"
```