Giter Club home page Giter Club logo

Comments (7)

AntonShuvaev avatar AntonShuvaev commented on July 17, 2024 1

Fixed with 2023.1.2

from elasticsearch4idea.

AntonShuvaev avatar AntonShuvaev commented on July 17, 2024

Hi, thanks for reporting. I'll look into it.

from elasticsearch4idea.

AntonShuvaev avatar AntonShuvaev commented on July 17, 2024

Could you execute GET /_cat/indices?format=json and share what property names are present in index object?

from elasticsearch4idea.

SosthenG avatar SosthenG commented on July 17, 2024

Sure, here is an example of the properties I get :

{
    "health": "green",
    "status": "open",
    "index": "offer_it_ri",
    "uuid": "5sOp4s7qTxmMG_ojlkZCfA",
    "pri": "1",
    "rep": "2",
    "docs.count": "3098802",
    "docs.deleted": "943259",
    "store.size": "477.7mb",
    "pri.store.size": "159.2mb"
  }

I forgot something the two clusters have in common: they are only accessible when I'm connected to a VPN (while the 3 others are always accessible). Not sure it's relevant but anyway.

from elasticsearch4idea.

AntonShuvaev avatar AntonShuvaev commented on July 17, 2024

I released a fix, but I'm not 100% sure that it will fix the issue. So, I also added additional logging to the code. If the fix doesn't help, I'll need you to send me the stacktrace of the error.

To enable logging go to Help | Diagnostic Tools | Debug Log Settings and add org.elasticsearch4idea:trace to the textarea. Then reconnect to cluster to cause the error and find the stacktrace in idea.log file (Help | Show Log in Finder).

You can download the version with fix here: https://plugins.jetbrains.com/files/14512/305447/Elasticsearch-2023.1.1-223-signed.zip and install it manually or wait until it will be available in marketplace (it may take up to 2 business days).

from elasticsearch4idea.

hwsong avatar hwsong commented on July 17, 2024

Even after installing the modified version, the same problem occurs.
In my case, indices are not visible when connecting using kubernetes port-forward.
Please note that the log is captured and attached as described above.
idea.log

from elasticsearch4idea.

AntonShuvaev avatar AntonShuvaev commented on July 17, 2024

@hwsong Thanks for sharing the logs. I've released a new version with a fix. It will be available once it is approved.

from elasticsearch4idea.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.