Skip to content

Releases: cars10/elasticvue

v0.42.1

24 Jul 13:01
Compare
Choose a tag to compare
  • [fix]: fix additional issues with cluster selection, fixes #103
  • [feat]: show _score in search results, fixes #104

Usage

Browser Addon

Desktop app beta

Please report any issues, especially on mac and windows. The builds are not signed yet so you might get warnings from your os during installation.

Known issues

Download

Linux

Mac

If you get an error message when running elasticvue ("elasticvue" is damaged and can't be opened) you might have to run:

xattr -cr elasticvue.app

This happens because the builds are not signed (yet).

Windows

Testing

You can help by testing the following functionality:

  1. copy/paste - Can you copy/paste something into elasticvue desktop? Can you copy text (for example on the rest page) into your clipboard?
  2. saving files - Can you download the search/rest results as json? Is the file correctly saved?
  3. backup - Can you download a backup of your elasticvue data?
  4. import - Can you import the data backup?
  5. cluster switching - can you switch between clusters? Does the page correctly reload when doing so?
  6. confirm messages - do you see a confirm message when you delete an index? is the index not deleted when you decline? is the index deleted when you confirm?

If you face any issues please comment with information about your operating system.

[beta 4] elasticvue desktop v0.40.1

20 Jun 17:54
Compare
Choose a tag to compare
Pre-release

This is the fourth beta build for elasticvue desktop. Please report any issues, especially on mac and windows. The builds are not signed yet so you might get warnings from your os during installation.

Known issues

Testing

You can help by testing the following functionality:

  1. copy/paste - Can you copy/paste something into elasticvue desktop? Can you copy text (for example on the rest page) into your clipboard?
  2. saving files - Can you download the search/rest results as json? Is the file correctly saved?
  3. backup - Can you download a backup of your elasticvue data?
  4. import - Can you import the data backup?
  5. cluster switching - can you switch between clusters? Does the page correctly reload when doing so?
  6. confirm messages - do you see a confirm message when you delete an index? is the index not deleted when you decline? is the index deleted when you confirm?

If you face any issues please comment with information about your operating system.

Download

Linux

Mac

If you get an error message when running elasticvue ("elasticvue" is damaged and can't be opened) you might have to run:

xattr -cr elasticvue.app

This happens because the builds are not signed (yet).

Windows

v0.40.1

02 May 18:01
Compare
Choose a tag to compare
  • [fix]: fix some issues with browser extensions and cluster swapping, fixes #103

v0.40.0

18 Apr 19:20
Compare
Choose a tag to compare
  • [fix]: fix shards overview, fixes #92
  • [fix]: reset current page if new search has less results than current page, fixes #99
  • [fix]: adds option to disable sticky table headers, fixes #75
  • [feat]: change url to include cluster the id. This makes it much easier to work with different clusters in different
    browser tabs.

v0.39.0

02 Mar 20:40
Compare
Choose a tag to compare
  • [fix]: improve elasticsearch 8 support, fixes #93
  • [fix]: elasticsearch version not updated, fixes #94
  • [fix]: add additional button to reset the whole custom search body, fixes #95
  • adds support for arm64 and arm/v7, fixes #76

v0.38.0

04 Feb 16:39
Compare
Choose a tag to compare

This version includes some fixes for outdated versions of elasticsearch (like 2.x and 5.x).

  • [fix]: support snapshots for elasticsearch < 6, fixes #83
  • [revert]: revert #85, fixes #90

v0.37.0

29 Jan 10:43
Compare
Choose a tag to compare
  • [feat]: BETA: adds shard overview + relocation, fixes #72
  • [feat]: adds index bulk actions, fixes #78
  • [feat]: save active cluster in sessionStorage instead of localStorage, fixes #81
  • [feat]: add track_total_hits to default search query, fixes #85
  • [feat]: set page title (e.g. elasticvue | Search)
  • [feat]: show node role explanation on hover
  • [feat]: can copy node uri to clipboard in cluster selection table
  • [fix]: do not add body of previous request in rest history to GET or HEAD requests
  • [fix]: fix missing favicon, thanks @rdc-112
  • many small improvements and bugfixes

v.036.4

10 Sep 12:57
2ec8720
Compare
Choose a tag to compare

0.36.4

  • [fix]: syntax error in query leads to errors during result loading, fixes #68
  • [fix]: rest query bug when cluster url ends with a slash, fixes #69

v0.36.3

14 Aug 10:52
0d31dfc
Compare
Choose a tag to compare

0.36.3

  • [fix]: error when having an uneven amount of cpu cores, fixes #61
  • [fix]: reset search after failed query #66

v0.36.2

13 Aug 10:11
9f1a23e
Compare
Choose a tag to compare

[fix]: Rest requests not sending body, fixes #65