Commit graph

32966 commits

Author SHA1 Message Date
Dmitry Lemeshko 38c26ff337
[services/remote] set download folder with auto-saving (#65476)
* [services/remote] set download folder with auto-saving

* Update test/functional/services/remote/webdriver.ts

* use REPO_ROOT per review suggestion
2020-05-06 22:41:47 +03:00
gchaps dfcf5b35e7
[DOCS] More formatting fixes to Timelion docs (#65543) 2020-05-06 12:24:40 -07:00
spalger eef220e0c6 skip flaky suite (#65423) 2020-05-06 12:09:49 -07:00
Oliver Gupte 41c8426842
[APM] Remove service maps badge row and num instances in popover (#65492)
* Closes #65487 by removing the badge row and num instances metrics

* removed unused translations for xpack.apm.serviceMap.numInstancesMetric
2020-05-06 12:03:15 -07:00
Yuliia Naumenko 6dd5ba0e67
Updated alerting docs screenshots where necessary (#65354)
* Updated alerting docs screenshots where necessary

* Changed screenshots for management section

* fixed alt issue
2020-05-06 11:33:55 -07:00
Nathan Reese 2eaa074923
[Maps] convert EMS file source to TS (#65373)
* [Maps] convert EMS file source to TS

* ts more ems_file_source

* ts lint cleanup

* more ts clean up

* clean up some ts-ignores

* review feedback
2020-05-06 12:28:30 -06:00
Paul Tavares 552bac5dc7
[Endpoint] Policy functional (integration) tests (#64803)
* Re-enable Policy Functional tests
* Test service to provide endpoint policy test data
  - includes workaround to fleet integration service
2020-05-06 14:16:40 -04:00
Frank Hassanabad 0730bae5c6
[SIEM][Lists] More tests and renames and file movements and types (#64968)
* Adds unit tests to the schema for input/output validation 
* Changes the mocks to use a `file_name.mock.ts` pattern
* Introduces io-ts partials _carefully_ where I get both the partials and the required undefined in the types
* Introduces an Identity type to remove weird intersection types and make plain types when using io-ts.
* I Introduces a RequiredKeepUndefined in order to work with partials and keep the undefined as required for when the type is used directly within the code. This makes it simpler to force new functions/methods to have to push down `undefined` 


### Checklist

Delete any items that are not applicable to this PR.

- [x] [Unit or functional tests](https://github.com/elastic/kibana/blob/master/CONTRIBUTING.md#cross-browser-compatibility) were updated or added to match the most common scenarios
2020-05-06 12:00:12 -06:00
Oliver Gupte 7a9261adb2
Closes #65404 by updating text and considtionally displaying tooltip (#65499) 2020-05-06 10:59:14 -07:00
Mike Côté b71b13947e
Shallow clone properties when adding to registry (#65309) 2020-05-06 13:39:09 -04:00
Josh Dover 5f314227d9
Fix logstash integration with monitoring (#65165) 2020-05-06 10:42:07 -06:00
Pete Harverson 46b91cc9fd
[ML] Add check for loss_function when cloning a regression job (#65481) 2020-05-06 17:03:01 +01:00
Alejandro Fernández 8581ba8c38
[Logs UI] Add tests to the log alert executor (#64881) 2020-05-06 17:37:30 +02:00
Caroline Horn e5abec1922
[Doc-Table] Import styles into JS where possible (#65329)
Fixes styles and overflow table vis
2020-05-06 11:25:46 -04:00
spalger 3e9a12cf33 Revert "[SIEM] Eliminate Superfluous Untitled Timelines (#64341)"
This reverts commit a06c02f606.
2020-05-06 08:11:04 -07:00
Walter Rafelsberger eccdbdbf40
[ML] Data Frame Analytics: Skip job cloning functional tests. (#65465) 2020-05-06 06:48:06 -07:00
Robert Austin 4571536ba0
[Resolver] use just left and top, and remove transform, from process nodes. (#65108) 2020-05-06 09:41:40 -04:00
Aleh Zasypkin e86383037a
Add tests for the concurrent refresh token requests. (#62027) 2020-05-06 15:30:50 +02:00
Søren Louv-Jansen 313d80228a
Add version 7.8 to backport config (#65445) 2020-05-06 15:11:29 +02:00
Candace Park ce0d39bfdf
Task/policy response (#64838)
host details policy response
2020-05-06 09:02:48 -04:00
patrykkopycinski a06c02f606
[SIEM] Eliminate Superfluous Untitled Timelines (#64341) 2020-05-06 14:56:09 +02:00
Aleh Zasypkin 2a32f8f399
Sync Kerberos + Anonymous access tests with the latest security/_authenticate API (user roles now include roles of anonymous user). (#65421) 2020-05-06 13:17:42 +02:00
Dmitry Lemeshko ced64f43f7
add tsvb tests to Firefox suite (#65425) 2020-05-06 14:13:52 +03:00
Pierre Gayvallet c6b1f70ed8
Fix flaky ServerMetricsCollector integration test (#65420)
* fix flaky test

* add comment on supertest behavior
2020-05-06 12:53:43 +02:00
Cauê Marcondes 4e2b944576
[APM] Custom links section inside the Actions menu is showing outside of the menu (#65428) 2020-05-06 12:50:28 +02:00
Walter Rafelsberger 8a65950de4
[ML] Adds docs_per_second to transform edit form. (#65365)
Adds an option to edit the docs_per_second option for throttling for transforms.
2020-05-06 11:56:58 +02:00
Silvia Mitter 81ad646d22
update apm index pattern (#65424) 2020-05-06 11:53:01 +02:00
Mikhail Shustov da28df5b15
add direct build command (#65431) 2020-05-06 11:51:50 +02:00
James Gowdy 8944dbaac4
[ML] Adding daily_model_snapshot_retention_after_days to types and schemas (#65417) 2020-05-06 10:22:40 +01:00
Anton Dosov 6114ebabec
[chore] Improve request cancelation handling in vis embeddable (#65057) 2020-05-06 10:58:34 +02:00
Gidi Meir Morris 94127d803a
[Alerting] migrates acceptance and functional test fixtures to KP (#64888)
This PR migrates the vast majority of Alerting legacy code to the Kibana Platform.

This includes:

1. Removed legacy Task Manager
2. Migrates Fixture plugins in Alerting, Triggers UI and Task Manager Perf

This does not includes:

1. The PagerDuty simulator due to a lack of support for custom responses in the platform. issue opened. https://github.com/elastic/kibana/issues/65045
2. The Webhooks simulator due to a lack of support for custom authorisation. Requires investigation.
2020-05-06 09:57:26 +01:00
Pete Harverson 8483574d1e
[ML] Fixes reordering in view by selection when overall cell selected (#65290) 2020-05-06 09:26:58 +01:00
Ryan Keairns a108b23c27
Additional branding updates (#64712)
* branding updates

* update snapshots

* update loginPage snapshot

* removed unused EuiText imports

* update button label for exiting full screen

* remove unused translations

* update loading_news snapshot

* update functional baseline screenshots
2020-05-06 01:39:29 -05:00
Matthias Wilhelm 9dc5c7debe
Remove redundant formatting of percentage column (#64948)
* Remove redundant formatting of percentage column

* Fix functional test

* Fix browser test
2020-05-06 08:31:03 +02:00
Christos Nasikas 3ca63a6119
[SIEM][CASE] Configuration pages UI redesign (#65355) 2020-05-06 08:46:21 +03:00
Michail Yasonik 35e10273d3
New nav (#64018)
Notably, also removes aria-hidden from many visualizations
2020-05-05 23:14:14 -05:00
Alison Goryachev 9d88805a95
[Ingest pipelines] Address copy feedback (#65175) 2020-05-05 20:12:55 -07:00
Steph Milovic edc8cb532b
bug fixing (#65387) 2020-05-05 21:08:04 -06:00
spalger 42d2443338 skip whole suite blocking snapshots (#65377) 2020-05-05 18:55:43 -07:00
Brent Kimmel e977df40ad
add related event generation to ancestor nodes (fixes a bug) (#64950)
* add related event generation to ancestor nodes
* fix tests to account for alert at n-1
2020-05-05 21:48:04 -04:00
Corey Robertson b8bea5b8b2
[Canvas] move files from legacy/plugins to plugins (#65283)
* Moves the files

* Rename legacy/plugins/canvas paths

* Correct paths

* Fix shareable_runtime and storybook

* ESLint Fixes

* Fix jest test and paths
2020-05-05 20:52:56 -04:00
Angela Chuang a5fe3ce92a
[SIEM] template timeline UI (#64439)
* init template timeline's tab

* add template filter

* add routes for timelines tabs

* add tabs hook

* add filter type

* fix unit test

* add breadcrumbs

* fix types error

* fix flashing table

* fix types

* fix flashing table

* fix filter

* add comments for filters

* review X

* review x

* fix create note for template timeline

* rename timelineTypes to timelineType

* update unit test

* fix types

* update filter for timeline savedObject

* fix lint error

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Co-authored-by: Patryk Kopycinski <contact@patrykkopycinski.com>
Co-authored-by: Xavier Mouligneau <189600+XavierM@users.noreply.github.com>
2020-05-05 20:05:12 -04:00
Sandra Gonzales daceebb329
[Ingest] check and create default indices during setup (#64809)
* check and create default indices during setup

* fix typos

* add kibana issue

* add date mapping

* add removeDocValues to each field to stop apps from creating a new index pattern

* update snapshot

* add property to test data
2020-05-05 19:36:47 -04:00
spalger a1f8ad039e skip flaky suite (#64812) (#64723) 2020-05-05 16:17:23 -07:00
Spencer dc647a6e4c
[pre-commit script] refactor for speed (#65202) 2020-05-05 16:13:48 -07:00
Tyler Smalley 65447ec62f [test] Skip ML test preventing promotion of ES snapshot
"machine learning anomaly detection single metric job cloning displays
the summary step"

https://github.com/elastic/kibana/issues/65377

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2020-05-05 16:04:11 -07:00
Spencer 65ab0c6b35
[interpreter] remove unused code (#65332) 2020-05-05 16:03:45 -07:00
John Schulz ee9c1a0ba1
[Ingest Manager] Use cloudId for ES & Kibana URLs if available. (#65366)
* Use cloudId for ES & Kibana URLs if available.

* Add tests and a missing return

* Use console.debug for consistency
2020-05-05 18:58:54 -04:00
Brandon Morelli f5e8f3d3c2
docs: update timeline (#65182) 2020-05-05 15:32:18 -07:00
Andrew Goldstein ecd16dcc71
Drag between ANDs in timeline queries / add to timeline (#65228)
## Summary

This enhancement: 

- Enables drag and drop between `AND`s in a timeline query to narrow or widen a search

![drag-between-ANDs](https://user-images.githubusercontent.com/4459398/81045705-f457cf00-8e73-11ea-9df0-231a30e1bbd9.gif)

- Introduces a new `Add to timeline investigation` context menu action that automatically drags and drops any draggable to the timeline

![add-to-timeline](https://user-images.githubusercontent.com/4459398/81045745-08033580-8e74-11ea-9f3e-0e173f925aea.gif)

- When dragging while the timeline is closed, the timeline drop target automatically opens (and closes), making it possible to directly add to an existing `AND` (in addition to the original behavior, which added an `OR`)

![drag-directly-to-group](https://user-images.githubusercontent.com/4459398/81045882-5e707400-8e74-11ea-8c18-91399546214c.gif)

### Desk testing

Desk tested in:
- Chrome `81.0.4044.129`
- Firefox `75.0`
- Safari `13.1`
2020-05-05 16:26:49 -06:00