Commit graph

47824 commits

Author SHA1 Message Date
Corey Robertson 39d79f7237
Remove fullscreen mode when workpad unmounts (#114551)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-11-02 13:07:29 -04:00
Tyler Smalley 98de5f673c Revert "[ci] Run Jest tests in parallel (#115687)"
This reverts commit 237d68d6e9.
2021-11-02 10:05:55 -07:00
Tyler Smalley 5d557539e4 Revert "[ci] Increase heap of Jest"
This reverts commit 87c7289b74.
2021-11-02 10:05:31 -07:00
Tyler Smalley 441003df5c Ignore eslint no-explicit-any
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2021-11-02 09:47:54 -07:00
Claudio Procida c149fe6f92
[RAC] Updates Alerts table cell actions (#116446)
* Adds Filter Out button to alert table cell flyout

* Adds translations

* Fixes capitalization of labels

* Removes unused declarations and imports

* Fixes and adds functional tests for Alerts table action buttons

* Addresses review comments

* Fixes Alert table cell actions functional tests

* Removes Filter out action for now

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-11-02 17:43:24 +01:00
Matthew Kime e53771df2d
[docs] index pattern => data view (#110421) (#115497)
* [user docs - index patterns] index pattern => data view (#110421)
2021-11-02 11:34:59 -05:00
Tyler Smalley 87c7289b74 [ci] Increase heap of Jest
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2021-11-02 09:17:16 -07:00
Joe Reuter 515d1c1fb6
make sure string mode popover is actually closed (#116585) 2021-11-02 17:07:27 +01:00
Joe Reuter a3b71bea01
retry chart selection (#116580) 2021-11-02 17:07:10 +01:00
Joe Reuter a720a021a4
stabilize combo box selection (#116577)
=
2021-11-02 17:06:09 +01:00
Tyler Smalley 237d68d6e9
[ci] Run Jest tests in parallel (#115687)
* [ci] Run Jest tests in parallel

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>

* Disable coverage

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>

* Make hourly match prs

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>

* Update timeout

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>

* mock process.execArgv so that it is consistent

* Remove comment

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: spalger <spalger@users.noreply.github.com>
2021-11-02 08:53:07 -07:00
Cauê Marcondes 38213cd0e5
[APM] Fixing synthtrace import location (#117017) 2021-11-02 15:38:13 +00:00
Patryk Kopyciński da5371dee5
[Osquery] Fix 7.16.0 BC3 issues (#117105) 2021-11-02 16:37:15 +01:00
Byron Hulcher 0c5952a7d3
[App Search] Update API namespace and routes for Search Relevance Suggestions/Adaptive Relevance (#116994) 2021-11-02 11:32:40 -04:00
Nathan Reese a749f21526
[Maps] fix unable to pluck style meta from local data for geo_grid ve… (#117033)
* [Maps] fix unable to pluck style meta from local data for geo_grid vector tiles for any property other then count

* use metric instead of field value to be more precise

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-11-02 09:24:52 -06:00
Jason Stoltzfus 441d77853f
Remove analytics event (#116995) 2021-11-02 11:21:45 -04:00
Corey Robertson 3742d46b0f
Fix shortcut docs (#114115)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-11-02 11:07:08 -04:00
Madison Caldwell 089505956d
Implement suggestions from PR #116491 (#117014) 2021-11-02 10:54:07 -04:00
Alexey Antonov 4802623502
[TSVB] [Timelion] Brushing is broken for the string mode (#117106)
Closes: #116734
2021-11-02 17:42:22 +03:00
Cauê Marcondes 4eca663c08
[APM] Error distribution chart comparison label and layout fix (#117004)
* fixing bucket size when no data available

* fixing layout

* removing import

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-11-02 14:34:22 +00:00
Frank Hassanabad 4bdc17039b
[Security Solutions] end to end tests, adds more console logging, removes 200 expect statements (#116987)
## Summary

e2e tests are still seeing flake with conflicts and it looks like it _might_ be with querying and not with inserting data. Hard to tell. This PR:

* Adds more console logging when the response is not a 200
* Removes the 200 expect statement and hopes for the best but should blow up if it's not 200 in a different way and we will get the console logging statements.
* Fixes one other flake with the matrix histogram having different counts. We have encountered this before and are applying the same fix which is to just have it check > 0.
* This does fix the timeouts seen where 1 in every 1k rule runs, a rule will not fire until _after_ the 5 minute mark. The timeouts were seen when running the flake runner.


Flake failures around `conflict`:
https://github.com/elastic/kibana/issues/116926
https://github.com/elastic/kibana/issues/116904
https://github.com/elastic/kibana/issues/116231

Not saying this is going to fix those yet, but it's the last 200 ok's we did an expect on, so it might if we are ignoring the conflict. If it fails again I am hopeful beyond hope that we get the body message and line number within the utilities to determine where/why we are getting these from time to time. It does look to fix the timeouts when a rule misfires and slows down the rate at which we continuously query for rule results.

Failure around matrix histogram (The error messages are slightly different on CI each time):
https://github.com/elastic/kibana/issues/97365

Ran this with the flake runner across groups 11 and 12 100 times each and did not see the conflict crop up:
https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/128
https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/129

The 1 failure in each of those runs were due to something on startup that prevented it from running.

### Checklist

Delete any items that are not applicable to this PR.

- [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios
2021-11-02 08:28:48 -06:00
Julia Bardi 157a37114f
[Fleet] cypress setup (#113106)
* added cypress setup for fleet

* updated readme

* fixed types

* fix unused

* starting up fleet server in cypress

* added more fleet tests

* added package update test

* updated readme

* trying jenkins run

* trying jenkins run

* trying jenkins run

* fix types, cypress config

* example of mocked requests

* added getBySel

* fix test after refactor

* removed duplication

* fix tests

* added to buildkite

* updated tests

* starting agent with docker

* trying to fix ip address

* ifconfig

* ip address

* ip address

* ip address

* type fix

* remove extra logging

* fixed test

* fix buildkite

* cleanup

* cleanup

* using docker for fleet_server

* fix

* fix

* trying to fix

* update config

* test

* test

* test

* test

* revert changes

* test

* test

* static ip on linux

* docker version

* try again

* fixed review comments

* fixed types

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Patryk Kopycinski <contact@patrykkopycinski.com>
2021-11-02 15:14:28 +01:00
Caroline Horn 1860f8759e
[Global Nav] Moved Overview page/link to the accordion/Solution title (#114018)
* [Global Nav] Moved Overview page/link to the accordion/Solution title
* Using Cloud logo for deployment link and fixing isActive state
* Change Deployment section to dark background
* Completely remove locking ability
* Change buttonElement if overview page exists
* Snaps from button/div
* PR Feedback:
  - Puts `Overview` links back for Observability and Security
  - Increases hit area and scopes underline of anchor tag within the accordion header
  - Uses `id`’s to find Overview pages instead of `title` text
2021-11-02 10:12:11 -04:00
Tobias Stadler 55fb58b9f4
xpack.actions.{proxy}VerificationMode is actual xpack.actions.ssl.{proxy}VerificationMode (#114593)
* xpack.actions.proxyVerificationMode is actual xpack.actions.ssl.proxyVerificationMode

* xpack.actions.verificationMode is actual xpack.actions.ssl.verificationMode

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-11-02 10:05:51 -04:00
Tim Sullivan 2a1eaadeb8
[Reporting] Stabilize ILM test for Cloud (#117003)
Closes https://github.com/elastic/kibana/issues/109456
2021-11-02 06:57:52 -07:00
Mark Hopkin f130759e82
[Fleet] Fix add agent help not closing when button clicked (#117104)
* close help popover when button clicked

* reduce popover z-index to hide behind modals
2021-11-02 13:12:14 +00:00
Tiago Costa 4d8363a92d
skip flaky suite (#116881) 2021-11-02 13:02:14 +00:00
Michael Dokolin 02e8271e36
[Data] Add extra logging to detect flaky test problem (#113661) 2021-11-02 13:53:54 +01:00
Tiago Costa 0de567aa99
skip flaky suite (#116070) 2021-11-02 12:51:58 +00:00
Nicolas Chaulet 63cf1d0ab5
[Fleet] Delete non existing streams in overrideInputs (#116998) 2021-11-02 08:43:22 -04:00
Miriam c7b53f16b7
[APM] Apm errors api tests (#116764)
* changes after review

* move file to errors folder
2021-11-02 12:25:17 +00:00
Stacey Gammon 47480cf8ad
remove unused public code from share plugin (#116905) 2021-11-02 08:13:20 -04:00
Joe Portner 61ab4a3c59
Fix sample data for share-capable objects (#116378) 2021-11-02 07:57:21 -04:00
Or Ouziel f2b9acf67b
replace any with unknown in http client and types (#114265) 2021-11-02 13:53:56 +02:00
Stratoula Kalafateli 29e807f2e2
[Lens] Allows users to not render suggestions (#115946)
* [Lens] Allows users to not render suggestions

* Improve the transitions

* change implementation and use EuiAccordion instead

* Fixes the scrolling problem on the suggestions panel

* Apply PR comments

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-11-02 13:05:46 +02:00
Joe Reuter 14c0d35a62
fix relative urls in external url service (#116404) 2021-11-02 11:59:22 +01:00
Dima Arnautov b03a8695df
[ML] Replace console statement, add status code check (#116999) 2021-11-02 11:53:37 +01:00
Dario Gieselaar 6d5ba9be5e
[APM] Use Synthtrace in Cypress tests (#116948)
Co-authored-by: Søren Louv-Jansen <sorenlouv@gmail.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-11-02 10:48:05 +00:00
Walter Rafelsberger 0593c614a9
[ML] APM Correlations: Fix percentiles values. (#116639)
A change in the ES range agg no longer accepts numbers with decimals if the underlying field is typed as long. This PR fixes the issue by rounding the percentiles values we pass on to the range agg.
2021-11-02 10:40:58 +00:00
Gloria Hornero c7f7cd39f5
[Security Solution] Fixes upgrade tests (#116425)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-11-02 10:34:09 +00:00
Stratoula Kalafateli 356d143f2e
[Visualize] Fixes the deprecation message of the colorMapping setting (#116921)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-11-02 12:19:55 +02:00
Stratoula Kalafateli 1685a84143
[Timelion] Fixes the deprecation message (#116910)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-11-02 12:19:44 +02:00
Miriam 95cadcc9f1
Replace noHits variable (#116438)
* Replace noHits variable

* fix types

* changes after review
2021-11-02 10:10:24 +00:00
Walter Rafelsberger 6edabd1216
[ML] Fix boolean field support. (#116608)
Fixes support for boolean field types to be accepted as field candidates for APM correlation and failed transaction analysis.
2021-11-02 10:25:48 +01:00
Pete Hampton 56d3efdcab
[Telemetry] Migrate off unix epoch to UTC ISO Timestamp. (#116744)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-11-02 09:24:46 +00:00
Pablo Machado 74bee4bc17
Add column-gap to HeaderSectionComponent (#115952)
* Add column-gap to HeaderSectionComponent

* Please code review by using gutterSize instead of flex column-gap

* Add eui-textBreakNormal to header_section title

It makes sure that words in the title don't break into a new line

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-11-02 09:59:37 +01:00
David Sánchez cc366dd888
[Security Solution][Endpoint] Fix error when searching with special characters in policies filter (#116444)
* Fix error when searchin with special characters in policies filter

* remove unused brackets

* Refactor test uses userEvent instead of fireEvent to supress act() usage

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-11-02 09:48:29 +01:00
Aleh Zasypkin 01ff431a4e
Reply with 503 to unknown API requests at the preboot stage. (#116593) 2021-11-02 09:22:18 +01:00
Oliver Gupte 2d1a088447
[Integration] Fix landing page for Add APM Integration link in Observability (#116847) (#116851) 2021-11-02 07:28:33 +00:00
Chris Cowan aafbc8cad0
[Metrics UI] Finish removing enabled for code base (#114731)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-11-02 00:44:23 +00:00