Commit graph

51112 commits

Author SHA1 Message Date
Andrew Tate
a389226138
[Lens] allow top metric for last value (#127151) 2022-03-15 10:02:31 -05:00
Jonathan Budzenski
7b86f00528 Revert "Get rid of axios dependency in the Upgrade Assistant tests. (#127122)"
This reverts commit 53420d8658.
2022-03-15 09:49:35 -05:00
Sandra G
c4ccc00227
[Stack Monitoring] add back monitoring.ui.metricbeat.index and deprecate (#127462)
* add back monitoring.ui.metricbeat.index and deprecate

* add back to test

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-03-15 10:43:30 -04:00
Matthias Wilhelm
c36b0b579e
[Discover] Migrate DataView related imports to data_views plugin (#126315)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-03-15 15:41:38 +01:00
Christiane (Tina) Heiligers
1cff513284
Adds API docs for Saved Objects Bulk Update (#127687)
Co-authored-by: Joe Portner <5295965+jportner@users.noreply.github.com>
2022-03-15 07:39:43 -07:00
Lisa Cawley
4ad03d1b7d
[DOCS] Add Cases API links (#127647) 2022-03-15 07:25:00 -07:00
Kevin Logan
7cbfed0f02
[Security Solution] Add blocklist switch to malware card (#127031) 2022-03-15 10:21:31 -04:00
Tiago Costa
67566ab8e2
skip flaky suite (#126112) 2022-03-15 13:36:22 +00:00
Peter Pisljar
8ee46c2f31
[expressions] changes fork to use namespacing (#125957) 2022-03-15 14:32:56 +01:00
Tiago Costa
8ef8e65ae1
skip flaky suite (#126873) 2022-03-15 13:31:34 +00:00
Cauê Marcondes
63caa0effa
[APM] Show chart tooltip on hover even for empty buckets (#127665)
* show tooltip when null

* showNullValues
2022-03-15 09:30:06 -04:00
Joe Reuter
737ec8351d
fix mosaic color syncing (#127707) 2022-03-15 14:27:45 +01:00
Cauê Marcondes
c6bcab61ef
Remove experimental alert annotations in APM views (#127658)
* remove alerts annotations

* removing API

* fixing i18n
2022-03-15 09:26:56 -04:00
Ece Özalp
5da3f5054b
[CTI] adds mapping filters (#127411) 2022-03-15 09:25:54 -04:00
Bhavya RM
c31a8f7fda
fixing typo in license management a11y test describe (#127662) 2022-03-15 09:17:44 -04:00
Sander Philipse
91d71787a2
[Workplace Search] External connector is fully manageable from Kibana (#127489)
* [Workplace Search] External connector is fully manageable from Kibana
2022-03-15 13:52:14 +01:00
Michael Dokolin
f63863a8a5
[Expressions] Add strict options checking argument definition parameter (#127720)
* Add strict options checking argument definition parameter
* Update chart expression functions to use strict options checking
2022-03-15 13:51:50 +01:00
Scotty Bollinger
2001026f76
[Enterprise Search] Add basic scaffolding for forthcoming Content section (#127660)
* Add gated plugin for new Content section

* Add routes for content section

* Add page templates and navigation

This commit adds the page templates for both the Content and Overview sections. Also adds the navigation for both sections, as well as the sub-nav for the Search Indices

* Add ErrorConnecting and NotFound components

* Add routers

* Refactor Overview page components to match new design

* Add Content landing page

* Stub out UI components

The stubs are merely so the router has components to load when switching views. Tests and actual component data will be updated in future PRs. `SearchIndices` has some dummy dable data so that the indicifual search index page is linkable.

* Remove unnecessary comments

These were a holdover from another nav component that was copied. They are not applicable to this component

* Add back insufficent permissions illustrations and add alt text

Also renamed the search indices image from its former name, `document_set` to `search_indices`

* Fix failing test

No longer renders images
2022-03-15 13:39:04 +01:00
Dominique Clarke
10a5ad9f6f
[Uptime] Unskip Synthetics test (#126465)
* unskip test

* Update synthetics_integration.ts
2022-03-15 08:30:43 -04:00
Tre
1ab04243a5
[QA][Code Coverage] Drop dead code (#127057)
* [QA][Code Coverage] Drop dead code

We've some code no longer used,
that was used when code coverage was
orchestrated in Jenkins.

Since we use Buildkite instead,
we can drop this code.

* Updated the docs to reflect we
no longer use Jenkins and use
Buildkite instead.

* Updated doc per review and dropped the bit about 4 indexes,
since we no longer need the other R & D job.
2022-03-15 11:57:09 +00:00
Diana Derevyankina
7594603ac4
[Lens] Values formatting not working in case of multi-field selection (#127283)
* [Lens] Values formatting not working in case of multi-field selection

* Fix a nit

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-03-15 14:48:11 +03:00
Christos Nasikas
9691ad00d3
[Cases] Add cypress test for Cases KPIs (#127589) 2022-03-15 13:45:19 +02:00
Shahzad
f4524df1fa
[Uptime] Snapshot count, check for latest document (#127676)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-03-15 12:37:19 +01:00
Mat Schaffer
5e386f8605
Fix up overview query (#127698) 2022-03-15 20:27:14 +09:00
Dmitry Tomashevich
6c7d1b2bef
[Discover] Fix stuck action menu in expanded document sidebar (#127588)
* [Discover] fix stuck action menu in expanded document sidebar

* [Discover] return callback

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-03-15 15:58:49 +05:00
Alejandro Fernández Haro
b342d3692f
[Monitoring-sourced telemetry] Use time-ranged queries (#127273)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-03-15 03:58:32 -07:00
Sergi Massaneda
53ba0305f7
[SecuritySolution] Add runtime field edit/delete actions in the Field Browser (#127037)
* implement fieldBrowser runtime field edit/remove actions

* fix user edit permission check

* fix lint error

* test improvements and fixes

* test fix

* fix rules sourcerer loading unmounting alerts

* column widths updated

* comment removed

* test fix

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-03-15 11:37:29 +01:00
Aleh Zasypkin
53420d8658
Get rid of axios dependency in the Upgrade Assistant tests. (#127122) 2022-03-15 10:41:07 +01:00
Christos Nasikas
fb89b868a5
[Cases] Close alerts if closure options is set to automatic (#127494)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-03-15 11:00:30 +02:00
Peter Pisljar
def5ef546c
[expressions] removing export * (#127450) 2022-03-15 09:48:36 +01:00
Esteban Beltran
f4bd49b592
[Cases] Only enable save if changes were made to the connector form (#127455) 2022-03-15 08:55:38 +01:00
Dmitry Tomashevich
5533748162
[Discover] Fix "encoded URL params in context page" cloud test permissions (#126470)
* [Discover] fix cloud test for encoded param in context

* [Discover] improve test description wording

* [Discover] apply suggestion

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-03-15 12:10:18 +05:00
Frank Hassanabad
c060b9f6f7
[Security Solutions] Increases timeout and unskips detection tests (#126294)
## Summary

Increases the timeouts from 2 minutes to now 5 minutes and unskips the detection tests. If any of the tests fail consistently then I will skip just those individual tests instead of the whole suit.

See https://github.com/elastic/kibana/issues/125851 and https://github.com/elastic/elasticsearch/issues/84256

This could cause issues with:
https://github.com/elastic/kibana/issues/125319

If so, then we will have to deal with the cloud based tests in a different way but in reality we need the extra time as some test cases do take a while to run on CI.

This also:
* Removes skips around code that have been in there for a while and adds documentation to the parts that are left over.

### Checklist
- [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
2022-03-14 21:48:29 -06:00
Spencer
9871111cf6
[bazel] validate packages/BUILD.bazel in CI (#127241) 2022-03-14 21:34:28 -05:00
Spencer
6b4e01fc34
Define codeowner for @kbn/type-summarizer 2022-03-14 18:56:35 -06:00
Davey Holler
595b6948a1
Adding a beta badge to the ES index card. (#127674)
* Adding a beta badge to the ES index card.

* i18n
2022-03-14 17:04:17 -07:00
Spencer
0bf745ed2e
[type-summarizer] build types with sourcemaps for @kbn/mapbox-gl (#127529) 2022-03-14 15:46:47 -07:00
Mat Schaffer
f071726b9e
[Stack Monitoring] Diagnostic query docs (#127572) 2022-03-14 17:05:21 -04:00
Chris Cowan
5410626973
[Infrastructure UI] Use bucket selector to evaluate Inventory Threshold Rule with Elasticsearch (#125034)
* [Metrics UI] Use bucket selector to evaluate Inventory Threshold Rule with Elasticsearch

* updating tests

* Remove unused dependencies

* Adding fallback for empty triggers

* Lowering the composite size to a safe value

* Reverting composite size change for Metric Threshold

* Adding some checks to ensure the bucket_script is available

* fixing typo

* Fix reason bug for bits. The formatter assumes it's listed in bytes.

* Fixing bug where results might not exist in each result set

* Converting boolean[] to boolean

* removing unused deps

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-03-14 14:45:56 -06:00
Nicolas Chaulet
faaffdc96e
[Fleet] Improve Fleet output UI (#127644) 2022-03-14 16:15:26 -04:00
Jonathan Budzenski
8e3815b2b7 skip tests failing es promotion. #127654 2022-03-14 14:45:26 -05:00
renovate[bot]
43244dcc1e
Update dependency elastic-apm-node to ^3.30.0 (#127552)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-03-14 15:43:29 -04:00
Rashmi Kulkarni
9ca4abae4c
adding a retry loop (#127528)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-03-14 12:27:41 -07:00
Jack
7145dc0d8e
Update session view plugin process tree alerts (#126997)
* Add UI for alerts row

* Add selectedAlert in session view

* Allow jumpToEvent to be used by alert documents

* Change behavior of selecting alert row will update selectedProcess

* PR comment fix and polish process tree node button styles

* Handle very long rule name in alert row

* Fix default selection highlight color

* Address PR comments

* Address PR comments and add alert count to alert button with tests

* Add 99+ to alerts button and more tests

* Fix scroll to jumpToEvent not working on load, and add scrollToAlert

* Change hardcoded root esculation to user escalation

* Fix mock process data causing failed jest test runs
2022-03-14 15:07:46 -04:00
Jordan
9560525910
set max width for dashboard page, some text changes for risks table (#127601) 2022-03-14 11:46:10 -07:00
Jonathan Budzenski
53d745625e
[build] Include x-pack example plugins when using example-plugins flag (#126931)
* Revert "Revert "[build] Include x-pack example plugins when using example-plugins flag (#120697)" (#125729)"

This reverts commit 7b4c34e418.

* skip alerting_example

* link to issue
2022-03-14 13:21:18 -05:00
Matthew Kime
b0ae7f004b
[data view mgmt] Spaces list can expand and contract (#127101)
* data view spaces list is limited and can expand and contract AND it has a proper click target


Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-03-14 13:12:08 -05:00
Matthew Kime
9739c5fa15
[data view mgmt] only use resolve api for getting index list (#127085)
* only use resolve api for getting index list
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-03-14 13:11:17 -05:00
Tim Sullivan
719ccb6d87
[Reporting] Document steps to grant users reporting access under Basic (#127513)
* [Reporting] Document steps to grant users reporting access under Basic license

* Apply suggestions from code review

Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>

* corrections to api calls

Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-03-14 10:50:40 -07:00
Giorgos Bamparopoulos
feb641681a
[APM] Fix time comparison types when relative time range is selected (#126567)
* Remove exactStart and exactEnd

* Add tests for comparison handling

* Remove useComparison hook
2022-03-14 17:41:40 +00:00