AntonShuvaev / elasticsearch4idea

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

Add index templates to indices/aliases/nodes list #48

Closed evgenyvolferts closed 2 years ago

evgenyvolferts commented 2 years ago

GET /_template for ElasticSearch 6. GET /_index_template for ElasticSearch 7.

AntonShuvaev commented 2 years ago

Added in 1.6.0

evgenyvolferts commented 2 years ago

Context action is not useful at all :(

AntonShuvaev commented 2 years ago

Could you describe the use case and how you would like to see this feature? I'll try to do it in the next release.

evgenyvolferts commented 2 years ago

I will be glad to!

The main idea is to be able to get a list of templates and quickly get templates properties.

I would like to see a new item "templates" in the list along with indices/aliases/nodes with template names as subitems. Double clicking on the template name could send a request GET /_index_template/ showing JSON with template properties (as it is shown now with just /_index_template request).

Thanks in advance

AntonShuvaev commented 2 years ago

Thanks, I've got it. It will be done in the next release.

AntonShuvaev commented 2 years ago

Added in 1.7.0