Commit graph

36877 commits

Author SHA1 Message Date
Tyler Smalley
7211f78ce1
Bumps Jest related packages (#78720)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2020-10-01 14:38:51 -07:00
Yuliia Naumenko
63ff0606df
Extended Email action configuration with hasAuth property to identify if the connector require user credentials. Improved UX for Email connector (#78235)
* Extended Email action configuration with hasAuth property to identify if the connector require user credentials. Improved UX for Email connector

* Fixed failing tests and comments

* Fixed type check and reverted logic of Add user and password switch button

* Fixed due to the latest design requirenments

* Fixed due to review comments
2020-10-01 13:57:28 -07:00
Shahzad
8406e04a42
Fix long tasks query (#79099) 2020-10-01 22:49:31 +02:00
Angela Chuang
3078908093
[Security Solution] Searchstrategy integration (#78147)
* init tests

* add integration test for topNflow search strategy

* add integration tests

* add more tests

* more tests

* fix types

* fix types

* fix integration test

* fix types

* rm grapgql

* fix type

* fixup

* fix test error

* fix integration test

* skip failing test

* fix integration

* skip failing test

* skip failing test

* fix integration tests for kpi network

* fix integration test

* fix integration test

* fix import

* remove additional data

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-10-01 21:46:13 +01:00
Lee Drengenberg
0a7462dc4a
move apps lower in tree, add metricbeat dashboard screenshot test (#79001) 2020-10-01 15:35:36 -05:00
Caroline Horn
d0f8e5cbea
Fix z-index of KQL Suggestions dropdown (#79184)
Fix from #4084
2020-10-01 15:49:14 -04:00
Spencer
12d0125024
[babel] remove unused/unneeded babel plugins (#79173)
Co-authored-by: spalger <spalger@users.noreply.github.com>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-10-01 12:23:45 -07:00
Lukas Olson
a8e3c8ac78
[Search] Fix timeout upgrade link (#79045) 2020-10-01 11:56:50 -07:00
Devon Thomson
e08f6a38f6
Always Show Embeddable Panel Header in Edit Mode (#79152)
* Always show header in edit mode
2020-10-01 14:52:28 -04:00
nnamdifrankie
46084cbbe8
[Ingest]: add more test for transform index (#79154) 2020-10-01 14:50:40 -04:00
Walter Rafelsberger
bad6eab792
[ML] DF Analytics: Collapsable sections on results pages (#76641)
- Fixes cell color coding based on influence score for outlier detection results page data grid. (Part of #77046)
- Introduces expandable sections (<ExpandableSection />). In contrast to plain accordions, the main idea of this component is that it should also provide some sort of useful summary when collapsed instead of just being an expandable title. For example, the "Analysis" section is collapsed by default, but still offers information like analysis type, source and destination index. This concept should allow us to keep the analytics results pages usable with more content (additional results, evaluations, visualizations) being added over time.
- The "Analysis" section is a reuse of the expandable row from the analytics jobs list. Some design adjustments have been made to make it usable in both places.
2020-10-01 20:27:22 +02:00
Jen Huang
b3c37cf94c
[Fleet] Fix agent policy change action migration (#79046)
* Fix agent policy change action migration for encrypted `data` property

* Parse & re-stringify `config`->`policy` data
2020-10-01 11:09:59 -07:00
Jen Huang
6d8f74a128
[Ingest Manager] Match package spec dataset->data_stream and config_templates->policy_templates renaming (#78699)
* Match elastic/package-spec#24 `datasets`->`data_streams` property renaming

* Match elastic/package-spec#24 `datasets.name`->`data_streams.dataset` property renaming

* Match elastic/package-spec#24 `/dataset`->`/data_stream` directory renaming

* Match elastic/package-spec#50 `config_templates`->`policy_templates` property renaming

* Update API integration test fixtures (test packages)

* Temporarily skip API integration tests

* Temporarily skip more API integration tests

* Pin to custom docker image, unskip test suites, clean up broken icon paths in test package manifests

* Skip the only (yay!) failing test suite

* Revert "Skip the only (yay!) failing test suite"

This reverts commit 3db32e2528.

* Re-skip tests and revert docker image

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-10-01 10:57:19 -07:00
Jonathan Budzenski
085f8a17ff Revert "[Metrics UI] Add ability to override datafeeds and job config for partition field (#78875)"
This reverts commit ee7672aaf0.
2020-10-01 12:42:37 -05:00
Quynh Nguyen
fd7dd41617
[ML] Update transform cloning to include description and new fields (#78364) 2020-10-01 12:41:12 -05:00
Tiago Costa
574205dc72
chore(NA): remove non existing plugin paths from case api integration tests (#79127)
* chore(NA): remove non existing plugin paths from case api integration tests config

* chore(NA): remove unused import
2020-10-01 18:14:59 +01:00
Nicolas Chaulet
963fe0c1d1
[Ingest Manager] Ensure we trigger agent policy updated event when we bump revision. (#78836) 2020-10-01 13:09:02 -04:00
Zacqary Adam Xeper
7836998e76
[Metrics UI] Display No Data context.values as [NO DATA] (#78038)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-10-01 11:31:39 -05:00
Chris Roberson
a61f4d4cbf
[Monitoring] Missing data alert (#78208)
* WIP for alert

* Surface alert most places

* Fix up alert placement

* Fix tests

* Type fix

* Update copy

* Add alert presence to APM in the UI

* Fetch data a little differently

* We don't need moment

* Add tests

* PR feedback

* Update copy

* Fix up bug around grabbing old data

* PR feedback

* PR feedback

* Fix tests
2020-10-01 12:28:34 -04:00
Marco Liberati
198c5d9988
[Lens] Fix embeddable title and description for reporting and dashboard tooltip (#78767)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-10-01 18:02:37 +02:00
Caroline Horn
e248f32111
[Lens] Consistent Drag and Drop styles (#78674)
* Remove wrapping div of DragDrop and pass props to child
* Using EuiHighlight
* Basic styles in for all DnD states
* Fixing dimension button styles
* Fix FieldButton to accept `…rest` props
* A few other minor fixes
* Fixed horizontal scroll of error message
* Quick fix for invalid link
2020-10-01 11:58:23 -04:00
Dima Arnautov
6caf6d5080
[ML] Model management UI fixes and enhancements (#79072)
* [ML] link to edit pipeline

* [ML] view training data link

* [ML] format stats and configs

* [ML] refactor date_utils

* [ML] fix types

* [ML] change "View" icon and label

* [ML] revert label change
2020-10-01 17:54:56 +02:00
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