Commit graph

39570 commits

Author SHA1 Message Date
igoristic
e95faff24a
[7.12] [DOC] Updated documentation for newly added monitoring alerts (#91272) (#95727)
* [DOC] Updated documentation for newly added monitoring alerts (#91272)

* Documentation for recently added alerts

* [DOCS] Fixes broken link

* Addressed review feedback

Co-authored-by: lcawl <lcawley@elastic.co>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
# Conflicts:
#	docs/user/monitoring/cluster-alerts.asciidoc

* [DOC] Removes broken link

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: lcawl <lcawley@elastic.co>
2021-03-30 14:56:17 -04:00
Angela Chuang
297c3b44a8
[SecuritySolution] Unskip uncommon_processes·ts (#95343) (#95758)
* wrap with retry

* wrap with retry

* wrap tests with retry

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-03-30 08:29:05 -04:00
Walter Rafelsberger
92bde82256
[ML] Improves error handling for transform wizard when Kibana index pattern or saved search fails to load. (#93915) (#95755)
Improves error handling for the transform wizard when Kibana index pattern or saved search fails to load.
Previously a non-existing index pattern or saved search or corrupt saved object could cause the page to end up blank. Improved error reporting will catch the problem and display an error callout.
2021-03-30 08:26:35 -04:00
Kibana Machine
03607cab36
More detailed instructions for deleting corrupt saved object documents (#95046) (#95761)
* More detailed instructions for deleting corrupt saved object documents

* Update docs/setup/upgrade/upgrade-migrations.asciidoc

Co-authored-by: Luca Belluccini <luca.belluccini@elastic.co>

Co-authored-by: Luca Belluccini <luca.belluccini@elastic.co>

Co-authored-by: Rudolf Meijering <skaapgif@gmail.com>
Co-authored-by: Luca Belluccini <luca.belluccini@elastic.co>
2021-03-30 06:39:56 -04:00
Tiago Costa
c34a796343
skip flaky suite (#95642) 2021-03-30 03:39:56 +01:00
Brandon Morelli
b49b237790
docs: add getting started and service map vids (#95722) (#95730) 2021-03-29 19:57:03 -04:00
Yuliia Naumenko
a19b4fe85d
resolved conflicts (#95685) 2021-03-29 15:34:22 -04:00
Marta Bondyra
8328f67c57
[Lens] (Docs) fix quality of images from advanced guide (#95629) (#95695)
* correct quality of docs images

* no amsterdam
2021-03-29 14:44:07 -04:00
igoristic
b1cfe2cd41
[Monitoring] Removed timefilter refresh override (#94648) (#95675)
* Removed refresh override

* Changed default behavior

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-03-29 14:25:12 -04:00
Adam Locke
47f592ca5e
Update link for enabling security (#95519) (#95672)
* Update link for enabling security

This change updates the `elasticsearchEnableSecurity` link to the new page for [Configuring security for the Elastic Stack](https://www.elastic.co/guide/en/elasticsearch/reference/master/configuring-stack-security.html).

Closes #84337

* Updating test to use expected doc link.

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-03-29 14:04:47 -04:00
liza-mae
4d6eeb9e7b
Fix reporting test (#95586) (#95600)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-03-29 11:02:56 -06:00
Brandon Morelli
3a5f4b787c
docs: add more info on http transactions/span (#95598) (#95670) 2021-03-29 11:47:09 -04:00
Tiago Costa
9b5469d9e8
skip flaky suite (#94532) 2021-03-29 13:21:37 +01:00
Oliver Gupte
5e8f26e2d8
[APM] Fix for correlations inconsistent loading errors in Errors tab (#93443) (#95437) (#95589)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-03-29 00:21:10 -07:00
Kibana Machine
d2e9fd83bf
Add Component Integration Test For Byte Processor (#95130) (#95602)
* Addded test for Bytes processor.

* Broke out processor not selected section of tests to its own test and made edits per feedback in PR.

* Broke out processor data fetching to a separate reusable helper function.

* Broke out processor data fetching to a separate reusable helper function.

* Added functionality for toggling the ignore missing switch.

* ES lint fix.

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: John Dorlus <silne.dorlus@elastic.co>
2021-03-26 21:13:35 -04:00
Kibana Machine
8d5328c83b
Update APM readme (#95383) (#95475)
* Update APM readme

* Update readme.md

* Update x-pack/plugins/apm/readme.md

Co-authored-by: Cauê Marcondes <55978943+cauemarcondes@users.noreply.github.com>

Co-authored-by: Cauê Marcondes <55978943+cauemarcondes@users.noreply.github.com>

Co-authored-by: Søren Louv-Jansen <sorenlouv@gmail.com>
Co-authored-by: Cauê Marcondes <55978943+cauemarcondes@users.noreply.github.com>
2021-03-25 18:30:13 -04:00
Matthias Wilhelm
13e254bb15
[Discover] Unskip functional test of saved queries (#94705) (#95451) 2021-03-25 16:44:38 -04:00
Devon Thomson
d748f64044
[Dashboard] Fix Title BWC (#95355) (#95446)
* allow saving blank string to panel title
2021-03-25 15:53:48 -04:00
igoristic
e4cd33d9d2
[Monitoring] Remove license check for alerting (#94874) (#95429)
* Removed license check for alerting

* Fixed tests and CR feedback

* Fixed test
# Conflicts:
#	x-pack/plugins/monitoring/server/cluster_alerts/alerts_cluster_search.js
#	x-pack/plugins/monitoring/server/cluster_alerts/alerts_clusters_aggregation.js
#	x-pack/plugins/monitoring/server/cluster_alerts/verify_monitoring_license.js
#	x-pack/plugins/monitoring/server/deprecations.ts
#	x-pack/plugins/monitoring/server/lib/cluster/get_clusters_from_request.js
2021-03-25 14:17:34 -04:00
Jonathan Budzenski
ab4b9d5610 skip flaky test. #89389 2021-03-25 12:52:23 -05:00
Chris Roberson
983ebad298
[Monitoring] Fetch status once and change fetchStatus to support an array of clusters (#91749) (#95409)
* Fetch status once and change fetchStatus to support an array of clusters

* Update test
2021-03-25 11:35:04 -04:00
Kibana Machine
83f3c61201
[ci] try reducing Jest concurrency to mitigate random timeouts (#95348) (#95361)
Co-authored-by: spalger <spalger@users.noreply.github.com>

Co-authored-by: Spencer <email@spalger.com>
Co-authored-by: spalger <spalger@users.noreply.github.com>
2021-03-24 18:35:14 -04:00
gchaps
15f4218150
[DOCS] Forward port of information (#95340) (#95352) 2021-03-24 15:04:44 -04:00
Melissa Alvarez
f15e5d90d3
[ML] Data Frame Analytics results: Ensure outlier detection results view displays feature influence correctly (#94493) (#95328)
* ensure feature influence column is shown for outlier jobs

* add popoverContent schema type featureInfluence

* add featureInfluence cell content check to functional test

* update types

* ensure computeFeatureInfluence is added to jobConfig

* always remove invalid feature influence columns for outlier jobs

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-03-24 14:05:03 -04:00
Melissa Alvarez
fc11cd3de2
[ML] Data Frame Analytics creation: ensure job config validity persists when switching from/to form/editor (#94654) (#95329)
* persisted validation form state  when switching from editor to form

* persist complete form state when switching from json editor
2021-03-24 14:01:26 -04:00
Joe Reuter
8be5e991fd
[Lens] Cache avilable operations meta data (#95034) (#95322) 2021-03-24 13:38:12 -04:00
Kibana Machine
87d1018517
[Logs UI] Tolerate log entries for which fields retrieval fails (#94972) (#95317)
Co-authored-by: Felix Stürmer <weltenwort@users.noreply.github.com>
2021-03-24 12:56:37 -04:00
Kibana Machine
c338d87413
Adding ES query rule type to stack alerts feature privilege (#95225) (#95307)
Co-authored-by: ymao1 <ying.mao@elastic.co>
2021-03-24 16:22:34 +00:00
Jean-Louis Leysens
7365f3b26d
[Console] Clean up use of any (#95065) (#95299)
* cleaned up autocomplete.ts and get_endpoint_from_postition.ts of anys

* general clean up of lowering hanging fruit

* cleaned up remaining anys, still need to test

* fix remaining TS compilation issues

* also tidy up use of "as any" and some more ": any"

* addressed type issues and introduced the default editor settings object

* clean up @ts-ignore

* added comments to interface

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-03-24 11:08:21 -04:00
Tiago Costa
875af045a2
chore(NA): bump version to 7.12.1 (#95158) 2021-03-23 21:08:56 -04:00
Alejandro Fernández Haro
b99c242e00
isClusterOptedIn should fallback to true when not found (#94980) (#95233)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
# Conflicts:
#	src/plugins/telemetry_collection_manager/server/plugin.test.ts
#	test/api_integration/apis/telemetry/telemetry_local.ts
2021-03-23 17:30:30 -04:00
Kibana Machine
e7d73b1a9f
[SECURITY SOLUTIONS] Bug top-n alerts (#94920) (#95208)
* Associate timeline filter/query/dataprovider to top-n for alerts events

* fix pinned view when opening details panel

* fix top-n to bring the right raw/all indices

* review + do not add filter/query/dataprovider on Correlation/Pinned tab for topN

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Xavier Mouligneau <189600+XavierM@users.noreply.github.com>
2021-03-23 15:46:50 -04:00
Devon Thomson
dbeb79015e
Updated quicksave section in whatsnew (#95222) 2021-03-23 15:24:26 -04:00
Kaarina Tungseth
75e03c83dc
Fixes links to docs (#94984) (#95187)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-03-23 14:10:26 -04:00
Quynh Nguyen
6a8d1d565e
[ML] Fix Index data visualizer not removing query string with loaded saved search (#94245) (#95183)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-03-23 13:30:46 -04:00
Alejandro Fernández Haro
ee91d0fdce
[Monitoring] Bulk Uploader uses new ES client (#94908) (#95174)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
# Conflicts:
#	x-pack/plugins/monitoring/server/plugin.test.ts
#	x-pack/plugins/monitoring/server/plugin.ts
#	x-pack/plugins/monitoring/server/types.ts
2021-03-23 13:11:36 -04:00
Kaarina Tungseth
562d3d1d9b
[DOCS] Removes coming tags from what's new (#95163)
* [DOCS] Removes coming tags from what's new

* Fixes Timelion link
2021-03-23 10:11:16 -05:00
Nathan Reese
c6e0b04a96
[Maps] fix tooltips with timestamp appear as epoch (#95106) (#95151)
* [Maps] fix tooltips with timestamp appear as epoch

* request dates as strict_date_optional_time for tooltips
2021-03-23 10:34:07 -04:00
Kaarina Tungseth
940754c4ca
[DOCS] Removes coming tags from 7.12.0 release notes (#95112) 2021-03-23 08:49:14 -05:00
Kibana Machine
0f26a41d41
[APM] Fix readme for running tsc (#95074) (#95118)
Co-authored-by: Søren Louv-Jansen <sorenlouv@gmail.com>
2021-03-22 20:28:02 -04:00
Lisa Cawley
a9ade4901a
[DOCS] Fix links in Kibana breaking changes and what's new (#95124) 2021-03-22 16:39:22 -07:00
Kaarina Tungseth
95ad83f611
[DOCS] Adds the 7.12.0 Release notes (#94761)
* [DOCS] Adds the 7.12.0 Release notes

* Update docs/CHANGELOG.asciidoc

Co-authored-by: Larry Gregory <lgregorydev@gmail.com>

* Update docs/CHANGELOG.asciidoc

Co-authored-by: Larry Gregory <lgregorydev@gmail.com>

* Update docs/CHANGELOG.asciidoc

Co-authored-by: Rudolf Meijering <skaapgif@gmail.com>

* Adds 93427 bug fix and CCS breaking change

* Specifies Discoer in breaking change

Co-authored-by: Larry Gregory <lgregorydev@gmail.com>
Co-authored-by: Rudolf Meijering <skaapgif@gmail.com>
2021-03-22 16:37:13 -05:00
gchaps
26263c1541
[DOCS] Adds what's new doc for 7.12 (#94771)
* [DOCS] Adds what's new doc for 7.12

* [DOCS] Fixes broken link

* [DOCS] Fixes broken link

* [DOCS] Rearranged content and other edits

* [DOCS] Improves description for runtime fields

* [DOCS] Added links for DSL and other minor edits

* Update docs/user/whats-new.asciidoc

* Update docs/user/whats-new.asciidoc

* [DOCS] Adds links, simplifies hierarchy

Co-authored-by: KOTungseth <kaarina.tungseth@elastic.co>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-03-22 12:16:42 -07:00
Tim Sullivan
88a76c1844
[Reporting/UI Settings] Validation for the Reporting UI Setting Custom Logo (#94746) (#95081)
* Validation for the Reporting UI Setting Custom Logo

* add more validations

* check if image is too large

* fix i18n

* clean redundant

* large test strings not necessary

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
# Conflicts:
#	x-pack/plugins/reporting/server/plugin.ts
2021-03-22 15:07:21 -04:00
Angela Chuang
31f71b0887
[Security Solution] fix data providers cypress tests (#94933) (#95063)
* fix data providers cypress tests

* add scrollToBottom to common tasks file

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
# Conflicts:
#	x-pack/plugins/security_solution/cypress/integration/timelines/data_providers.spec.ts
#	x-pack/plugins/security_solution/cypress/integration/timelines/flyout_button.spec.ts
2021-03-22 12:53:10 -04:00
gchaps
ed29587f5a
[DOCS] Adds docs for search sessions (#94661) (#95077)
* [DOCS] Adds docs for search sessions

* [DOCS] Improves intro and title for search sessions doc

* [DOCS] Fixes bulleted list

* [DOCS] Makes doc title more descriptive

* [DOCS] Incorporates review comments

* [DOCS] Includes a better explanation of restore action

* [DOCS] Changed titled and fixed setting names

* [DOCS] Verified content about maps and restored session

* [DOCS] Fixes setting names

* [DOCS] Changes order of last two steps

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-03-22 12:45:41 -04:00
Jonathan Buttner
c61bf997fb
[Cases] Fixing issue with find api total response (#94971)
* Fixing issue with find api total value

* Removing .only

* Adding more comments

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-03-22 11:47:38 -04:00
Josh Dover
8c16275644
Add ESS icon to server.publicBaseUrl docs (#93949) (#95056) 2021-03-22 09:46:52 -04:00
Rudolf Meijering
18008cf78a
EsArchiver: support for injecting kibana version and use it for spaces tests (#94420) (#95031)
* EsArchiver: support for injecting kibana version and use it for speeding up spaces tests

* Use kbn/utils to get current kibana version in tests

* Review feedback: improve test by splitting variable over chunks
# Conflicts:
#	x-pack/test/functional/es_archives/saved_objects_management/spaces_integration/mappings.json
#	x-pack/test/saved_object_api_integration/common/fixtures/es_archiver/saved_objects/spaces/mappings.json
#	x-pack/test/spaces_api_integration/common/fixtures/es_archiver/saved_objects/spaces/mappings.json
2021-03-22 09:48:20 +01:00
Madison Caldwell
229564e13f
[Security Solution][Detections][Threshold Rules][7.12] Threshold summary view (#94345) (#95026)
* Add threshold summary view items

* Add threshold field desgination

* Add threshold fields to signal doc

* Fix unit test

* Handle error
2021-03-21 12:06:59 -04:00