Skip to content

Releases: cars10/elasticvue

v1.0.2

07 Jan 18:10
Compare
Choose a tag to compare

Changelog

  • fixes issue with old versions of elasticsearch that do not provide a uuid, fixes #182
  • adds document meta information when editing documents, fixes #187
  • remap hotkey for sending rest request to Ctrl+Enter, fixes #183
  • cache index table filter, fixes #181

Using elasticvue

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*.dmg

Browser extension

Other

v1.0.1

31 Dec 16:39
Compare
Choose a tag to compare

This release fixes some bugs that where introduced in 1.0. It also adds the ability to configure clusters when using
elasticvue via docker.

  • you can add predefined clusters when starting elasticvue via docker, check the readme for details. fixes #112
  • fix issues when showing documents if routing is enabled, fixes #177
  • fix issue when trying to show all shards, fixes #174
  • fix issue with jumping cursor in rest editor, fixes #180

Using elasticvue

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*.dmg

Browser extension

Other

v1.0.0

23 Dec 20:22
Compare
Choose a tag to compare

This is the first stable release of elasticvue 1.0. Elasticvue now uses vue 3, vite, quasar and typescript.
This significantly improves performance in development and in production.

FAQ

Which versions of elasticsearch are supported by elasticvue 1.0?

Elasticvue always supports the two latest major versions of elasticsearch. Currently, this means 8.x and 7.x.
Older versions of elasticsearch should work, but you might encounter small bugs or limited features.

Updates & new features

Elasticvue 1.0 adds many new features:

  • Modernized tech stack and huge performance improvements
  • Setup:
    • New welcome page
    • Adds the ability to directly import a backup
    • Improved cluster setup, can also update cluster credentials
  • Home: New dashboard that includes more information about your cluster
  • Indices: You can reindex indices into other indices, you can also delete all documents from and index
  • Search: You are able to edit documents on the search page directly. Also values of @timestamp fields are localized
    by default
  • Rest: Now includes tabs, history and saved queries - all saved separately per cluster.
  • Snapshots: You can now create s3 repositories.
  • New theme and improved accessibility
  • Improved desktop version
  • You can use comments in search query and rest request bodies // some comment
  • Improved compatibility with old versions of elasticsearch. The official support is still limited to non-EOL versions,
    but older versions should work better now.

Removed features

  • Nodes grid view
  • Rest query vertical view
  • Utilities (these are now included in the rest query examples)

Using elasticvue

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*.dmg

Browser extension

Other

v1.0.0-beta-6

23 Nov 19:12
Compare
Choose a tag to compare
v1.0.0-beta-6 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

  • adds confirm when closing indices, fixes #153
  • link rest api docs to current version docs, fixes #163
  • sort shards by health, fixes #161
  • fixes index table filter
  • replaces ace editor with codemirror 6
  • more improvements for older versions of elasticvue
  • dependency updates

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

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.