elasticsearch-head icon indicating copy to clipboard operation
elasticsearch-head copied to clipboard

Change Connect Input Box to User Settable list of ElasticSearch Endpoints

Open bcharboneauiherb opened this issue 7 years ago • 0 comments

I use the Chrome Extension and it would be nice to see an option for User Settable List of Endpoints to connect to populated in a Dropdown (SELECT->OPTION) List for the Connect Box instead of the INPUT box, for fast switching between Clusters/Endpoints.

The Image shows an example of what I mean. I was able to do it using DevTools in Chrome to modify it for that moment. THe Submit still works, but the SELECT will change back to INPUT once it loads the new cluster selected.

Give option in the Plugin Settings to set Endpoint Name and Endpoint URL to be added in as

<select class="uiClusterConnect-uri" name="cluster">
  <option value="https://prodcluster.example.com">ES-Prod</option>
  <option value="https://testcluster.example.com">ES-Test</option>
  <option value="http://kibana-test.example.com:9200">Kibana-Test</option>
</select>

image

bcharboneauiherb avatar Jan 26 '18 01:01 bcharboneauiherb