Commit graph

44908 commits

Author SHA1 Message Date
Robert Oskamp f9bdcd78d5
[ML] Functional tests - some stability fixes for cloud test execution (#106686)
This PR stabilizes some functional tests for cloud execution / execution in different order.

* Reset fleet setup after module tests
* Additional check and retry for anomaly explorer dashboard integration
* Stabilize DFA job wizard step navigation
2021-07-27 08:28:44 +02:00
Yaroslav Kuznietsov 8a42fdbf62
[Canvas] AdvancedFailure refactor. (#106523)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-07-27 09:07:06 +03:00
Yaroslav Kuznietsov 34ca277212
[Canvas] Expression metric (#104390)
* Added `expression_metric` plugin.

* Update src/plugins/expression_metric/README.md

Co-authored-by: Corey Robertson <crob611@gmail.com>
2021-07-27 09:05:24 +03:00
Nicolas Chaulet a3688b17ec
[Fleet] Do not display add agent from the integration table in agent policy (#106785) 2021-07-26 18:25:32 -04:00
gchaps 8115a76b8b
[DOCS][DEV TOOLS] Uses task-oriented titles (#106796) 2021-07-26 14:53:49 -07:00
Justin Kambic a898f75b0e
[Uptime] Fix invalid non-null assertion (#106595)
* Fix invalid non-null assertion.

* Add `aria-labl` and refactor unit tests.

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-07-26 17:15:51 -04:00
Brian Seeders 7c2dc485e6
[Buildkite] Sync with master updates since Buildkite was disabled (#106766) 2021-07-26 17:01:25 -04:00
Brian Seeders 8837196851
[CI] Add GitHub action for fixing version label gaps (#106467) 2021-07-26 17:01:05 -04:00
Michael Olorunnisola b807776699
[Security Solution][Analyzer] - Remove beta badge (#106752) 2021-07-26 15:52:05 -04:00
Kaarina Tungseth 500cb492f2
[DOCS] Adds the 8.0.0-alpha1 release notes (#106599)
* [DOCS] Adds the 8.0.0-alpha1 release notes

* [DOCS] Adds the remaining breaking changes and deprecations content

* [DOCS] Comments out 8.0.0 release notes

* Update docs/CHANGELOG.asciidoc

Co-authored-by: Josh Dover <1813008+joshdover@users.noreply.github.com>

* Update docs/CHANGELOG.asciidoc

Co-authored-by: Josh Dover <1813008+joshdover@users.noreply.github.com>

* Comments from reviews

* Comments from reviews

* Final changes

Co-authored-by: Josh Dover <1813008+joshdover@users.noreply.github.com>
2021-07-26 14:29:18 -05:00
Kaarina Tungseth 77b2d8ad12
[DOCS] Updates server status page image (#106772) 2021-07-26 14:18:15 -05:00
Clint Andrew Hall 4c79021596
Add initContext as optional service param; add Kibana version to Canvas (#106756)
* Add PluginInitializerContext as an optional services param; add Kibana version to Canvas

* Fix nit: initContext is not optional.
2021-07-26 15:16:08 -04:00
Ahmad Bamieh 35afacff72
[Telemetry] application usage views: allow tracking on any component and fix unmounting issues (#106507)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-07-26 15:03:49 -04:00
Spencer d3606aee04
[ci] raise the max-old-space-size for scripts/build_api_docs (#106735)
Co-authored-by: spalger <spalger@users.noreply.github.com>
2021-07-26 14:41:18 -04:00
Oliver Gupte 4b4b4c2bf2
[APM] Beta message more prominant in APM schema settings with callout (#105651) (#106743) 2021-07-26 13:56:15 -04:00
Ahmad Bamieh 2b7d1396e3
[Deprecations service] Add requireRestart field (#106701) 2021-07-26 20:17:52 +03:00
Kaarina Tungseth 9ced2fb4ee
[DOCS] Removes image from color field formatter (#106744) 2021-07-26 11:52:38 -05:00
DeDe Morton 4f5e2a675a
Update Fleet settings for 7.14 (#103380)
* Update Fleet settings for 7.14

* Apply jen-huang's suggestions from code review

Co-authored-by: Jen Huang <its.jenetic@gmail.com>

* Add fixes from the review

Co-authored-by: Jen Huang <its.jenetic@gmail.com>
2021-07-26 09:11:38 -07:00
Jonathan Budzenski 08ef8dab01 skip flaky test #106749 2021-07-26 11:07:34 -05:00
Kaarina Tungseth 25585947ea
[DOCS] Updates the screenshots for Reporting and sharing (#106435)
* [DOCS] Updates the Reporting and sharing images for 7.14

* [DOCS] Updates the screenshots for Reporting and sharing

* Adds links to anon access and reporting settings
2021-07-26 10:55:26 -05:00
Corey Robertson 8c719ffbf9
[Dashboard] Adds migration smoke tests for TSVB panels on dashboard (#105655)
* Adds migration smoke tests for TSVB panels on dashboard

* Adds index pattern TSVB panel

* Update 7.13.3 export

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-07-26 11:50:16 -04:00
Aleh Zasypkin 6c8f00b08e
Restore legacy SAML ACS endpoint. (#106665) 2021-07-26 17:42:09 +02:00
Kaarina Tungseth 1f138fa18f
[DOCS] Updates Canvas images for 7.14 (#106424)
* [DOCS] Updates Canvas images for 7.14

* Fixes refresh image size
2021-07-26 10:17:44 -05:00
Kyle Pollich d66e12e418
Display full featured header when creating policies from policy page (#106715) 2021-07-26 11:00:53 -04:00
Christos Nasikas 2b34cd3572
[Cases] Fix action type naming on field mapping (#106695) 2021-07-26 17:42:11 +03:00
Sergi Massaneda eee4567484
fix deeplink url (#106697) 2021-07-26 16:20:13 +02:00
Yaroslav Kuznietsov 2170818b73
[Canvas] ArgForm HOC refactored. (#106639)
* Refactored `ArgForm` hoc from `recompose` to `react hooks`.

* Refactored from `connect` to `useSelector`.

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-07-26 17:03:01 +03:00
Felix Stürmer 2392b4f24a
[Logs UI] Improve log threshold alert factory argument order (#106532)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-07-26 15:26:39 +02:00
Marco Liberati 3c6b85469b
[Lens] Move Lens functions to common (#105455)
* 🚚 First move batch to common

* 🚚 Second batch of move

* 🏷️ Import types only

* 🚚 Third batch

* 🚚 Fourth batch move

* 🚚 Another module moved

* 🚚 More function moved

* 🚚 Last bit of move

*  Reduce page load bundle size

* 🐛 Fix import issue

* 🐛 More import fix

*  Registered functions on the server

* 🐛 Expose datatable_column as well

*  Add server side expression test

* 🚚 Moved back render functions to public

*  Add a timezone arg to time_scale

* 🔥 Remove timezone arg

* 🔥 Remove server side code for now

* 👌 Integrated feedback

* 🚚 Move back datatable render function

* 🏷️ Fix imports

* 🏷️ Fix missing export

* 🚚 Move render functions back!

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-07-26 15:26:29 +02:00
Nicolas Chaulet 8924ff3219
[Fleet] Replace hash router by router with scoped history (#106267) 2021-07-26 07:50:29 -04:00
Peter Pisljar 6042e6929c
adding migrateToLatest to embeddable and expressions plugins (#106207) 2021-07-26 13:49:38 +02:00
Stratoula Kalafateli c50f9c1701
[Pie, XY] MAkes the filter button in legend keyword accessible (#106374)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-07-26 14:37:27 +03:00
Dmitry Tomashevich 2bb1309514
[Graph] Remove angular from inspect panel (#106368)
* [Discover] remove angular from inspect panel

* [Graph] remove ui-ace module import

* [Graph] remove uiace angular injected module

* [Graph] remove redundant interface

* [Graph] remove ui-ace from package.json

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-07-26 14:27:07 +03:00
Yaroslav Kuznietsov cf1761c65a
[Canvas] ElementContent refactor. (#106645)
* Removed `recompose` in favour of `hooks`.

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-07-26 14:23:32 +03:00
Anton Dosov 8d8659d3f1
[Discover][Search Sessions] force pause refresh when restoring discover state (#105743) 2021-07-26 13:02:22 +02:00
Alexey Antonov 80876620f9
[TSVB] fix Default index pattern is requested while it shouldnt (#106119)
* [TSVB] fix Default index pattern is requested while it shouldnt

* update index_patterns_utils.ts

* fix wrong behaviour on no index found

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-07-26 12:32:24 +03:00
Marta Bondyra 91aa2bb8ec
[Lens] Truncate field dropdown in the middle (#106285)
* [Lens] Truncate field dropdown in the middle

* implementation

* aligning width of the elements, calculating width in canvas, serving edgecases like selected element, tests update

* revert selectedField as it doesn't solve all cases

* code review

* cr

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-07-26 11:32:00 +02:00
Alexey Antonov 7c064ec31e
[Vega, TSVB, Timeline] fix send data request twice when opening visualizations. (#106398)
Closes: #106398

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-07-26 12:24:34 +03:00
Yaroslav Kuznietsov 3027999435
[Canvas] Expression image (#104318)
* Added `expression_image` plugin.

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-07-26 11:48:45 +03:00
Yaroslav Kuznietsov 89b8dc6095
Datasource refactored from recompose to hooks. (#106640)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-07-26 11:34:38 +03:00
Yaroslav Kuznietsov 293a6d6c42
[Canvas] Datasource/index refactor. (#106643)
* Refactored from `recompose` to `hooks`.

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-07-26 11:33:37 +03:00
David Sánchez 1d9ec12b5b
[Security solution] [Endpoint] Unify subtitle text in flyout and modal for event filters (#106562)
* Unify subtitle text in flyout and modal for event filters

* Change variable name and make it more consistent with trusted apps showing subtitle only when adding event filters

* Remove old unused keys

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-07-26 09:41:07 +02:00
Yaroslav Kuznietsov 6a50aff254
[Canvas] Register expression_functions in {expression}/public/plugin.ts. (#106636)
* Registered `revealImageFunction` in `public/plugin`.

* Registered `shapeFunction` in `public/plugin`.
2021-07-26 09:09:37 +03:00
Mat Schaffer a1134e1bca
Note full cli arg for es full featured snapshot (#103045) 2021-07-26 13:52:51 +09:00
Byron Hulcher f7a308859f
[App Search] New Add Domain Flyout for Crawler (#106102)
* Added /api/app_search/engines/{name}/crawler/domains to Crawler routes

* New AddDomainLogic

* New AddDomainFormSubmitButton component

* New AddDomainFormErrors component

* New AddDomainForm component

* New AddDomainFlyout component

* Add AddDomainFlyout to CrawlerOverview

* Use exact path for CrawlerOverview in CrawlerRouter

* Clean-up AddDomainFlyout

* Clean-up AddDomainForm

* Clean-up AddDomainFormSubmitButton

* Extract getErrorsFromHttpResponse from flashAPIErrors

* Clean-up AddDomainLogic

* Remove unused imports

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-07-25 10:53:17 -04:00
Jean-Louis Leysens e45d25dde0
Fix vis. search filter being overridden in dashboard (#106399)
* fix vis search filter context being overridden in dashboard

* Revert "fix vis search filter context being overridden in dashboard"

This reverts commit ead7ef6ed3.

* updated filtering order in kibana context

* use buildFilter

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-07-25 15:59:24 +02:00
Steph Milovic c0ceb06f4b
[Security Solution] UEBA Spacetime Project (#104973)
Merging with known issues documented here: https://github.com/elastic/kibana/issues/106648
2021-07-23 09:49:55 -05:00
Yaroslav Kuznietsov 3e4b64b779
[Canvas] Expression repeat image (#104255)
* Repeat Image plugin added.
2021-07-23 11:29:06 +03:00
Dominique Clarke a8da74df56
[Uptime] monitor list layout fix (#106159)
* update monitor list component to hide downtown history and accordion toggle in medium and large screens

* force page headings with flex content to wrap

* adjust types

* adjust variable naming for uptime monitor list

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-07-22 21:58:22 -04:00
Chris Cowan bda98e70f2
[Metrics UI] Ensure alert dropdown closes properly (#106343) 2021-07-22 18:21:14 -07:00