Commit graph

33193 commits

Author SHA1 Message Date
Sébastien Loix 6a3db2c776
[form lib] Fix issues + add test coverage (#64647) 2020-05-14 09:34:11 +02:00
Aleh Zasypkin 65186b3393
Allow encrypted saved-object properties to be accessed by end-users (#64941)
Co-authored-by: kobelb <brandon.kobel@elastic.co>
2020-05-14 07:59:11 +02:00
Cauê Marcondes 0fd5311a82
[APM] Cannot click through to details of an error on the waterfall page if the error is missing transaction.id (#66386)
* removing transaction from link when it isnt defined

* refacroting test

* refacroting test
2020-05-14 07:03:55 +02:00
Oliver Gupte 4fe730db6f
[APM] Handle ML integration when ML is disabled (#66158)
* Closes #60343 by differentiating errors: ML API not found vs the ML job not found

* Displays the error message from the ML response to the error toast notification when job creation fails.

* - re-throws unknown error in anomaly detector job api call
- adds option `showErrorToast` to `useFetcher` defaulting to true

* rename showErrorToast -> showToastOnError

* PR feedback

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-05-13 21:59:38 -07:00
John Dorlus 8c36a37770
Added a check to ensure that source.url.path exists before iterating through them. (#66505) 2020-05-13 22:50:59 -04:00
Alison Goryachev 41d16f4daf
[Ingest pipelines] Create pipeline functional test (#64945) 2020-05-13 22:25:29 -04:00
Spencer f318c5bfa0
[ftr/service/appsMenu] add missing await (#66498) 2020-05-13 17:52:37 -07:00
marshallmain 11d2374a82
[SIEM] Update signals index ECS mapping to 1.6-dev, add endpoint alert fields (#65740)
* update ECS schema to 1.6-dev, add endpoint alert fields

* use updated endpoint team schemas

* add newline

* remove extra options

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-05-13 20:14:02 -04:00
Lee Drengenberg 28196558c3
make sure remove sample data button is displayed and enabled before clicking (#66322) 2020-05-13 18:12:47 -05:00
Nicolas Chaulet e9d176bfea
[Ingest Manager] Rename agent config updated_on => updated_at (#66448) 2020-05-13 18:38:31 -04:00
Nicolas Chaulet 58e7dcffaa
[Ingest] make POST /fleet/setup idempotent (#66083) 2020-05-13 17:41:46 -04:00
Spencer 604e5c4a72
[ci-stats] track baseline job (#66440) 2020-05-13 14:10:09 -07:00
Tre 4853f24705
Ingest code coverage (#62336) 2020-05-13 15:09:42 -06:00
Nathan L Smith 30e305eb00
[APM] Make service map empty message link to service maps docs (#66453)
Fixes #62812.
2020-05-13 15:47:25 -05:00
spalger 512ab5beb3 skip flaky suite (#66457) 2020-05-13 13:43:42 -07:00
Nathan L Smith c7587e4892
[APM] Simplify element updates (#66438)
There's some complexity in the Cytoscape component that was initially there to handle smooth transitions when adding elements to a graph, back when we were incrementally updating them, and for udpating the data
when the date range changes.

Remove this and instead remove all elements and add new elements when the elements change.

Fixes #66184.
2020-05-13 15:40:06 -05:00
Jen Huang d3054a4b28
Make bottom bars account for new vs legacy side nav style (#66296) 2020-05-13 13:09:55 -07:00
Joe Portner 91861339a0
Migrate security and spaces integration test plugins to Kibana Platform (#66415) 2020-05-13 16:08:49 -04:00
patrykkopycinski 65a0b44785
[SIEM] Eliminate Superfluous Untitled Timelines (#65783) 2020-05-13 22:05:26 +02:00
Jen Huang 053150489a
[Ingest Manager] Remove Data sources link from integration details page (#66447)
* Remove data sources tab

* Localize menu links
2020-05-13 12:53:59 -07:00
Michail Yasonik 77676adaba
Adds max-height to recently viewed links (#66297) 2020-05-13 14:53:35 -05:00
spalger 6695b184f5 skip flaky suite (#65948) 2020-05-13 12:50:01 -07:00
Chris Cowan 2b47605255
[Metrics UI] Fixing chart label for ungrouped alerts (#66444) 2020-05-13 12:38:18 -07:00
Chris Cowan 9ab0ad16ef
[Metrics UI] Fix validation for threshold values (#66281)
* [Metrics UI] Fix validation for threshold values

* removing unused dependency

* cleaning up a bit

* Fixing validation to set error message per threshold

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-05-13 12:36:33 -07:00
spalger 5f9c4704ac skip flaky suite (#65010) 2020-05-13 12:35:53 -07:00
Pierre Gayvallet 2117ef1df2
use individual route for each KP app (#65977)
* use individual route for each KP app

* cleanup
2020-05-13 21:11:34 +02:00
spalger d9eae98524 skip flaky suite (#65949) 2020-05-13 11:43:43 -07:00
Michael Olorunnisola cba2a65901
Panning resize fix (#65924)
* prevent animation when target is same as initial

* fixed resolver resize trigger

* explicitly set animation to undefined

* updated tests for resize reference

* make resize ref test a bit more explicit
2020-05-13 14:10:02 -04:00
Michail Yasonik 7707cbde21
Fixes Recently Viewed links allowing them to close the nav when clicked (#66280) 2020-05-13 12:24:55 -05:00
Dima Arnautov d0b9840041
[ML] API integration tests for job validation (#66265)
* [ML] TS refactoring

* [ML] fix page overflow

* [ML] tests

* [ML] fix typing issues and unit tests

* [ML] remove string conversion

* [ML] indexOf checks

* [ML] fix tooltip overflow

* [ML] fix i18n

* [ML] fix unit tests

* [ML] use MlJobAggregation

* [ML] use enums

* Revert "[ML] fix tooltip overflow"

This reverts commit 103c36bc

* Revert "[ML] fix page overflow"

This reverts commit 3c869228
2020-05-13 18:52:49 +02:00
Dima Arnautov 69d4199feb
[ML] Fix vertical overflow on Single Metric Viewer page (#66413)
* [ML] fix page overflow

* [ML] fix tooltip overflow
2020-05-13 18:16:14 +02:00
Alejandro Fernández Haro 9ab73efd18
Remove Newsfeed leftovers from the Legacy codebase (#66084) 2020-05-13 16:35:22 +01:00
Cauê Marcondes ff1d129813
Fixing jest when running it with --watchAll (#66384) 2020-05-13 17:12:22 +02:00
Stacey Gammon 6537b15d94
add section on why to prefer async over sync accessor (#66284) 2020-05-13 11:10:19 -04:00
Yulia Čech fffe641e4a
[IM] Changes index mapping api response to plural form (#66012)
* changes index mapping api response to plural form

* changes tab title to "Mappings" in Index Management detail panel

* updates index management jest snapshots for "Mappings" title
2020-05-13 16:50:29 +02:00
Justin Kambic 66e1d32db6
Left-align certs column in monitor list. (#66045)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-05-13 09:27:11 -04:00
Nicolas Chaulet 41fbd0f753
[Ingest] Support root level yaml variables in agent stream template (#66120) 2020-05-13 09:10:49 -04:00
Alison Goryachev 42028502bf
[Snapshot Restore] Fix error when deleting snapshots behind reverse proxy (#66147) 2020-05-13 09:00:52 -04:00
Marta Bondyra 0d571ae129
[Lens] fix empty state for pie (#66206) 2020-05-13 14:49:50 +02:00
Søren Louv-Jansen c0e67f7497
[APM] Improve e2e tests (#66373) 2020-05-13 14:22:54 +02:00
Walter Rafelsberger 115ede9fda
[ML] Data Frame Analytics: Fix steps to be named phases. (#65855)
- Fixes wrong names and renames everything related to step to phase.
- Renames column heading Progress per Step to just Progress.
- Hide the progress bar percentage, instead it's available in a tooltip.
- Changes the progress column content to Phase 1/4 [ProgressBar].
2020-05-13 12:16:39 +02:00
Matthias Wilhelm e6254f1f7c
[Discover] Encode context link filter part (#63831)
* Encode filter part of the URI for context

* Add functional test agent filter with whitespace
2020-05-13 11:48:56 +02:00
Cauê Marcondes 9a13779c4f
[APM] Scope APM alert creation to environment (#65681)
* adding environment to alerting

* fixing translations

* addressing pr comments

* addressing PR comments

* addressing PR comments

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-05-13 10:37:56 +02:00
Alejandro Fernández Haro 577bf0928b
Move Kibana Usage collectors outside the telemetry plugin (#65663) 2020-05-13 09:22:38 +01:00
Walter Rafelsberger a149915c52
[ML] Data Frame Analytics: Fix confusion matrix data grid width. (#65818)
- Fixes an issue where hiding all columns for the confusion matrix would hide the menu item to enable columns again.
- Replaces resizeHandler based workaround for EuiDataGrid within flex layouts with a CSS based workaround.
- Moves inline styles to SCSS file and imports that file directly.
- Fixes IE11 layout issues.
2020-05-13 09:30:24 +02:00
Joe Reuter b7e87c2c8b
Switch to core application service (#63443) 2020-05-13 09:19:24 +02:00
Tyler Smalley 3cbb8491c1
Removes use of prefer_v2_templates (#66316)
prefer_v2_templates is no longer an accepted query parameter. V2 templates are now preferred by default.

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2020-05-12 19:16:53 -07:00
Nathan Reese 9e0504e88a
[Maps] handle case where fit to bounds does not match any documents (#66307)
* [Maps] handle case where fit to bounds does not match any documents

* review feedback
2020-05-12 19:14:15 -06:00
Sandra Gonzales 9b01e6b26e
log error instead of throw (#66254)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-05-12 20:40:01 -04:00
Spencer 12216d75fc
[plugin-helpers] remove outdated postinstall task (#66324) 2020-05-12 17:19:36 -07:00