Skip to content

Releases: cars10/elasticvue

v1.8.0

22 Jun 13:08
Compare
Choose a tag to compare

Changelog

  • adds support for connecting to elasticsearch with aws iam credentials, fixes #304, thanks @ChrisMcKee
  • automatically import predefined clusters when using docker, fixes #254
  • fix filtering indices
  • fix opening links in the desktop app
  • internal refactorings
  • dependency updates

Using elasticvue

Desktop app

Browser extension

Other

v1.7.0

03 May 13:53
Compare
Choose a tag to compare

Changelog

  • adds copy button to CORS settings
  • remove deprecation for elasticsearch 9, fixes #297
  • adds support for serverless mode, fixes #288

Using elasticvue

Desktop app

Browser extension

Other

v1.6.2

01 Apr 13:11
Compare
Choose a tag to compare

Changelog

This release only contains a new docker image.

  • fix docker image predefined clusters, for real this time, fixes #293

Using elasticvue

Desktop app

Browser extension

Other

v1.6.1

31 Mar 10:47
Compare
Choose a tag to compare

Changelog

This release only contains a new docker image.

  • fix docker image predefined clusters, fixes #293

Using elasticvue

Desktop app

Browser extension

Other

v1.6.0

21 Mar 12:33
Compare
Choose a tag to compare

Changelog

  • fix hidden indices in elasticsearch >= 8
  • disable spellcheck on all inputs to disable macos automatically changing quotes

Using elasticvue

Desktop app

Browser extension

Other

v1.5.0

14 Mar 16:23
Compare
Choose a tag to compare

Changelog

  • adds russian and japanese translation, thanks to @AnchorI
  • adds italian translation, thanks to @mikiubo
  • the docker image now works in openshift, thanks @Fearvel ,
    fixes #286
  • adds update check. this check is also used to anonymously track daily users of elasticvue.
    Check PRIVACY.md for details.
  • fix issue when changing search indices - the search query was wrongly reset
  • adds buttons to collapse/expand json, fixes #291
  • added keyboard shortcuts to search for mac, thanks @prashantsingh3553
  • show number of shards on nodes overview for elasticsearch >= 8, fixes #287

Using elasticvue

Desktop app

Browser extension

Other

v1.4.0

22 Jan 16:50
Compare
Choose a tag to compare

Changelog

  • for elasticsearch 7 and 8, query both _template and _index_template endpoints, fixes #281
  • improve shards view
  • fix issue when multiple indices are selected and one is manually deleted
  • add shard recovery view, fixes #272
  • adds chip indicating filtered tables. This should fix issues with users not noticing that the filter is still present.

Using elasticvue

Desktop app

Browser extension

Other

v1.3.1

14 Jan 21:14
Compare
Choose a tag to compare

Changelog

Change the build process for the linux desktop app. It now requires glibc 3.35, so it should run distros using
older versions of glibc, like debian:bookworm or ubuntu:jammy.

Using elasticvue

Desktop app

Browser extension

Other

v1.2.0

22 Dec 10:18
Compare
Choose a tag to compare

Changelog

  • adds support for date math in index names. You can use something like <kube-{now/d}> as your index name, when searching and also in the REST view. fixes #267
  • fixes linux appimage issues

Using elasticvue

Desktop app

Browser extension

Other

v1.1.2

14 Dec 19:49
Compare
Choose a tag to compare

Changelog

This version re-adds the automatic updater for the desktop app. Since the update to tauri 2.0
(done in elasticvue 1.1.0) the automatic updater was missing. You need to manually install a new version of elasticvue if you are using the desktop app. Sorry for the inconvenience.

Using elasticvue

Desktop app

Browser extension

Other