Releases: cars10/elasticvue
v1.0.0-beta-5
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
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
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
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
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.
Download
Linux
- Binary (requires openssl 1.1)
- .deb package (requires openssl 1.1)
- AppImage package
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
- .exe You need webview2 for the .exe! (pre-installed on windows 11)
- .msi installer
Testing
You can help by testing the following functionality:
- copy/paste - Can you copy/paste something into elasticvue desktop? Can you copy text (for example on the rest page) into your clipboard?
- saving files - Can you download the search/rest results as json? Is the file correctly saved?
- backup - Can you download a backup of your elasticvue data?
- import - Can you import the data backup?
- cluster switching - can you switch between clusters? Does the page correctly reload when doing so?
- 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
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.
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
- portable .exe You need webview2 for the portable .exe! (pre-installed on windows 11)
- .msi installer
Testing
You can help by testing the following functionality:
- copy/paste - Can you copy/paste something into elasticvue desktop? Can you copy text (for example on the rest page) into your clipboard?
- saving files - Can you download the search/rest results as json? Is the file correctly saved?
- backup - Can you download a backup of your elasticvue data?
- import - Can you import the data backup?
- cluster switching - can you switch between clusters? Does the page correctly reload when doing so?
- 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
- [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.
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
- portable .exe You need webview2 for the portable .exe! (pre-installed on windows 11)
- .msi installer
Testing
You can help by testing the following functionality:
- copy/paste - Can you copy/paste something into elasticvue desktop? Can you copy text (for example on the rest page) into your clipboard?
- saving files - Can you download the search/rest results as json? Is the file correctly saved?
- backup - Can you download a backup of your elasticvue data?
- import - Can you import the data backup?
- cluster switching - can you switch between clusters? Does the page correctly reload when doing so?
- 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
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.
Testing
You can help by testing the following functionality:
- copy/paste - Can you copy/paste something into elasticvue desktop? Can you copy text (for example on the rest page) into your clipboard?
- saving files - Can you download the search/rest results as json? Is the file correctly saved?
- backup - Can you download a backup of your elasticvue data?
- import - Can you import the data backup?
- cluster switching - can you switch between clusters? Does the page correctly reload when doing so?
- 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
- portable .exe You need webview2 for the portable .exe! (pre-installed on windows 11)
- .msi installer
v0.40.1
v0.40.0
- [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.