mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
textproc/kibana7: Update to 7.9.2
Changelog since 7.9.1: * Enhancement - Machine Learning - Improves performance of job exists check * Bug fixes - Alerting - Fixes alerts unable to create or update when the name has trailing whitepace - Machine Learning - Swim lane pagination for viewing by job ID - Fixes custom URLs processing for security app - Management - Fixes an issue in Snapshot and Restore UI where creating a policy, repository, or snapshot with a special character, like a colon, in the name would result in a 404 when viewing details or editing any of the aforementioned - Indices that contain the characters % { [ @ no longer cause a 405 error in Index Management - Fixes an issue in the snapshot and restore policy creation form that allowed a policy to be created without an index specified - The snapshot and restore wizard now notifies users when a policy configured with a non-existing repository is being updated and requires that the user select a new repository - Fixes an issue in the grok debugger where simulation error messages are not being displayed - Maps - Fixes drawing shapes in maps app broken in 7.9.1 - Monitoring - Prevents edit/create for Stack Monitoring alerts in Alerts Management - Fixes improper lodash syntax - Fixes UI error when alerting is not available - Platform - Fixes bug causing multiple overrides to only show the last confirm modal - Fixes remoteAddress being duplicated in userAgent field - Fixes an issue that caused savedObject migration errors to not being displayed in the logs - Fixes an issue where defaultAppId redirect could fire outside home app - Suppresses error logs when clients connect over HTTP instead of HTTPS - Reporting - Adds back in custom images for reporting + tests - Security - Adds Lens as a readable saved object for read-only dashboard users - Uptime - Fixes alerting false positives Release notes: https://www.elastic.co/guide/en/kibana/7.9/release-notes-7.9.2.html PR: 249914 Submitted by: Juraj Lutter <juraj@lutter.sk>
This commit is contained in:
parent
08df4154be
commit
c7afd12602
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=551343
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= kibana
|
||||
PORTVERSION= 7.9.1
|
||||
PORTVERSION= 7.9.2
|
||||
DISTVERSIONSUFFIX= -darwin-x86_64
|
||||
CATEGORIES= textproc www
|
||||
MASTER_SITES= https://artifacts.elastic.co/downloads/kibana/ \
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1599151442
|
||||
SHA256 (kibana-7.9.1-darwin-x86_64.tar.gz) = 7f015bac5de3116bc3dd06fdc8a13cce11bf5b877aad9ef81e043d2db571448a
|
||||
SIZE (kibana-7.9.1-darwin-x86_64.tar.gz) = 304677115
|
||||
TIMESTAMP = 1601028203
|
||||
SHA256 (kibana-7.9.2-darwin-x86_64.tar.gz) = 5ed3b334311551e31128b9acac6e664304f68e66c04bf3f5f65d1d1bc4bf12f0
|
||||
SIZE (kibana-7.9.2-darwin-x86_64.tar.gz) = 304290483
|
||||
|
Loading…
Reference in New Issue
Block a user