Open
Description
I'm connecting to a remote Elasticsearch 5.0.2 instance over an SSH tunnel; the tunnel works because:
- connecting to http://localhost:9200/ in a browser returns the proper version information
- marija detects my indexes
Attempting to "use the refresh icon to refresh the list of available fields" or "add the fields [...] to use as nodes" gives an error
Error executing query: The connection was closed abnormally, e.g., without sending or receiving a Close control frame
In my terminal the following messages are visible:
$ ./marija
Marija server started, listening on address 127.0.0.1:8080.
2016/11/30 13:46:47 Connection upgraded.
2016/11/30 13:46:53 Connection closed
2016/11/30 13:46:56 Connection upgraded.
2016/11/30 13:47:04 Connection closed
2016/11/30 13:47:07 Connection upgraded.
Any suggestions on what to do next?