Commit graph

46626 commits

Author SHA1 Message Date
Tim Sullivan
cb37ae8142
[Reporting] Stabilize CSV export tests (#112204)
* [Reporting] Stabilize CSV export tests

* add debugging logging for results metadata

* restore accidentally deleted tests

* restore "large export" test

* remove redundant availability test

* do not filter and re-save

* fix getHitCount

* fix large export test

* skip large export test :(

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-27 11:44:29 -07:00
Ece Özalp
76d966a33a
[CTI] adds Risky Host Overview Card (#109553) 2021-09-27 14:28:09 -04:00
Spencer
6612f2b533
[optimizer] keep classnames to support constructor.name (#113119)
Co-authored-by: spalger <spalger@users.noreply.github.com>
2021-09-27 13:04:10 -05:00
Christiane (Tina) Heiligers
96379a5be3
Decouples saved objects management from legacy saved objects loaders (#113031)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-27 13:36:05 -04:00
Zacqary Adam Xeper
add8f130cf
[Stack Monitoring] Convert standalone_clusters directory to typescript (#112696)
* [Stack Monitoring] Convert standalone_clusters directory to typescript

* Fix types

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-27 13:07:55 -04:00
Zacqary Adam Xeper
dc024442ec
[Stack Monitoring] Convert setup directory to typescript (#112584)
* [Stack Monitoring] Convert setup directory to typescript

* Fix types

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-27 13:02:52 -04:00
Byron Hulcher
40dbe1a161
[App Search] Continue polling empty engines even when they have a schema (#112915) 2021-09-27 13:00:31 -04:00
Michael Dokolin
16aa9bf85f
[Expressions] Partial results example plugin (#113001)
* Update mapColumn expression function implementation to support partial results
* Add partial results example plugin
2021-09-27 18:54:05 +02:00
Vadim Yakhin
9e95786b42
[Workplace Search] Remove unused components and redundant link (#112971)
* Remove user_icon and user_option_item components

They are no longer needed after the removal of Standard Auth

* Remove link wrapping image

It duplicates the link below the image and creates a redundant "external link" icon

* Fix typo

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-27 11:24:12 -05:00
Thomas Neirynck
be1ee57a03
[Fleet] Add custom integrations API (#112481)
Add a new plugin `custom_integrations`. This plugin allows for the registration of data-integrations tutorials. The Fleet-integrations app will display these alongside the existing Elastic Agent integrations.
2021-09-27 11:54:43 -04:00
Chris Roberson
0d3fa769b5
[Actions] Add preconfigured actions to our telemetry data (#112514)
* Add preconfigured action telemetry

* Revert this change

* Treat the preconfigured action ids the same as the non preconfigured ones

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-27 11:17:02 -04:00
Maja Grubic
c0d68aac32
[Saved Search Embeddable] Add view action (#112396)
* [Saved Search Embeddable] Add view action

* Fix typescript and lint errors; add tests

* Add a functional test

* Fix a unit test

* Renaming action

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-27 16:14:49 +02:00
Walter Rafelsberger
ae4e7ccc51
[ML] Transforms: Align privileges checks with ML plugin. (#112970)
To check the available node count, the ML plugin has an additional privileges check before returning the result. This PR uses the same approach for the corresponding transforms node endpoint.
2021-09-27 15:35:27 +02:00
Robert Oskamp
314227d259
[ML] Functional tests - stabilize custom URLs tests (#113096)
This PR stabilizes the functional custom URLs tests by adding retries for the dashboard and other type URL save service methods, similar to what we already have in the discover type URL save service method.
2021-09-27 15:30:24 +02:00
Tiago Costa
d2d0da7c7d
skip flaky suite (#113082) 2021-09-27 13:16:19 +01:00
Anton Dosov
ac0fd7ced6
[uiActionsEnhanced] reduce bundle size (#112956) 2021-09-27 14:00:48 +02:00
Tiago Costa
5f264441f3
skip flaky suite (#93354) 2021-09-27 12:58:59 +01:00
Robert Oskamp
149d4025b9
[ML] Functional tests - re-enable tests after ES fix (#113095)
With the Elasticsearch fix https://github.com/elastic/elasticsearch/pull/77801 merged, we can now re-enable the test suites that have been skipped due to the corresponding sort optimization issue.
2021-09-27 13:38:05 +02:00
Yulia Čech
bbc0713c2e
[ILM] Added max_primary_shard_size input to shrink action (#111394)
* [ILM] Added `max_primary_shard_size` input to shrink action (hot and warm phases)

* [ILM] Fixed form serializer and deserializer

* [ILM] Added CITs for shrink action

* [ILM] Fixed i18n issues

* [ILM] Made `number_of_shards` the default option for the shrink action

* [ILM] Fixed i18n files

* [ILM] Added default value of 1 to the number of shards input in shrink action

* [ILM] Switched to a radio button group for shrink options

* [ILM] Back to shorter labels in the radio button group

* [Snapshot & Restore] Fixed eslint issues

* Update x-pack/plugins/index_lifecycle_management/public/application/sections/edit_policy/i18n_texts.ts

Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com>

* [ILM] Added key to the shrink field fixing shared state

* [ILM] Removed duplicated i18n strings

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com>
2021-09-27 13:18:18 +02:00
juliaElastic
aeaad1ff55
[Fleet] cleanup old package assets (#112644)
* cleanup on server side

* cleanup all older versions

* fixed type errors

* added unit tests

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-27 05:51:46 -04:00
Diana Derevyankina
6a950a3c27
[TSVB] Series hidden via click reappear on auto refresh (#112807)
* [TSVB] Series hidden via click reappear on auto refresh

* Move mainAxisGroupId back to render

* Remove blank line in vis.js

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-27 12:38:25 +03:00
Pierre Gayvallet
d2bd7f8487
Throw error during startup if scripting is disable in ES (#113068) 2021-09-27 11:35:25 +02:00
Marta Bondyra
48be0ca3b5
[Graph] remove warning and logs from console when testing (#113074)
* [Graph] simplify use_workspace_loader tests

* get rid of the warning about the same keys

* get rid the warning about not found method

* warning about the same keys

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-27 11:33:33 +02:00
Marta Bondyra
cfe084829f
[Visualize] [Lens] remove warning and logs from console when testing (#113070)
* date_ranges console.warn removed

* lens app console info remved

* percentailize i18n & generate id removed

* vega_parser.test canvas mock warning removed

* vega console logs removed from tests

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-27 11:32:47 +02:00
Stratoula Kalafateli
2fd7f85877
[TSVB] Resolves the flakiness on url drilldowns functional tests (#112809)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-27 12:32:24 +03:00
Stratoula Kalafateli
dece5fd01d
Remove all kibana.yml deprecations from visEditors plugins (#112643)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-27 12:26:01 +03:00
Marco Liberati
b303d0fecd
[Lens] [Documentation] More Lens advanced questions answered (#111601)
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-27 10:13:12 +02:00
Mat Schaffer
970394b8a9
[Stack Monitoring] Beats Overview view migration (#112377)
* Wire up a stub beats overview page

* Filling in some bits

* Figured out this todo already

* Fix importa and product name

* Wire up BeatsOverview component

* Set breadcrumbs

* Add "beats" part to breadcrumbs

* Remove unused vars copied from ES overview

* Use passed data rather than outer scope

* Fixing basic type checks

* Fix breadcrumb type issues

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-26 23:40:59 -04:00
Jonathan Budzenski
d27c72302d skip flaky suite. #104578 2021-09-26 16:29:06 -05:00
Jonathan Budzenski
0a30434086 skip flaky suite. #100296 2021-09-26 16:06:40 -05:00
Jonathan Budzenski
affeb996fd skip flaky suite. #113067 2021-09-26 10:39:31 -05:00
Jonathan Budzenski
bffe5cfc47
[ci] sync storybook builds between jenkins and buildkite (#113071) 2021-09-24 13:35:13 -04:00
Khristinin Nikita
46d68705e6
Set default value for Indicator index query (#112300)
* Change deafult value for indicator query

* Move threat math query to constants

* Use existing constantant for Cypress test

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-24 06:58:48 -04:00
Yuliia Naumenko
03cd9e8886
[Actions][Connectors] Modify email connector UI flyout to support OAuth 2.0 Client Credentials flow for MS Exchange provider (#112375)
* [Actions][Connectors] Modify email connector UI flyout to support OAuth 2.0 Client Credentials flow for MS Exchange provider

* fixed test

* added unit test

* added validation unit test

* fixed fn test

* fixed prettier

* -

* Update email_connector.test.tsx

* Update use_email_config.test.ts

* fixed due to comments

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-23 19:39:26 -07:00
Tim Sullivan
03007d0150
[Reporting] Add output size stats to telemetry metrics (#112037)
* [Reporting] Add output size stats to telemetry metrics

* fix types

* add output_size for each jobtype

* add size metrics for each job type

* use more mock data in unit tests

* clean up test

* update test snapshots

* update telemetry mapping

* SizeMetrics => SizePercentiles

* DocCount interface

* fix tests

* Update get_export_stats.ts

* update snapshots
2021-09-23 16:14:35 -07:00
Jonathan Budzenski
09e7093b7d skip flaky suite. #112812 2021-09-23 17:10:26 -05:00
Marius Dragomir
aa98fab25e
[Stack Functional Integration] Add minimal hearbeat tests (#112986)
* add hearbeat tests and convert to TS

* fix ts errors

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-23 22:02:41 +02:00
Nicolas Chaulet
94368aae59
[Fleet] Rename misleading functions setupIngestManager and createPolicyChangeAction (#113016) 2021-09-23 15:42:18 -04:00
Jonathan Budzenski
f5ccf18da1 skip flaky suite. #70928 2021-09-23 14:36:12 -05:00
Kevin Logan
44ebc8b8af
[Security Solution] update protection names in Policy response and Policy locked cards (#113000) 2021-09-23 15:05:35 -04:00
Brandon Morelli
bc1c6dca47
docs: 7:15 APM updates (#112775) 2021-09-23 11:52:10 -07:00
Irina Truong
1084ce7124
Update Enterprise Search "can't connect" message to include OpenID Connect as supported realm. (#112904)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-23 11:40:52 -07:00
Thomas Watson
0e95de45ef
[Reporting] Improve streaming code in ContentStream (#112950) 2021-09-23 11:29:40 -07:00
Candace Park
6504de234e
[Security Solution][Endpoint][TA] Create flyout UI update with section headers and button group (#112052) 2021-09-23 13:54:43 -04:00
Zacqary Adam Xeper
4ac8bd2b0e
[Metrics UI] Fix No Data alerts on Metric Threshold with groupBy (#111465)
* [Metrics UI] Fix No Data alerts on Metric Threshold with groupBy

* Fix typecheck

* Add integration test for no data groupBy scenario

* Uncomment test files

* Uncomment test files

* Reset stored groups when groupBy parameter changes

* Test for groupBy arrays

* Fix initial No Data result when no groups are detected yet

* Fix linting error

* Fix detecting groups with doc count 0

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-23 12:44:20 -05:00
Jonathan Budzenski
8f1796c993
Bump hapi related dependencies (#112723)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-23 13:43:24 -04:00
Jonathan Budzenski
0484e6c17e skip test blocking es promotion. #113012 2021-09-23 12:23:54 -05:00
Dario Gieselaar
884165af28
[APM] Ensure multiple path parameters are matched (#112958) 2021-09-23 18:39:25 +02:00
Ester Martí Vilaseca
8a6999845f
[Stack monitoring] Elasticsearch nodes view migration (#112422)
* wip nodes view migration

* Save table pagination with localStorage and add some types

* fix types

* fix pagination

* fix table query

* remove async

* fix eslint

Co-authored-by: neptunian <sandra.gonzales@elastic.co>
2021-09-23 12:29:51 -04:00
Lisa Cawley
acf6a0296c
Update more doc links for ingest pipelines app (#112767) 2021-09-23 09:29:02 -07:00