First cerebro release.
- cluster overview
- rest client
- aliases management
- index creation
- analysis api
- index template api
- cluster settings api
- notify regarding created/deleted indices and joining/leaving nodes
- rest client format body button
- only display cluster changes if cluster name hasnt changed
- load default cluster settings values
- added index settings module
- displayed node roles
- fix favicon for
- handle cpu / load info from both 2.X and 5.X
- pagination buttons unselectable
- display relocating / initializing shards on overview
- copy to curl to rest client
- repositories / snapshots module
- fix indices selection on snapshot creation
- fixed issue that prevent alias removal
- only display unassigned shard count when count is > 0
- support shard relocation
- support edit index template
- added cat module
- fixed stuck shard state
- added authentication support
- consistent node sorting on cluster overview
- support host name on lists of known hosts
- avoid parsing errors when ES requests fail
- fixes select shard for relocation menu entry
- support aws clusters
- order list of clusters alphabetically
- count primary and replicas on cluster overview
- use password input field
- support rest client history
- nodes module
- correct play.i18n.langs format
- set an application.home default
- consider initializing/relocating/unassigned shards as unhealthy
- fixed showSpecialIndices toggle on snapshot
- recognise roles set with yes/no
- moved internal play settings from config file
- overview tooltips on node stats
- do not require user-domain on LDAP login
- shorter classpath for init script
- support for custom base path
- added index stats action to overview
- fixed node stats danger indication in overview
- display all index aliases on overview
- improved error messages
- use relative path for authentication action
- support indices with special characters (for ES < 2.X))
- logout action to use relative path
- correctly handle an empty cat api response
- consider both string and text types on field analysis
- updated known node types(included ingest, renamed client to coordinating)
- support changing refresh interval
- support non valid json requests through rest client
- consistent icon for coordinating nodes
- remove trailing / from ES hosts
- fix nodes tab to handle aws nodes
- order indices alphabetically on aliases page
- ensure unassigned shards ordering
- max width to alerts
- display single alias on overview
- improve performance of overview index filtering
- use correct host when copying rest request for curl
- fixed restore snapshot with multiple selected indices
- send content-type to ES
- hide closed indices by default on cluster overview
- display both source and target for relocating shards
- confirmation dialogs displayed over alert notifications
- support flush index from cluster overview
- fixed heading text on cat apis page
- fixed ordering for a few select components
- correctly display 0% disk usage
- fixed rendering of escaped content in rest client
- add missing settings for s3 repositories
- display alias filter/routing on aliases listing
- support linux aarch64 (lmenezes#207)
- fixed rest url autocompletion
- fixed snapshot creation with selected list of indices
- fixes 'show onlly affected indices' filter
- overview section optimised for big clusters
- cluster changes alerts optimised for big clusters
- gzip enabled for all api calls
- avoid piling up of slow requests
- fixes mass actions on selected indices
- fixes error connecting to cluster with more docs than Integer.MAX_VALUE
- enabled gzip when requesting data from ES
- optimised ES response parsing
- dropped internal usage of _cat apis in favor of faster alternatives
- fixes unhealty indices filter
- analyse module to work with ES 6.X
- allow saving cluster settings as persistent/transient
- fix index and repo sorting in snapshot module #236
- fixes missing initializing shard when relocating shard #250
- fix restoring snapshots with dots on name #254
- ignore_unavailable indices for overview stats #247
- cluster status text added to navbar and tab title
- available cluster/index settings now read from ES
- added dockerfile and published to dockerhub
- Fix markdown headers of CHANGES.md #240
- Add username formatting option to support OpenLDAP and others #246
- Simplify dockerfile #301
- Remove firefox specific rules incompatible with firefox Quantum #235
- Move docker file to its own repo #306
- Add LDAP group search #307
- Sbt configuration for creating rpm and deb packages #308
- Fix markdown headers of CHANGES.md #328
- Fix snapshot view for snapshot that contains
:
#351 - Update scala and main libs to the latest versions #352
- Travis CI integration #353
- Stop logging sensible data #354
- Show host in nodes overview #346
- Support user-attr-template for LDAP auth
- Allow forwarding proxy headers to ES
- Update json-tree to 0.3.0 #405
- Read closed indices from routing table
- Use full setting name for index settings updates #382
- Use openjdk8 instead of oraclejdk8 for travis testing
- Update json-tree to 0.3.0 #405
- GET as default verb in the REST console #437
- Upgrade to the latest Play and other core libraries #439
- Added possibility of configuring port using CEREBRO_PORT environment var. #438
- Allow selecting kind of shard allocation in overview #423
- Sort indices on snapshot restore (5317ddd54de574708dbf02e713b5e2d0865441e0). Closes #419
- Change login user input tooltip (66b73ddd5ab818534760bc64895899825a20ec62). Closes #424
- Add content-type to copied curl command (e93ab9948c3c650a9fcdd5be2a7edbe1976cab05). Closes #426
- Include aliases in rest autocompletion (abb8ab73992dfe9708b2b34f8ba2b75924d4d7ec)
- Drop support for deprecated endpoints.
- Drop type support on rest autocomplete.
- Tolerate missing settings for repositories (2bed3327b056295b215e6a809dcbf50e8b0e7926). Closes #409
- Handle post typeless indices mappings on analysis (9dbece339a014971307506977ec71045e977d576). Closes #412
- Display node attributes on overview / nodes view
- Handle node info for nodes without defined attributes Closes #448
- Support elasticsearch 7.10 data tiers
- Bump socket.io to 2.4.1