I'm requiring to upgrade to 7.x version of Kibana, since Kibiter doesn't support the latest 7.x version. I'm using docker-compose to deploy the grimoire containers and have upgraded Elasticsearch and Kibana to 7.0.0 version. However, I'm encountering the error below. Upon checking the mordred configuration, I found that panels is not being supported in Kibana. While setting up configration in mordred I would like Kibana to support the panels plugin. Is there any workaround?
I had already created an issue to upgrade Kibiter to 7.x, for which they suggested me to use Kibana 7.x instead of Kibiter.
https://github.com/chaoss/grimoirelab-kibiter/issues/152
Kibiter configuration of mordred setup.cfg.
[panels]
kibiter_time_from = now-1y
kibiter_default_index = git
kibiter_url = http://kibiter:5601
kibiter_version = 6.1.4-1
github-repos = true
github-comments = true
Error in mordred:
sirmordred.task_panels - ERROR - Impossible to set defaultIndex: {'statusCode': 401, 'error': 'Unauthorized', 'message': 'Unauthorized'}
sirmordred.task_panels - ERROR - Impossible to set timepicker:timeDefaults: {'statusCode': 401, 'error': 'Unauthorized', 'message': 'Unauthorized'}
sirmordred.task_panels - ERROR - Kibiter settings not configured!
I'm requiring to upgrade to 7.x version of Kibana, since Kibiter doesn't support the latest 7.x version. I'm using docker-compose to deploy the grimoire containers and have upgraded Elasticsearch and Kibana to 7.0.0 version. However, I'm encountering the error below. Upon checking the mordred configuration, I found that panels is not being supported in Kibana. While setting up configration in mordred I would like Kibana to support the panels plugin. Is there any workaround?
I had already created an issue to upgrade Kibiter to 7.x, for which they suggested me to use Kibana 7.x instead of Kibiter.
https://github.com/chaoss/grimoirelab-kibiter/issues/152
Kibiter configuration of mordred setup.cfg.
[panels]
kibiter_time_from = now-1y
kibiter_default_index = git
kibiter_url = http://kibiter:5601
kibiter_version = 6.1.4-1
github-repos = true
github-comments = true
Error in mordred:
sirmordred.task_panels - ERROR - Impossible to set defaultIndex: {'statusCode': 401, 'error': 'Unauthorized', 'message': 'Unauthorized'}
sirmordred.task_panels - ERROR - Impossible to set timepicker:timeDefaults: {'statusCode': 401, 'error': 'Unauthorized', 'message': 'Unauthorized'}
sirmordred.task_panels - ERROR - Kibiter settings not configured!