kaxil opened a new pull request #109:
URL: https://github.com/apache/kibble/pull/109
Error before this commit when running kibble-scanner:
```
'Using direct ElasticSearch broker model'
[core]: Connecting to ElasticSearch database at elasticsearch:9200...
[core]: Connected!
[core]: This is a type-less DB, expanding database names instead.
[core]: We're using ES >= 7.x, NO DOC_TYPE!
Traceback (most recent call last):
File "kibble-scanner.py", line 197, in <module>
main()
File "kibble-scanner.py", line 145, in main
broker = kibbleES.Broker(config)
File "/kibble/kibble/scanners/brokers/kibbleES.py", line 340, in __init__
if apidoc["dbversion"] > KIBBLE_DB_VERSION:
TypeError: '>' not supported between instances of 'str' and 'int'
```
This PR fixes it
cc @turbaszek @michalslowikowski00 @Humbedooh
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]