aboutsummaryrefslogtreecommitdiff
path: root/textproc/kibana7
Commit message (Collapse)AuthorAgeFilesLines
* textproc/kibana7: Update to 7.10.1Juraj Lutter2020-12-302-6/+5
| | | | | | | | | | | | | | Changelog at: https://www.elastic.co/guide/en/kibana/7.10/release-notes-7.10.1.html And while here, also reformat Makefile according to portfmt and portclippy Reviewed by: osa (mentor) Approved by: osa (mentor) Differential Revision: https://reviews.freebsd.org/D27819 Notes: svn path=/head/; revision=559660
* textproc/kibana7: Fix rc scriptMikael Urankar2020-12-062-1/+2
| | | | | | | | | PR: 251494 Submitted by: Boris Korzun Approved by: Juraj Lutter (maintainer) Notes: svn path=/head/; revision=557141
* textproc/kibana7: Update to 7.10.0Mikael Urankar2020-11-294-16/+7
| | | | | | | | | | Changes: https://www.elastic.co/guide/en/kibana/7.10/release-notes-7.10.0.html PR: 251353 Submitted by: Juraj Lutter (maintainer) Notes: svn path=/head/; revision=556579
* textproc/kibana7: Update to 7.9.3Tobias C. Berner2020-10-272-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog for 7.9.3: * Enhancement: - Reporting - Increases openUrl timeout config default to 1min #78322 * Bug fixes: - Discover - Fixes scripted field error handling for non OSS env #76476 - Lens and visualizations - Shows tooltip on external pointer events #77306 - Management - Fixes a bug in the index template wizard, which resulted in an error when the user tries to save an existing template or attempts to view the Elasticsearch request when the template does not have any mappings #78653 - Fixes index pattern creation when using cross cluster search with clusters running <7.9 #80006 - Monitoring - Fixes UX around an unavailable remote cluster #79202 - Synchronous setup and start methods #79457 - Removes license refresh from setup #79518 - Platform - Invalid searchSourceJSON causes saved object migration to fail #78535 - Changes legacy import version field to optional #79706 - Security - Adds xpack.security.sameSiteCookies to docker allow list #78192 - Updates user table after user is deleted #79491 PR: 250603 Submitted by: Juraj Lutter <juraj@lutter.sk> Notes: svn path=/head/; revision=553417
* textproc/kibana7: Update to 7.9.2Tobias C. Berner2020-10-032-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=551343
* textproc/kibana7: Update to version 7.9.1Joseph Mingrone2020-09-104-16/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: * Notable issues fixed: - Fixes in Docker image configuration of Monitoring and Central Management: - As more and more users adopt our docker images, we’ve been getting reports on gaps where these images don’t provide all the configuration knobs the other artifacts do. This release exposes more environment variables for configuring proxy support and certificate verification mode for monitoring and central management , and for configuring verification_mode - Pipeline execution fixes to flushing and shutdown - Since 7.2.0, a change caused terminating pipelines to not request input plugins to cleanup before shutdown, which could cause leaks in resources that weren’t freed during pipeline reloads. - Logstash supports ordered execution for pipelines with a single worker. A bug was found in this mode where the flushing mechanism wasn’t working, preventing plugins like the aggregate filter from working correctly. This has been fixed. * Consistent Fingerprinting: - Our fingerprint filter is a popular solution to perform deduplication of data in downstream systems like Elasticsearch, by computing a hash value based on data from each event. Users reported that this filter could produced different values for events containing the same data since it didn’t ensure the order in which Hash Maps/Objects/Ruby Hashes processed their key/value pairs. This has now been fixed. * Updated JRuby to 9.2.13.0: - The new JRuby release brings greater stability to its code optimizations in multithreaded workloads and a fix to exception handling in Windows environments, both issues that could affect our users. See the JRuby release notes for more information. * Plugins: - Avro Codec - 3.2.4 - [DOC] Add clarifications on partial deserialization - Fingerprint Filter - 3.2.2 - Fixed lack of consistent fingerprints on Hash/Map objects - Kv Filter - 4.4.1 - Fixed issue where a field_split_pattern containing a literal backslash failed to match correctly - Elasticsearch Input - 4.7.1 - [DOC] Updated sliced scroll link to resolve to correct location after doc structure change - [DOC] Added usage example of docinfo metadata - Http_poller Input - 5.0.2 - [DOC]Expanded url option to include Manticore keys - Snmp Input - 1.2.5 - Updated snmp4j library to v2.8.4 - Fixed: support SNMPv3 multiple identical security name with different credentials - Fixed: multithreading problem when using multiple snmp inputs with multiple v3 credentials - Syslog Input - 3.4.4 - Refactor: avoid global side-effect + cleanup - avoid setting BasicSocket.do_not_reverse_lookup as it has side effects for others - Jdbc Integration - 5.0.6 - DOC:Replaced plugin_header file with plugin_header-integration file. - Rabbitmq Integration - 7.1.1 - DOC:Replaced plugin_header file with plugin_header-integration file. - Elasticsearch Output - 10.6.2 - [DOC] Added clarifying info on http compression settings and behaviors - [DOC] Fixed entry for ilm_policy default value PR: 249108 Submitted by: Juraj Lutter <juraj@lutter.sk> Notes: svn path=/head/; revision=548205
* Update to 7.8.1Greg Lewis2020-08-092-4/+4
| | | | | | | | PR: 248362 Submitted by: Juraj Lutter <juraj@lutter.sk> Notes: svn path=/head/; revision=544533
* Update to 7.7.1Greg Lewis2020-06-132-4/+4
| | | | Notes: svn path=/head/; revision=538705
* * Update to 7.6.2Greg Lewis2020-04-253-4/+22
| | | | | | | | | | * Be more liberal about the version of node10 allowed [1] PR: 245761 [1] Submitted by: Sven R <admin@hackacad.net> [1] Notes: svn path=/head/; revision=532971
* Add a port of Kibana 7.xGreg Lewis2020-03-126-0/+144
PR: 237374 Submitted by: Miroslav Lachman <000.fbsd@quip.cz> Notes: svn path=/head/; revision=528323