Commit graph

37155 commits

Author SHA1 Message Date
Phillip Burch ee7672aaf0
[Metrics UI] Add ability to override datafeeds and job config for partition field (#78875)
* Add ability to override datafeeds and job config for partition field

* Remove debug

* UX cleanup

* Fix types, delete dead code
2020-10-01 10:51:55 -05:00
Jeffrey Chu f4c5ebca9d
[Security Solution]Fix basepath used by endpoint telemetry tests (#79027)
* Fix basepath used by endpoint telemetry tests

* Linting
2020-10-01 11:47:56 -04:00
Shahzad c1a3002c16
update rum agent version which contains longtasks (#79105) 2020-10-01 17:37:02 +02:00
Wylie Conlon d4a9b4bc0b
[Vega] Fix unexpected change in autosizing behavior post upgrade (#77408)
* [Vega] Fix unexpected change in autosizing behavior post upgrade

* Add docs

* Fix type issues

* Fix i18n and snapshot

* Fix snapshot?

* Fix time in snapshot

* Update style of sizing function
2020-10-01 11:30:21 -04:00
Mike Côté e59c78c2b1
Fix scenario where orphaned API keys can exist when SO operations fail (#78843)
* Fix scenario where orphaned API keys can exist

* Add test for enable API
2020-10-01 11:24:54 -04:00
Tyler Smalley 758f537708
[docs] Fixes wording in backport policy (#79132)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2020-10-01 08:24:31 -07:00
Mike Côté e83144ee40
Fix alert add and edit flyout to not close when user clicks outside (#78860) 2020-10-01 11:22:08 -04:00
Nick Peihl 72a41ab03d
Update EMS landing page link (#78515)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-10-01 08:20:45 -07:00
renovate[bot] e4b2b610a6
Update dependency vega to ^5.17.0 (#79088)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-10-01 18:20:19 +03:00
Pierre Gayvallet 4ee3677898
Add relative path handling to application.navigateToUrl (#78565)
* split application utilities and associated tests to distinct files

* do not match app if path does not start with the basePath

* add relative paths support to `navigateToUrl`

* add null-check error

* update generated doc

* nits on doc
2020-10-01 17:10:09 +02:00
Paul Tavares 513b17ef4f
[SECURITY_SOLUTION][ENDPOINT] Additional Trusted Apps Create API Validations (#78977)
* Added validations to trusted apps create schema
2020-10-01 11:06:24 -04:00
Paul Tavares 41318801d3
[SECURITY_SOLUTION][ENDPOINT] Add ability to view Trusted Apps from Ingest Integration Policy Edit page (#78854)
* Refactor Callout shown in Ingest Edit Endpoint Integration Policy that display actions menu
* Add `backComponent` to `<HeaderPage>` to allow for custom back buttons
* Back button displayed on Trusted Apps List when route state is defined
2020-10-01 11:04:23 -04:00
Zacqary Adam Xeper 3599edbea9
[Logs UI] Move alerting components to public/alerting (#79035)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-10-01 09:42:18 -05:00
Quynh Nguyen 31efa1ab5b
[ML] Add feature importance summary charts (#78238)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-10-01 09:39:17 -05:00
Alejandro Fernández Haro bad59f4fb4
[Usage Collection] [schema] maps (#78952) 2020-10-01 15:16:49 +01:00
James Gowdy 21353403b8
[ML] Improve calendar ics file parsing (#78986) 2020-10-01 15:16:17 +01:00
Daniil Suleiman b692c374a2
Timelion visualization renderer (#78540)
* Update styles

* Implement toExpressionAst fn

* Implement renderer

* Update unit tests

* Add unit tests

* Update types

* Remove unused vars

* Fix types

* Update types

* Show error message when no data

* Update ExpressionRenderDefinition api

* Update renderer when there is no data

* Make options component lazy

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-10-01 17:08:12 +03:00
Nathan L Smith 9f5033354d
Remove APM-specific loading indicator (#79042)
Kibana now has its own loading indicator. Remove the one we were using. Also remove the old service map loading indicator that was used back when we had background jobs.

Fixes #78769.
2020-10-01 08:57:52 -05:00
Brandon Kobel af517a078a
core route handler context is now lazy (#78957)
* Core route handler context is now lazy

* Removing `coreStart` intermediate variable

* Adding unit tests for CoreRouteHandlerContext

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-10-01 06:39:41 -07:00
Gidi Meir Morris 727d62611b
[Actions] fixes error in UI in the Edit Flyout for PreConfigured Connectors (#78994)
Ensures only User Configured Connectors can be validated and edited by the UI to avoid these kinds of errors in the future.
2020-10-01 14:24:10 +01:00
Corey Robertson 9e5bf0f92f
[Canvas] Move Handlebars and Flot dependencies out of main bundle (#78542)
* Move Handlebars and Flot dependencies out of main bundle

* Fix unit test

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-10-01 09:10:02 -04:00
Alison Goryachev 4fe7625f58
[Mappings editor] Add support for version field type (#78206) 2020-10-01 08:44:29 -04:00
Alison Goryachev cba458e456
[Mappings editor] Fix bug when switching between mapping tabs (#78707) 2020-10-01 08:43:12 -04:00
Alejandro Fernández Haro 97ac553d03
[Usage Collection] [schema] infra (#78581) 2020-10-01 13:30:39 +01:00
Larry Gregory 4525f0cfab
Omit runtime fields from FLS suggestions (#78330)
Co-authored-by: Aleh Zasypkin <aleh.zasypkin@gmail.com>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-10-01 08:26:26 -04:00
Marco Liberati d793040082
[Lens] Histogram/range operation new copy (#78328)
* 💬 New copy revision for histogram/range operation in lens

* 👌 Updated panel copy

* 👌 Change copy based on feedback
2020-10-01 14:25:59 +02:00
Anton Dosov 4d5a9df76c
@testing-library remove "pure" hack (#78742)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-10-01 13:49:05 +02:00
Joe Reuter 8d7f2d0828
[Lens] Handle missing fields gracefully (#78173) 2020-10-01 13:39:10 +02:00
Christos Nasikas cbc83003d3
[Actions][Jira] Fix bug with Jira sub-task (#79070) 2020-10-01 14:21:34 +03:00
Mikhail Shustov 3024513e10
[KP] instrument platform server-side code with apm agent (#70919)
* instrument platform server-side code with apm agent: setup, start lifecycles and SO migration

* add span type

* span should have name: saved_objects.migration

* remove migration reports

* put migration span back
2020-10-01 13:05:59 +02:00
Marta Bondyra 8948811c63
fix: add EuiOutsideClickDetector (#78733)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-10-01 12:54:48 +02:00
Marta Bondyra d11da3275d
[Lens] Don't allow values outside of range for number of top values (#78734) 2020-10-01 12:54:40 +02:00
Stratoula Kalafateli 36814aa1ef
Change implementation on TSVB functional when testing the indexPattern switch (#78754)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-10-01 13:30:10 +03:00
Daniil Suleiman 8f89ef571c
Reduce bundle size of the default editor (#78938)
* Reduce bundle size

* Remove useless line of code

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-10-01 12:23:45 +02:00
Jean-Louis Leysens c5ab7493e5
[ES UI] Reintroduce import of brace/mode/json (#78571)
* added brace/mode/json import everywhere json mode is being used

* added brace mocks to tests

* slight refactor of imports

* remove import from es ui shared

* Reverse adding brace/mode/json import everywhere

- different approach of just adding brace/json/mode to
  es_ui_shared as before with a BIG comment

* updated @kbn/ace readme

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-10-01 12:20:33 +02:00
Patryk Kopyciński e95f033e92
[Security Solution] Fix useMatrixHistogram to refetch data when stackbyField change (#78751) 2020-10-01 12:15:56 +02:00
Ahmad Bamieh f180c335df
[I18n] fix eui tokens (#78951)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-10-01 12:55:10 +03:00
Bohdan Tsymbala e836efc3e0
Changed the color of the confirm button in trusted app deletion dialog. (#78768)
* Changed the color of the confirm button in trusted app deletion dialog.

* Updated the snapshots.
2020-10-01 11:31:11 +02:00
Tim Roes 9b187c5f81
Make the actual Vislib import async (#78949)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-10-01 11:10:15 +02:00
Patryk Kopyciński d8ded4df6c
Fix ML conditionals links Cypress tests (#78568) 2020-10-01 10:56:52 +02:00
Anton Dosov addbdf7cb6
[Drilldowns][Docs] Communicate the visualization types that support drilldowns (#78761) 2020-10-01 10:29:51 +02:00
Shahzad 07ebb81a79
[UX] Improve page-load axis (#78392)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-10-01 10:16:30 +02:00
Xavier Mouligneau 29da04551d
[SECURITY SOLUTIONS] Map embeddable working with index patterns selection (#78610)
* map working with sourcerer

* clean up

* fix types

* fix unit tests

* fix incorrect hight for map

* show prompt when no index exists

* update unit test

* fix update with no index available

* fixup

* unit test

* add unit test

Co-authored-by: Angela Chuang <yi-chun.chuang@elastic.co>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-10-01 09:09:06 +01:00
Liza Katz 09226db99c
Data plugin README (#78750)
* data readme

* Delete old readme (other folders don't have a README of their own.

* generate asciidoc

* Update src/plugins/data/README.md

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>

* Update src/plugins/data/README.md

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>

* Update src/plugins/data/README.md

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>

* Update src/plugins/data/README.md

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>

* Update src/plugins/data/README.md

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>

* Update src/plugins/data/README.md

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>

* Update src/plugins/data/README.md

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>

* Update src/plugins/data/README.md

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>

* Update src/plugins/data/README.md

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>

* Update src/plugins/data/README.md

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>

* Update src/plugins/data/README.md

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>

* Update src/plugins/data/README.md

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>

* Update README.md

* Update plugin-list.asciidoc

* gen plugin list

* Update src/plugins/data/README.md

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>

* Update src/plugins/data/README.md

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>

* Update src/plugins/data/README.md

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
2020-10-01 10:56:17 +03:00
Alexey Antonov 4bd0d3bf87
[TSVB] Request validation error: [panels.0.series.0.metrics.0.percentiles.1.value] (#79009)
Closes: #79006
2020-10-01 10:54:37 +03:00
Cauê Marcondes ad134b296b
fixing api test (#78964) 2020-10-01 09:42:23 +02:00
Alejandro Fernández Haro 65cf6393c7
[Task names in TaskManager] Rename "telemetry" to "usage" (#78129)
* [Task names in TaskManager] Rename "telemetry" to "usage"

* Revert task IDs but leaving renamed titles

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-10-01 08:26:14 +01:00
Alejandro Fernández Haro 9fdb23769b
[Loggers] Rename "telemetry" to "usage" (#78130)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-10-01 08:25:05 +01:00
Alejandro Fernández Haro 4c9a7bdf48
[Usage Collection] [schema] ui_metric (#78827) 2020-10-01 08:22:51 +01:00
Christos Nasikas 3d9ea52803
[Actions][Jira] Set parent issue for Sub-task issue type (#78772) 2020-10-01 09:34:25 +03:00