apache / kibble-1

Apache Kibble - a tool to collect, aggregate and visualize data about any software project
https://kibble.apache.org/
Apache License 2.0
59 stars 28 forks source link

Fix unresolved reference error in kibble/api/plugins/database.py #111

Closed kaxil closed 3 years ago

kaxil commented 3 years ago

There was no such variable ESVersion -- possibly a typo as self.ESversion is defined on line 147

cc @turbaszek

turbaszek commented 3 years ago

Good catch! In general we decided to limit supported ES version as per #85