Releases: cars10/elasticvue
Releases · cars10/elasticvue
v1.3.1
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
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 theREST
view. fixes #267 - fixes linux appimage issues
Using elasticvue
Desktop app
Browser extension
Other
v1.1.2
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
v1.1.1
Changelog
- truncate long fields in search results table, fixes #211
- fix search results table column filtering again, fixes #244
- fix hotkey issues, fixes #273
- adds health filter to shards view
Using elasticvue
Desktop app
Please use elasticvue 1.1.2. There was a bug in 1.1.0 and 1.1.1 that broke the updater.
Browser extension
Other
v1.1.0
Changelog
- update to tauri
2.0
, fixes #228 - adds
auto
theme setting (default), fixes #255 - adds support for
http_proxy
env variable for elasticvue desktop, fixes #241
Using elasticvue
Desktop app
Please use elasticvue 1.1.2. There was a bug in 1.1.0 and 1.1.1 that broke the updater.
Browser extension
Other
v1.0.12
Changelog
- parse kibana console queries on paste in REST editor. You can paste kibana console queries into the editor (or use the dedicated button) to fill out the form automatically.
- fix sorting issue when changing indices, fixes #261