elasticsearch4idea
elasticsearch4idea copied to clipboard
Elasticsearch Plugin for JetBrains IDEs
**Describe the bug** KQL search result error **Steps to reproduce** **Expected behavior** **Environment information:** - OS: Mac OS 14.0 - IDE version: 2024.1 - plugin version: 2024.1.2-241 - Elasticsearch or...
### Is your feature request related to a problem? I hope to convert DSL to Java SDK (RestHighLevelClient). Other language SDKs can also be supported in the future. ### Describe...
### Is your feature request related to a problem? I am using JetBrains Gateway but it seems this Plugin did not support it. **Not compatible with the version of your...
### Is your feature request related to a problem? At the moment painless script is not highlighted and rendered as a `string`: ``` POST _scripts/test_script { "script": { "lang": "painless",...
when I select menu copy index from existing index and existing index have aliases new index got aliases from existing index I not sure this is bug or not but...
Is there any solution if I want to copy the request as curl which I can repeatedly perform in the terminal?
When the result contains only a few lines but multiple columns, switching the columns and rows makes it easier to read. This is precisely what IDEA editor and DataGrip provide...
Hello, can you please add response formatting support for /_sql requests? Now it looks like pure JSON, not as fancy table, see:
**Describe the bug** I'm using an SSH tunnel when connecting to our ES instance, however when I try to connect to it, I'm getting `Connection test failed: com.jcraft.jsch.JSchException: Auth fail...
### Is your feature request related to a problem? Yes, to test a query I need to see only specific fields in a custom order so I use the "filter...