Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] - cannot open documents in elasticsearch 8 #23

Closed
StefanSa opened this issue May 22, 2020 · 3 comments
Closed

[BUG] - cannot open documents in elasticsearch 8 #23

StefanSa opened this issue May 22, 2020 · 3 comments
Assignees
Labels

Comments

@StefanSa
Copy link

Description
Hi Carsten,
suddenly the content of the index is no longer displayed, but that had worked before.

Steps To Reproduce
List the steps to reproduce your problem:

  1. Open elasticvue
  2. Click on search -> show

Screenshots
no_index_show

Environment (please include the following information):

  • Elasticsearch version: 8.0
  • Operating system: docker image
  • Browser + version: chrome and firefox latest
  • Elasticvue version: 0.22.0
  • How are you running elasticvue: browser extension
@cars10
Copy link
Owner

cars10 commented May 22, 2020

Hi Stefan, thanks for reaching out. Elasticsearch 8 is not officially supported yet (see the Readme, right now i strife to support 5.6, 6.8 and 7.x).

However i obviously plan to support elasticsearch 8 so i will try to reproduce this issue. Can you point me to a download link for elasticsearch 8?

@StefanSa
Copy link
Author

Carsten, you can simple run with this:
docker run -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" docker.elastic.co/elasticsearch/elasticsearch:8.0.0-SNAPSHOT

@cars10 cars10 added bug and removed unconfirmed labels May 22, 2020
@cars10 cars10 changed the title [BUG] - the content of the index is no longer displayed [BUG] - cannot open documents in elasticsearch 8 May 22, 2020
cars10 added a commit that referenced this issue Jun 17, 2020
@cars10 cars10 closed this as completed in aad74e6 Jun 22, 2020
@cars10
Copy link
Owner

cars10 commented Jun 22, 2020

Fixed in 0.23.0. Thanks again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants