Commit graph

47093 commits

Author SHA1 Message Date
Tiago Costa f2bfa595ee
skip flaky suite (#106053) 2021-10-11 13:50:27 +01:00
Tiago Costa c34e99ee73
skip flaky suites (#100951) 2021-10-11 13:37:04 +01:00
Tiago Costa 76546920fc
skip failing es promotion suites (#114473, #114474) 2021-10-11 13:17:33 +01:00
Tiago Costa 5ff38a122b
skip failing es promotion suites (#114471) 2021-10-11 13:10:52 +01:00
Anton Dosov 427c7ef8ba
[bfetch] Fix memory leak (#113756) 2021-10-11 13:49:54 +02:00
Dmitry Shevchenko ce7b1ea653
Implement writing rule execution events to event_log (#112286) 2021-10-11 07:05:52 -04:00
Jean-Louis Leysens 75983cf450
[Reporting] Update chromium exit behaviour (#113544)
* move uncaught exception out of exit$

* reintroduce original error, but as a log instead

* change log level: error -> warning. also update copy to make it explicit that the error will be ignored

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-11 12:58:59 +02:00
Giorgos Bamparopoulos b2108f4c2c
Add all APM configuration settings to the documentation (#114139)
* Add APM configuration settings to the documentation

* Rename  the deprecated apm_oss.* configurations to xpack.apm.*

* Remove new lines

* Add ess icon to config settings

* Add link to the APM configuration settings docs

Co-authored-by: Søren Louv-Jansen <sorenlouv@gmail.com>

Co-authored-by: Søren Louv-Jansen <sorenlouv@gmail.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-11 11:53:49 +01:00
Stratoula Kalafateli 9a1779d364
[Visualize] unskip the reporting funtional test (#114094)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-11 13:37:01 +03:00
Marco Liberati 1bf09e6930
[Lens] Thresholds: Add text to markers body (#113629)
* 🐛 Add padding to the tick label to fit threshold markers

* 🐛 Better icon detection

* 🐛 Fix edge cases with no title or labels

* 📸 Update snapshots

*  Add icon placement flag

*  Sync padding computation with marker positioning

* 👌 Make disabled when no icon is selected

*  First text on marker implementation

* 🐛 Fix some edge cases with auto positioning

* Update x-pack/plugins/lens/public/xy_visualization/xy_config_panel/threshold_panel.tsx

Co-authored-by: Michael Marcialis <michael@marcial.is>

* 🐛 Fix minor details

* 💄 Small tweak

*  Reduce the padding if no icon is shown on the axis

*  Fix broken unit tests

* 💄 Fix vertical text centering

* 🚨 Fix linting issue

* 🐛 Fix issue

* 💄 Reorder panel inputs

* 💄 Move styling to sass

* 👌 Address feedback

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Michael Marcialis <michael@marcial.is>
2021-10-11 12:32:19 +02:00
Maja Grubic 9d2c536ccb
[Discover] Unskip Painless date functional test (#114224)
* [Discover] Unskip functional test

* Remove comment

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-11 11:49:20 +02:00
Pierre Gayvallet cba91fdaab
Status service: improve overall status summary (#114228)
* improve getSummaryStatus

* fix unit tests
2021-10-11 11:48:10 +02:00
Clint Andrew Hall 25fef38f12
[fleet][ui] Fix offset image; scrollbar flashing; missing assets in Stories (#114406) 2021-10-11 11:19:00 +02:00
juliaElastic 930fe96260
[Fleet] added support for installing tag saved objects (#114110)
* added tag saved objects to assets

* fixed review comments

* added translation to constants

* added missing icon type

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-11 11:00:53 +02:00
Uladzislau Lasitsa 41c813bac4
[Visualization] Get rid of saved object loader and use savedObjectClient resolve (#113121)
* First step: create saved_visualize_utils, starting use new get/save methods

* Use new util methods in embeddable

* move findListItem in utils

* some clean up

* clean up

* Some fixes

* Fix saved object tags

* Some types fixes

* Fix unit tests

* Clean up code

* Add unit tests for new utils

* Fix lint

* Fix tagging

* Add unit tests

* Some fixes

* Clean up code

* Fix lint

* Fix types

* put new methods in start contract

* Fix imports

* Fix lint

* Fix comments

* Fix lint

* Fix CI

* use local url instead of full path

* Fix unit test

* Some clean up

* Fix nits

* fix types

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-11 11:56:36 +03:00
Giorgos Bamparopoulos 2dece3d446
Update APM queries development doc (#114268)
* Add links to field references and GET requests to the examples

* Add troubleshooting info for failed requests

* Add data model and running examples section

* Add GET requests for query examples

* Add `metricset` possible values

Co-authored-by: Søren Louv-Jansen <sorenlouv@gmail.com>

* Add transaction based and metric based queries

Co-authored-by: Søren Louv-Jansen <sorenlouv@gmail.com>
2021-10-11 09:39:49 +01:00
Jen Huang ab7e3e8d39
[Fleet] De-dupe setting kibana.version constraint in get package request to EPR (#114376) 2021-10-11 10:36:24 +02:00
Mikhail Shustov 62658899e9
Bump hapi to a version with aborted request fix (#114414)
* bump hapi to a version with aborted request fix

* enable apm functional tests
2021-10-11 09:12:56 +02:00
Kyle Pollich c73dc234e3
[Fleet] Display upgrade integration button instead of save for upgrades (#114314)
* Display upgrade integration button instead of save for upgrades

* Skip endpoint tests

* Revert "Skip endpoint tests"

This reverts commit 3cfd100171.
2021-10-10 23:47:55 -04:00
Khristinin Nikita 30aeb8106c
Make host card overview space aware (#113983)
* Make host card overview space aware

* Add cypress test

* Move getHostRiskIndex to helpers

* Fix cypress test

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-10 20:45:30 +02:00
Joe Portner 5285858252
Update sharing saved objects dev docs (#114395) 2021-10-10 09:34:17 -04:00
Sébastien Loix 961fe752c5
[Watcher] Use fixed_interval instead of interval (#113527) 2021-10-09 14:53:55 +01:00
Thomas Neirynck cbc4f5235c
[Fleet] Add installed integration callouts (#113893)
Co-authored-by: Clint Andrew Hall <clint@clintandrewhall.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-09 02:48:23 -04:00
Spencer 032473ba29
[ci-stats-reporter] ensure HTTP adapter is used (#114367)
* [ci-stats-reporter] ensure HTTP adapter is used

* update kbn/pm dist

Co-authored-by: spalger <spalger@users.noreply.github.com>
2021-10-08 17:52:44 -05:00
Spencer b06e6db2f5
[kbn/optimizer] log about high-level optimizer progress (#103354)
* [kbn/optimizer] log about high-level optimizer progress

* restore logOptimizerProgress helper to fix tests

* fix lint error

Co-authored-by: spalger <spalger@users.noreply.github.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-08 16:27:33 -04:00
Jonathan Budzenski 4893b27590 skip flaky test. #112922 2021-10-08 11:18:54 -05:00
Jonathan Budzenski 485aebc73d skip failing es promotion suites. #111240 2021-10-08 10:58:52 -05:00
Jonathan Budzenski 581714ed40 skip flaky test. #114261 2021-10-08 10:50:03 -05:00
Kevin Lacabane d32520af6a
[Stack Monitoring] sync timepicker with url (#114290)
* sync timepicker hook with url

* name function

* fix linter errors
2021-10-08 13:26:28 +02:00
Pierre Gayvallet b6f1682635
Fix dev doc pages (#114297)
* fix doc page

* fix doc page bis
2021-10-08 10:59:27 +02:00
Yaroslav Kuznietsov 2498b6212c
[MetricVis] Move the expression function and renderer to a separate plugin. (#113427)
* Added expressionMetricVis plugin.

* splitted metric vis_type and expression.

* Fixed check errors.

* Fixed plugin docs.

* updated snapshots.

* Added code owner to expressionMetricVis.

* updated chart docs.

* Changed the `Metric` type export.

* Added storybook.

* Added bucket story.

* Added without label story.

* Added "with custom font size" story.

* Added other stories.

* Added DatatableColumn accessors.

* Replaced Metric with MetricOptions.

* Fixed MetricOptions.any

* updated the check of min/max existence.

* Updated function/renderer names.

metricRenderer -> metricVisRenderer
metricFunction -> metricVisFunction

* updated snapshot.

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-08 08:42:44 +03:00
Garrett Spong 15c7bd0192
[Security Solution][Detections] Updates Indexing/Query Time columns in Rule Monitoring table to be SUM instead of MAX (#114023)
## Summary

Updates the `Indexing Time` & `Query Time` columns in the `Rule Monitoring` table to be `SUM` instead of `MAX`, thus showing the total duration of indexing/querying phases within a Rule's execution rather than just the phase that took the longest. Also adds tooltips to columns for better understanding these metrics.

~Note: Wanted to add a link to documentation for `Last Gap` column, but cannot add links within `EuiToolTip` and didn't want to mis-align design of other column tooltips by introducing a popover. @elastic/security-design please advise on desired action or copy changes here -- thanks!~ 🙂 

Update: As guided by design, changed `Last Gap` tooltip to be `EuiPopover` and added link to docs.

##### Indexing Time:
<p align="center">
  <img width="700" src="https://user-images.githubusercontent.com/2946766/136475361-cedd7c6a-6a0e-4a86-8467-c929aed0f16e.png" />
</p>


##### Query Time:
<p align="center">
  <img width="700" src="https://user-images.githubusercontent.com/2946766/136475378-1228dfcf-a921-4c0e-8f1e-7594e9c220d4.png" />
</p>

##### Last Gap:
<p align="center">
  <img width="700" src="https://user-images.githubusercontent.com/2946766/136475412-b54f2419-ced8-43d8-8643-09c8e2cacc44.png" />
</p>



### Checklist

Delete any items that are not applicable to this PR.

- [X] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/master/packages/kbn-i18n/README.md)
2021-10-07 22:35:11 -04:00
Nathan L Smith 02822a66fa
Relocate internal APM API endpoints to /internal (#114196)
All endpoints except annotations, source maps, and agent configuration are now at /internal/apm instead of /api/apm.

None of the UX endpoints have been updated, only APM.

If you search for "/api/apm" in the codebase, you should only see the above endpoints.

Fixes #113383.
2021-10-07 19:11:20 -05:00
Joe Portner 080b2199f4
Legacy url conflict UI improvements (#114172) 2021-10-07 20:09:19 -04:00
Jonathan Budzenski 0861a5d6a0
[build] Fix os package kibana.yml (#114372) 2021-10-07 20:03:37 -04:00
Kyle Pollich 67cbccf9a7
[Fleet] Revert max fields value for Fleet component templates to 10k (#114299)
* Revert max fields value for Fleet component templates to 10k

* Skip endpoint tests

* fix failing spec

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-07 18:27:16 -04:00
Stacey Gammon 0442c87591
High level walkthrough of repo folder structure (#114293)
* Create code_walkthrough.mdx

* Remove unused utilities folder and mention of it in the repo structure doc.

* Update dev_docs/contributing/code_walkthrough.mdx

Co-authored-by: Luke Elmers <lukeelmers@gmail.com>

* Update dev_docs/contributing/code_walkthrough.mdx

Co-authored-by: Luke Elmers <lukeelmers@gmail.com>

* Update dev_docs/contributing/code_walkthrough.mdx

omg my grammar is horrible.

Co-authored-by: Luke Elmers <lukeelmers@gmail.com>

* Update dev_docs/contributing/code_walkthrough.mdx

Co-authored-by: Luke Elmers <lukeelmers@gmail.com>

* Update dev_docs/contributing/code_walkthrough.mdx

Co-authored-by: Luke Elmers <lukeelmers@gmail.com>

* Update dev_docs/contributing/code_walkthrough.mdx

Co-authored-by: Luke Elmers <lukeelmers@gmail.com>

* Update dev_docs/contributing/code_walkthrough.mdx

Co-authored-by: Luke Elmers <lukeelmers@gmail.com>

* review updates

* Update dev_docs/contributing/code_walkthrough.mdx

Co-authored-by: Brandon Kobel <brandon.kobel@gmail.com>

* Update dev_docs/contributing/code_walkthrough.mdx

Co-authored-by: Brandon Kobel <brandon.kobel@gmail.com>

Co-authored-by: Luke Elmers <lukeelmers@gmail.com>
Co-authored-by: Brandon Kobel <brandon.kobel@gmail.com>
2021-10-07 17:42:05 -04:00
Jason Stoltzfus a5a8bb29d6
[App Search] Wired up action buttons for suggestion detail view (#114183) 2021-10-07 17:38:05 -04:00
Spencer 9bb8f2246c
[ts] support building refs for one project (#114345)
Co-authored-by: spalger <spalger@users.noreply.github.com>
2021-10-07 16:37:42 -05:00
renovate[bot] bd7d54642d
Update babel to ^7.15.8 (master) (#114195)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-07 16:15:16 -05:00
Tim Sullivan ba11cb344f
[Reporting] Re-enable test for large CSV export from Discover (#113675)
* [Reporting] Re-enable test for large CSV export from Discover

* update snapshot

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-07 16:35:24 -04:00
Diana Derevyankina f945ccfbbf
Revert "[Lens] Rename Index pattern to Data view (#110252)" (#114277)
This reverts commit 93522e5fa8.
2021-10-07 16:15:47 -04:00
Diana Derevyankina 87e6fb46eb
Revert "[Visualize] Wizard rename Index pattern to Data view (#110251)" (#114276)
This reverts commit a8084b7f19.
2021-10-07 16:14:53 -04:00
Diana Derevyankina 2e6ce134f4
Revert "[TSVB] Rename Index pattern to Data view (#110253)" (#114278)
This reverts commit 51df1e58a3.
2021-10-07 16:14:20 -04:00
Pete Harverson 0b14195b69
[ML] Fix deletion of models that are not used by pipelines (#114107)
* [ML] Fix deletion of models that are not used by pipelines

* [ML] Edits from review

* [ML] Fix jest test for index switch in delete job modal

* [ML] Fix API test calls to createTestTrainedModels

* [ML] Remove unnecessary async from jest test
2021-10-07 21:08:13 +01:00
Patrick Mueller e62b752516
[actions] update doc on customHostSettings config (#101768)
Improved the doc on the Kibana config for actions customHostSettings

Co-authored-by: ymao1 <ying.mao@elastic.co>
2021-10-07 15:48:29 -04:00
Dominique Clarke c92610deeb
[Observability] [Exploratory View] limit breakdown to one series (#113888)
* observability - exploratory view - limit breakdown to one series

* adjust content

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-07 15:26:38 -04:00
Madison Caldwell 5e8b816bc5
Use 'max' agg instead of 'top_hits' as we just need the timestamp field now (#113667)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-07 14:49:24 -04:00
Thomas Watson 250e0d13e8
Bump immer, redux and @reduxjs/toolkit (#110962)
Co-authored-by: Xavier Mouligneau <189600+XavierM@users.noreply.github.com>
2021-10-07 14:34:36 -04:00
garanews 58f6d9002a
Fix typos in docs & dev_docs (#113746) 2021-10-07 14:30:32 -04:00