Commit graph

38271 commits

Author SHA1 Message Date
Dmitry d4c100d7ed
update chromedriver dependency to 88 (#89539) (#89566) 2021-01-28 17:34:33 +01:00
Nathan L Smith 9bd3e8e7f3
Show legend on error rate chart (#89234) (#89567)
This probably was hidden for reasons related to implementing (or deferring the implementation of) comparisons.
2021-01-28 10:30:34 -06:00
Nathan L Smith 23f8f7cea1
update central config to include Go agent (#89445) (#89565)
Co-authored-by: Juan Álvarez <juan.alvarez@elastic.co>
2021-01-28 10:29:52 -06:00
Tiago Costa 146895ff97
chore(NA): add ignore and rc files for bazel (#89524) (#89563)
* chore(NA): add bazel related ignore rules

* chore(NA): add bazelrc files setup

* chore(NA): reword on bazelrc comment

* chore(NA): update .eslintignore

Co-authored-by: Tyler Smalley <tylersmalley@me.com>

* chore(NA): rename .bazelrc into .bazelrc-ci

* chore(NA): update .gitignore

Co-authored-by: Tyler Smalley <tylersmalley@me.com>

Co-authored-by: Tyler Smalley <tylersmalley@me.com>

Co-authored-by: Tyler Smalley <tylersmalley@me.com>
2021-01-28 16:17:08 +00:00
Chris Roberson 839e21186e Remove change that didn't make 7.10 (#89548) 2021-01-28 11:05:39 -05:00
Stratoula Kalafateli 0a797e7eb2
Enable right click on visualizations and dashboards listings (#88936) (#89558)
* Enable right-click on visualizations listing page

* Make it simpler

* Enable right click to the dashboard listing

* Add unit tests

* Fix link on dashboard

* Fix visualize link

* Fix PR comments

* Fix functional test failure

* Use kbnUrlStateStorage instead

* Change method to getDashboardListItemLink

* Change method to getVisualizeListItemLink

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

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-01-28 17:33:40 +02:00
Lee Drengenberg 4ef94ade75
[7.x] unskip getting_started/shakespeare test elasticsearch 64016 (#89346) (#89487)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-01-28 09:18:05 -06:00
Jonathan Budzenski f67648ce7c skip query string input render. #85715 2021-01-28 09:09:13 -06:00
Matthias Wilhelm 925f12a237
[Discover] Merge discover.tsx and discover_legacy.tsx (#88465) (#89446) 2021-01-28 15:37:24 +01:00
Maja Grubic 34269bef14
[Discover] Grouping multifields in a doc table (#88560) (#89546)
* [Discover] Grouping multifields in a doc table

* Fixing scss selector

* Remove unnecessary comment

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

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-01-28 13:50:28 +00:00
Pierre Gayvallet c7b900bc1a
add synchronous config access API (#88981) (#89542)
* add synchronous config accessor

* add `config.get` to plugin context and add tsdoc

* remove useless markAsHandled calls

* fix mocks

* update generated docs

* fix unit tests

* add sync accessor for legacy config
2021-01-28 13:51:46 +01:00
Alexey Antonov 758fdeb78b
[TSVB] Remove vis_type_timeseries_enhanced plugin (#89274) (#89530)
* [TSVB] get rid of vis_type_timeseries_enhanced

* add search strategy should be called from setup hook

* remove vis_type_timeseries_enhanced from CODEOWNERS

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
# Conflicts:
#	.github/CODEOWNERS
2021-01-28 15:25:27 +03:00
Gidi Meir Morris 6a6f989d0d
[Task Manager] ignore version conflicts that exceed max_docs in the claiming process (#89415) (#89540)
This is a first step in attempting to address the over zealous shifting we've identified in TM.

It [turns out](https://github.com/elastic/elasticsearch/issues/63671) `version_conflicts` don't always count against `max_docs`, so in this PR we correct the `version_conflicts` returned by updateByQuery in TaskManager to only count the conflicts that _may_ have counted against `max_docs`.
This correction isn't necessarily accurate, but it will ensure we don't shift if we are in fact managing to claim tasks.
2021-01-28 12:19:49 +00:00
Matthias Wilhelm 12e14ec31c
[Discover] Add grid flyout jest test (#89088) (#89534) 2021-01-28 12:19:08 +01:00
Kerry Gallagher da060ad4df
[Logs UI] Display category in anomalies table (#88677) (#89455)
* Add category pattern to anomalies table
2021-01-28 10:58:22 +00:00
Anton Dosov bba95e8269
[Search Sessions] Improve session restoration back button (#87635) (#89532) 2021-01-28 11:44:04 +01:00
Yulia Čech ab1699da89
[ILM] Policy phases redesign (#88671) (#89447)
* Phases redesign

* Title and name field layout

* Active highlight wip

* Copy comments

* Updated data allocation dropdown

* Min age error message

* Fixed tests

* Fixed edit policy integration tests

* Fixed more tests

* Cleaned up test files

* Use hotProperty instead of a string

* Clean up in phase component

* Fixed i18n files

* Updated optional fields

* Updated aria attributes after running axe tests

* Added review suggestions

* Reversed data allocation field changes

* Fixed type error

* Reversed on/off label and prepend input label

* Deleted property consts from phases components

* Removed not needed i18n consts and added i18n where missing

* Fixed merge conflicts with master

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

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-01-28 10:58:47 +01:00
Patryk Kopyciński 2f06b32f11
[Security Solution] Init Osquery plugin (#87109) (#89527) 2021-01-28 10:33:33 +01:00
Ester Martí Vilaseca 06429091cf
[Metrics UI] Fix Host Overview boxes in Host Detail page (#89299) (#89443)
* change from type:gauge to type:top_n in inventory models

* Add test for hostSystemOverview metric

* fix lint errors

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

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-01-28 09:50:19 +01:00
Spencer 983e2e4c21
[Fleet] Do not defined aliases inside datastream template (#89512) (#89522)
Co-authored-by: spalger <spalger@users.noreply.github.com>

Co-authored-by: Nicolas Chaulet <nicolas.chaulet@elastic.co>
Co-authored-by: spalger <spalger@users.noreply.github.com>
2021-01-27 22:43:55 -07:00
Tiago Costa 228666c209
chore(NA): bazel machinery installation on kbn bootstrap (#89469) (#89521)
* chore(NA): bazel machinery installation on kbn bootstrap

* refact(NA): simplify install logic

* chore(NA): update kbn pm with last changes
2021-01-28 02:42:44 +00:00
CJ Cenizal 78d7dcae7a
Convert default_watch.json to a JS object in order to avoid TS complaints (#89488) (#89515)
* Remove unused defaultWatchJson static member from public JsonWatch model.
2021-01-27 18:08:46 -08:00
Nathan Reese 3f6e020005
[Maps] remove maps_oss TS project (#89502) (#89514) 2021-01-27 18:43:32 -07:00
Tyler Smalley d517106642 [Docker] Sorts settings
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2021-01-27 16:48:31 -08:00
Tyler Smalley cbed36492f Adds migration settings to Docker
Backport of #89501

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2021-01-27 16:46:58 -08:00
Jonathan Budzenski 77a3d5c7cc [build/docker] Add support for centos ARM builds (#84831)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Tyler Smalley <tyler.smalley@elastic.co>
2021-01-27 18:27:06 -06:00
Tyler Smalley e36dfcd49f
[7.x] [CI] Combines Jest test jobs (#85850) (#89432)
* [CI] Combines Jest test jobs (#85850)

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
# Conflicts:
#	jest.config.oss.js
#	src/dev/code_coverage/shell_scripts/extract_archives.sh
#	test/scripts/jenkins_unit.sh
#	test/scripts/jenkins_xpack.sh
#	vars/kibanaCoverage.groovy
#	x-pack/jest.config.js

* [CI] Decrease number of Jest workers

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-01-27 16:16:22 -08:00
Thom Heymann aaed92a0a1
Fixed regex bug in Safari (#89399) (#89421)
* Fixed regex bug in Safari

* Added extra unit test
2021-01-28 00:00:22 +00:00
Nathan Reese fb74c3cfeb
[Maps] migrate maps, maps_file_upload, and maps_legacy_licensing to TS projects (#89439) (#89483)
* [Maps] migrate maps, maps_file_upload, and maps_legacy_licensing to TS projects

* include types to avoid rison import errors

* add mappings to tsconfig include
2021-01-27 16:54:44 -07:00
Yuliia Naumenko 204358971d
[Alerts][Actions][Telemetry] Fix mappings for Kibana actions and alert types telemetry. (#88532) (#89448)
* [Alerts][Actions][Telemetry] Fix mappings for Kibana actions and alert types telemetry.

* fixed count_active_by_type for actions

* fixed tests

* Fixed due to comments.

* Fixed due to comments.

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

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-01-27 15:45:48 -08:00
Ryland Herrick cce690181d
Address intermittent test failure (#89367) (#89470)
After observing the conditions when this test fails, it appears that
some (but not all) signals are available. As these signals are generated by a
rule via a bulk create, the odds of us retrieving signals in the middle
of that bulk creation is very slim (but not impossible).

The crux of the error here was: we wait for signals to be generated, but
not the ones that we need. Specifically, we are waiting for a single
signal to be available, but since we are asserting on sequences of
signals, we need several to be available to us.

While not perfect (because the signals we receive are not technically
guaranteed to be sequence signals), increasing the number of signals
that we wait for before proceeding should be sufficient to prevent this
failure state. In debugging, it was observed that every test returning
9-10 signals succeeded, while it was possible for the test to return
only one signal and fail.
2021-01-27 16:41:17 -06:00
Kent Marten eb0c72dde2
[maps] Update point to point docs with use cases (#89246) (#89495)
Co-authored-by: Kent Marten <kmartastic@users.noreply.github.com>

Co-authored-by: Kent Marten <kmartastic@users.noreply.github.com>
2021-01-27 14:35:43 -08:00
Quynh Nguyen 5c9521079e
[7.x] [ML] Add embedded map to geo_point fields for Data Visualizer (#88880) (#89465) 2021-01-27 15:12:20 -06:00
Tiago Costa aadbe327b0 skip failing es promotion suite (#89181)
(cherry picked from commit 342f9fbac1)
2021-01-27 14:00:46 -07:00
spalger 9030eabd56 skip flaky suite (#89475)
(cherry picked from commit c8ef36ab12)
2021-01-27 13:09:44 -07:00
spalger 31397bad52 skip flaky suite (#89477)
(cherry picked from commit 27d9a9ddaa)
2021-01-27 13:09:42 -07:00
spalger 737f2a49f2 skip flaky suite (#89476)
(cherry picked from commit 44b8333141)
2021-01-27 13:09:40 -07:00
spalger b85ffb7c57 skip flaky suite (#89478)
(cherry picked from commit 4499f62dcb)
2021-01-27 13:09:39 -07:00
Devon Thomson af17007b56
Dashboard - Hide Short URL Option (#89338) (#89458)
* fix typo from sub-feature privileges
2021-01-27 15:00:45 -05:00
Nathan Reese 55bfa4f648
Migrate maps_legacy, maps_oss, region_map, and tile_map plugions to TS projects (#89351) (#89429) 2021-01-27 10:40:20 -07:00
Christiane (Tina) Heiligers e12ccd4ee4
[7.x] [core.logging] Add ops logs to the KP logging system (#88070) (#89419)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-01-27 10:26:03 -07:00
Stratoula Kalafateli 68ae33ccc3
Increase the time needed to locate the save viz toast (#89301) (#89426)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-01-27 19:13:28 +02:00
Stratoula Kalafateli 27a84d847d
[Vega Docs] Add experimental flag on the vega maps title (#89402) (#89428)
* [Vega Docs] Add experimental flag on the vega maps title

* Add the experimental warning on the initial paragraph of vega maps to be more visible
2021-01-27 17:28:32 +02:00
Tiago Costa 8bd44abb80
chore(NA): improve ts build refs performance on kbn bootstrap (#89333) (#89384)
* chore(NA): improve ts build refs performance on kbn bootstrap

* chore(NA): use skipLibCheck=false by default on typechecking

* docs(NA): commit core docs changes

* fix(NA): eui typings
2021-01-27 14:57:41 +00:00
Joe Reuter 51342f9bef
[Lens] Clean up usage collector (#89109) (#89416) 2021-01-27 15:41:11 +01:00
Dima Arnautov 81438b2ac5
[ML] Fix swim lane time selection with a single time point and the Watcher URL (#89125) (#89323)
* [ML] fix swim lane selected times with only start boundaries

* [ML] unit test

* [ML] update url variables

* [ML] selectedLanes to an array type

* [ML] handle legacy query params
2021-01-27 15:07:25 +01:00
Stratoula Kalafateli ddc205821a
[7.x] Cleanup OSS code from visualizations wizard (#89092) (#89409)
* Cleanup OSS code from visualizations wizard (#89092)

* Cleanup OSS code from visualizations wizard

* Remove unecessary translations

* Remove unused translation

* Fix functional test

* Disable the functional test for OSS

* Remove from oss correctly :D

* Fix ci
# Conflicts:
#	.github/CODEOWNERS
#	docs/developer/plugin-list.asciidoc
#	packages/kbn-optimizer/limits.yml

* fix plugin list docs

* Change plugins docs list
2021-01-27 16:01:23 +02:00
Anton Dosov 198ca1b2e2
[Search Sessions] Make search session indicator UI opt-in, refactor per-app capabilities (#88699) (#89407) 2021-01-27 14:13:55 +01:00
Dario Gieselaar 43450680fa
[7.x] [APM] Optimize API test order (#88654) (#89398)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-01-27 11:47:02 +01:00
Marco Liberati a893d34d5f
[7.x] [Lens] Restore a11y flacky tests (#88954) (#89335)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-01-27 10:23:33 +01:00