AntonShuvaev / elasticsearch4idea

Elasticsearch Plugin for JetBrains IDEs
https://plugins.jetbrains.com/plugin/14512-elasticsearch
59 stars 8 forks source link

Can't connect to Kibana #101

Closed m-titov closed 6 months ago

m-titov commented 1 year ago

Connection error: Connection test failed: org.elasticsearch4idea.dC: POST https://kibana.mgmt.support/api /console/proxy?path=%2F&method=GET 400 {"error":{"root_cause":[{"type":"parse_exception","reason" :"request body is required"}],"type":"parse_exception","reason":"request body is required"},"status" :400}

AntonShuvaev commented 1 year ago

What version of Kibana do you use?

m-titov commented 1 year ago

it's OpenSearch 1.3.2

AntonShuvaev commented 1 year ago

I've released an update that should fix this issue. Can you check and let me know if it works for you?

m-titov commented 1 year ago

Still can't connect. Same error for https://plugins.jetbrains.com/plugin/14512-elasticsearch/versions/stable/313328

AntonShuvaev commented 1 year ago

Is it AWS or self-hosted OpenSearch Dashboards?

m-titov commented 1 year ago

AWS

AntonShuvaev commented 1 year ago

Can you provide steps to reproduce? I tried to reproduce it but couldn't.