AntonShuvaev / elasticsearch4idea

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

Filter indexes etc. by expression #77

Closed danizen closed 2 years ago

danizen commented 2 years ago

When I use the /_cat/indices API by hand, I can filter by an expression, and see only the indices that pertain to me. However, the product doesn't allow me to do this.

The way my DevTools team runs Elasticsearch doesn't work very well - they don't use Shield (what used to be shield), and protect Elasticsearch by associating verbs with Basic Authentication through the proxy server (Apache httpd). So, I should only be messing with indices, aliases, and templates that match my prefix.

I do like the read-only feature - and I am using that in production.

AntonShuvaev commented 2 years ago

Hi,

Good idea, I'll probably implement it next week.

AntonShuvaev commented 2 years ago

Added in 2022.1.7