github cars10/elasticvue v1.0.0-beta-1

latest releases: v1.0.8, v1.0.7, v1.0.6...
pre-release11 months ago

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)

Don't miss a new elasticvue release

NewReleases is sending notifications on new releases.