Commit graph

37591 commits

Author SHA1 Message Date
Tyler Smalley aaa4795b83
[CI] Preparation for APM tracking on CI (#80399)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2020-10-26 15:42:38 -07:00
Catherine Liu 26cad3c351
[Home] Fixes Kibana app description order on home page and updates Canvas copy (#80057)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-10-26 15:39:31 -07:00
Joel Griffith 932e92b8ad
Make sure to is 'now' and not the same as from (#81524)
* Make sure `to` is 'now' and not the same as `from`

* Revert "Make sure `to` is 'now' and not the same as `from`"

This reverts commit 48e8d08213.

* Ensure `to` is properly rounded up to prevent `from` and `to` being identical

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-10-26 15:24:29 -07:00
Brandon Kobel 34af7161e5
Nitpicking the 8.0 Breaking Change issue template (#81678)
* Nitpicking the 8.0 Breaking Change issue template

* Rewording the percentage of users impacted question
2020-10-26 14:59:46 -07:00
Kevin Logan b177eb726a
[SECURITY_SOLUTION] Fix text on onboarding screen (#81672) 2020-10-26 17:36:00 -04:00
Lukas Olson bbd3098423
[data.search] Skip async search tests in build candidates and production builds (#81547)
* Skip async search tests in build candidates and production builds

* Add log when skipping
2020-10-26 14:02:02 -07:00
Mike Côté 141426d9ef
Fix previousStartedAt by not changing when execution fails (#81388)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-10-26 15:52:25 -04:00
Chris Roberson d784840ac1
[Monitoring] Fix a couple of issues with the cpu usage alert (#80737)
* Fix a couple of issues with the cpu usage alert

* Fix tests

* PR feedback
2020-10-26 15:47:56 -04:00
Christiane (Tina) Heiligers 582e8e9145
Telemetry collection xpack to ts project references (#81269)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-10-26 11:54:04 -07:00
Rudolf Meijering 3f912547b8
Elasticsearch: don't use url authentication for new client (#81564)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-10-26 19:40:06 +01:00
Constance 7508321284
[App Search] Credentials: implement working flyout form (#81541)
* Add key name field

* Add key type field

* Add key read/write fields

* Add key engine access / selection

* Add key update warning callout

* Update flyout body with form components

* [PR feedback] i18n - change appSearch.tokens to appSearch.credentials

* [PR feedback] Remove unnecessary conditional
2020-10-26 11:30:06 -07:00
Larry Gregory 9f7ccc6b0e
Properly encode links to edit user page (#81562) 2020-10-26 14:14:51 -04:00
ymao1 7e34bf2dbc
[Alerting UI] Don't wait for health check before showing Create Alert flyout (#80996)
* wip

* Adding health context provider and option to block waiting for health check

* Adding tests

* Removing forced lag

* Fixing action form not rendering pre selected action

* PR fixes

* Updating i18n ids

Co-authored-by: Mike Côté <mikecote@users.noreply.github.com>

* Applying i18n fix

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Mike Côté <mikecote@users.noreply.github.com>
2020-10-26 13:30:27 -04:00
Chris Roberson ac640f1a72
Unskip test (#81568)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-10-26 13:13:03 -04:00
Chris Cowan 43b31e1b2b
[Metrics UI] Fix Metrics Explorer API to return empty results when field is missing from aggregation (#80919)
* [Metrics UI] Fix Metrics Explorer API to return empty results when field is missing from aggregation

* Update x-pack/plugins/infra/server/routes/metrics_explorer/lib/convert_request_to_metrics_api_options.ts

Co-authored-by: Felix Stürmer <weltenwort@users.noreply.github.com>

* Fixing type

Co-authored-by: Felix Stürmer <weltenwort@users.noreply.github.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-10-26 08:59:46 -07:00
Xavier Mouligneau 96fd83b1a4
[SECURITY SOLUTION] exclude cloud alias index from our query (#81551)
* exclude cloud alias index

* only exclude cloud alias when logs-* is there
2020-10-26 11:20:16 -04:00
Larry Gregory ca8341b593
Fix display of multiple roles in table views (#81603) 2020-10-26 11:01:31 -04:00
Nathan Reese 7f0e1c88bb
[Maps] fix auto-refresh not auto fitting to bounds (#81251)
* [Maps] trigger auto fit to bounds on refresh trigger

* default auto fit to data bounds to false

* update jest snapshots

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-10-26 08:45:08 -06:00
Shahzad a9d53f22a3
[Trigger Actions UI] Properly unmount app (#81436)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-10-26 14:35:57 +01:00
Tiago Costa 378a4cbab2
skip flaky suite (#81576) 2020-10-26 13:18:00 +00:00
Tiago Costa 54e3893d57
skip flaky suite (#78373) 2020-10-26 13:15:08 +00:00
Tiago Costa 9d097083b1
Merge remote-tracking branch 'upstream/master' 2020-10-26 13:12:46 +00:00
Patryk Kopyciński a8d8addacd
[Security Solution] Fix styling of EditDataProvider content (#81456)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-10-26 13:56:54 +01:00
Liza Katz 046c840b7c
[Search] Error Alignment 2 (#80965)
* Improve the display of ES errors and Http errors

* fixes

* Improve text

* fix ts

* update limit

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-10-26 14:36:20 +02:00
Søren Louv-Jansen a31027fd98
[APM] Unskip test (#81574) 2020-10-26 13:22:41 +01:00
Dima Arnautov 68b982362b
[ML] Fix partition value selection on the Single Metric Viewer (#81585)
* [ML] remove tooltip wrapper for partition value control

* [ML] add spacer
2020-10-26 13:00:16 +01:00
Peter Pisljar 48adb07411
cleaning up expression service types (#80643) 2020-10-26 12:28:19 +01:00
Daniil Suleiman b04066bfdb
Fix suggestions dropdown for query input (#80990)
* Fix suggestions

* Increase timeout

* Use abort controller

* Update abort controller

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-10-26 14:09:33 +03:00
Alejandro Fernández Haro 38c6d1f0b8
[Usage collection] Make schema mandatory (#79999)
Co-authored-by: Ahmad Bamieh <ahmadbamieh@gmail.com>
Co-authored-by: Christiane (Tina) Heiligers <christiane.heiligers@elastic.co>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-10-26 12:57:15 +02:00
Jean-Louis Leysens 0a0773a2f6
[ILM] Update show/hide data tier logic on cloud (#81455)
* Update show/hide data tier logic

only show data tier options on cloud if the cluster is not using
the deprecated node.data config and there is a data_* role
present. this will likely be a role like data_content which will
ensure that the cluster is configured with the new data tier
roles.

* refactor node role types for clarity

* added comment

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-10-26 11:37:35 +01:00
Jean-Louis Leysens ab4dfcf89d
added brace import to advanced settings (#81458)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-10-26 11:19:07 +01:00
Ahmad Bamieh 82ba41c30d
[Plugin generator] Update readme (#81131) 2020-10-25 14:35:28 +02:00
Jen Huang 26cfda6f14
Add exact match filtering to in memory tables (#81539) 2020-10-23 13:23:31 -07:00
Marshall Main 3d200dd3e9
[Security Solution][Detections] Check mapping version on signals index (#81277)
* Check mapping version instead of template version and throw useful error messages on failures

* Fix comment

* Move MIN_EQL_RULE_INDEX_VERSION next to mapping version
2020-10-23 10:39:37 -04:00
Matthew Kime 50a93222f1
Index Patterns API - Remove legacy es client usage for field caps (#80116)
* remove legacy es client usage
2020-10-22 22:46:33 -05:00
Devin W. Hurley 2af0ef3d94
[Security Solution] [Detections] Bug fix for rule status utility functions and updated tests and types (#81256)
* adds try catch in getFailingRules method and adds a test for merge statuses

* rename IRuleStatusAttributes to IRuleStatusSOAttributes to better reflect what specifically the interface represents, which are the properties on the rule status saved object, while maintaining a separate interface for the HTTP response representation of those attributes as snake_case

* adds tests for getFailingRules utility function

* minor cleanup

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-10-22 18:26:38 -04:00
Jen Huang d3753ef33a
Allow default packages to be deleted from the default agent policy (#81535) 2020-10-22 15:04:35 -07:00
Constance 7934c9105a
[App Search] Credentials: Add final Logic and server routes (#81519)
* Add fullEngineAccessChecked logic

* Add onEngineSelect logic

* [Refactor] DRY out/simplify http mocks

Note: import reorder is required in for mocks to work correctly

* Add onApiTokenChange logic

* Update flyout footer to use onApiTokenChange

* Add new POST/PUT server routes

+ some opinionated comments

* [PR feedback] tests copy, extra data tests

* [PR feedback] Reuse fullEngineAccessChecked, fix fullEngineAccessChecked being undefined vs a bool
2020-10-22 14:52:35 -07:00
Nathan Reese 95516432ec
[Maps] fix refreshing the page causes loss of unsaved change (#81226)
* [Maps] fix refreshing the page causes loss of unsaved change

* fix functional tests

* remove unneeded check for app leave modal

* check for appLeaveConfirmModal for clicking confirmModalConfirmButton

* see failures without closing appLeaveModal

* start clearing unsaved changes warning in maps

* clean up more unsaved state in functional tests

* more cleaning up of unsaved state in functional tests

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-10-22 15:00:55 -06:00
Devon Thomson 06ea880712
[Time To Visualize] Edit Panel Title On Click (#81076)
* Made embeddable panel title click launch the customize panel action

Co-authored-by: Ryan Keairns <contactryank@gmail.com>
2020-10-22 16:16:18 -04:00
Julien Guay 096aedfae1
add xpack.actions.proxyUrl setting (#81507)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-10-22 20:06:25 +01:00
Jen Huang 17e1578869
[Fleet] Show beta message without scrolling (#81416)
* Show beta message without scrolling

* Update EUI var
2020-10-22 11:08:58 -07:00
Constance c9d4dc30a3
[App Search] Credentials: add FlashMessages, stub out credentials flyout (#81391)
* Added an empty Flyout

* Refactor CredentialsFlyout to its own component folder
+ split out child sub components for easier testing/reading

* Add initial FlashMessages setup

- mostly just DELETE_MESSAGE currently, since that's what's already wired up
- CREATE_MESSAGE and UPDATE_MESSAGE will be used in an upcoming commit

+ adds FlashMessages in flyout, which will show returned form errors from the API

* Fix flash messages appearing on flyout open
e.g. deletion success messages

+ incidental linting/cleanup

Co-authored-by: Jason Stoltzfus <jastoltz24@gmail.com>
2020-10-22 11:05:21 -07:00
Ryan Keairns 7d9302448d
Update .scss owner for embeddable plugin directory (#81516) 2020-10-22 12:53:20 -05:00
renovate[bot] 67f46ae223
Update dependency @elastic/charts to v24 (#80982)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-10-22 18:21:13 +02:00
Constance aa2427b3c0
[Enterprise Search] Overview - add missing setup guide CTAs (#81420)
* Misc enterprise search overview cleanup

- remove extra comment block
- tests
  - use setMockValues
  - remove unused EuiPage
  - error connecting test - clarify assertion

* Add Setup Guide CTA component

* Update Product Selector to show Setup Guide CTAs

+ tests clean up - use setMockValues, import reorder

* Add EuiPanel RR link to setup guide
2020-10-22 08:50:54 -07:00
Joe Reuter ea229891f1
fix flaky unit test (#81466) 2020-10-22 17:12:49 +02:00
Patrick Mueller 069e842b87
[task manager] do not sort tasks to be claimed by score if no pinned tasks (#80692)
resolves: https://github.com/elastic/kibana/issues/80371

Previously, when claiming tasks, we were always sorting the tasks to claim by
the score and then by the time they should be run.  We sort by score to
capture `runNow()` tasks, also referred to internally as "pinned" tasks
in the update by query.

The change in this PR is to only sort by score if there are pinned tasks, and
to not sort by score at all if there aren't any.
2020-10-22 11:09:56 -04:00
Tiago Costa 9e2589807f
Merge remote-tracking branch 'upstream/master' 2020-10-22 16:01:25 +01:00
Shahzad 31fbabdf89
update date picker component (#79418)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-10-22 15:55:50 +01:00