Skip to content

Releases: cars10/elasticvue

v1.0.0-beta-5

11 Sep 17:17
Compare
Choose a tag to compare
v1.0.0-beta-5 Pre-release
Pre-release

This is a beta version. The browser addons are not updated yet, and the :latest tag of the docker image still points to the previous stable version.

Changelog

  • re-adds json-bigint to support numbers bigger then Number.MAX_SAFE_INTEGER
  • add Hack font
  • update to node 20
  • adjust mock data for tests & screenshot scripts

Using elasticvue

This version of elasticvue supports elasticsearch 8.x, 7.x and 6.8.

Desktop app

If you get an error message when running the mac version of elasticvue ("elasticvue" is damaged and can't be opened) you might have to run (This happens because the builds are not signed (yet):

xattr -cr elasticvue_1.0.0_aarch64-fixed.dmg

v1.0.0-beta-4

30 Aug 20:16
Compare
Choose a tag to compare
v1.0.0-beta-4 Pre-release
Pre-release

This is a beta version. The browser addons are not updated yet, and the :latest tag of the docker image still points to the previous stable version.

Changelog

  • improve compatibility with older versions of elasticsearch
  • improve snapshot repository creation
  • various small bugfixes
  • updates dependencies

Using elasticvue

This version of elasticvue supports elasticsearch 8.x, 7.x and 6.8.

Desktop app

If you get an error message when running the mac version of elasticvue ("elasticvue" is damaged and can't be opened) you might have to run (This happens because the builds are not signed (yet):

xattr -c elasticvue_1.0.0*.dmg

Other

v1.0.0-beta-2

31 Jul 09:40
Compare
Choose a tag to compare
v1.0.0-beta-2 Pre-release
Pre-release

This is a beta version. The browser addons are not updated yet, and the :latest tag of the docker image still points to the previous stable version.

Using elasticvue

This version of elasticvue supports elasticsearch 8.x, 7.x and 6.8.

Desktop app

If you get an error message when running the mac version of elasticvue ("elasticvue" is damaged and can't be opened) you might have to run (This happens because the builds are not signed (yet):

xattr -cr elasticvue_1.0.0_aarch64-fixed.dmg

Other

v1.0.0-beta-1

11 Jul 18:37
Compare
Choose a tag to compare
v1.0.0-beta-1 Pre-release
Pre-release

Using elasticvue

This version of elasticvue supports elasticsearch 8.x, 7.x and 6.8.

Desktop app

If you get an error message when running the mac version of elasticvue ("elasticvue" is damaged and can't be opened) you might have to run (This happens because the builds are not signed (yet):

xattr -c elasticvue_1.0.0_aarch64-fixed.dmg

Other

This is a beta version. The browser addons are not updated yet, and the :latest tag of the docker image still points
to the previous stable version.

This release is a complete rewrite of elasticvue in vue 3. I also switched from vue-cli to vite, from vuetify to quasar
and used typescript. Elasticvue received a lot of improvements, fixes and new features, some of the most notable are:

New features

  • Setup: improved setup page with ability to directly import an elasticvue backup
  • Home: improved dashboard with more cluster information
  • Cluster management: ability to change cluster credentials
  • Indices: can reindex indices into other indices and delete all documents from and index
  • Search: you can now edit documents on the search page directly. Also adds a setting to localize @timestamp values.
  • Rest: completely rewritten. Now includes tabs, history, saved queries - all saved separately per cluster.
  • Snapshots: can create s3 repositories.
  • New theme
  • Improved desktop version
  • Huge performance improvements
  • Ability to use comments in search query and rest request bodies // some comment

Fixes

This release includes many, many bugfixes. Some were fixed intentionally and many where fixed by upgrading to vue 3 and
quasar.

Removed features

  • Nodes grid view
  • Rest query vertical view
  • Support for numbers bigger then Number.MAX_SAFE_INTEGER
  • Utilities (these are now included in the rest query examples)

v0.44.0

27 Nov 20:39
Compare
Choose a tag to compare

Changes

  • [feat]: show content while reloading, fixes #125
  • [feat]: adds index templates table, fixes #126
  • restructure snapshots & repositories table

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 -c elasticvue_0.44.0_macos_x64.dmg

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.

v0.43.0

06 Nov 10:53
Compare
Choose a tag to compare

Changes

  • [feat]: add support to connect via API key, thanks @tkdave, #110
  • [feat]: desktop app menu & icon fixes for mac
  • [feat]: dependency updates, use vue 2.7, prepare vue 3.0 update

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 -c elasticvue_0.43.0_macos_x64.dmg

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.

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.