Hi there, I keep getting this error below:
Kibana status api returns: json: cannot unmarshal string into Go struct field kibanaVersionResponse.version of type struct { Number string "json:"number""; Snapshot bool "json:"build_snapshot"" }
I can curl successfully using the host provided and opening it in a browser as well. Any ideas what solution I can get with this? This is during the setup of metricbeat supplying the variables kibana.host, elasticsearch hosts, username, and password. I don't have typos as well in the cli. Using Kibana 5.6.8. Docker image elastic/metricbeat:7.13.4. Using Amazon Elasticsearch Service version 5.6.
Elasticsearch host format: https://<elasticsearch_endpoint>:443
Kibana host format: https://<kibana_endpoint>:443/_plugin/kibana