Commit graph

50384 commits

Author SHA1 Message Date
Jonathan Buttner
97bd50da88
[Response Ops][Cases] Add more granular checks before decoding user actions (#124896)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Christos Nasikas <christos.nasikas@elastic.co>
2022-02-11 10:23:59 -07:00
Tim Sullivan
d583a5c1c4
[Reporting] Additional CSV job output metrics (#124600)
* [Reporting] Add number of rows in CSV as a job metric

* fix changed snapshot
2022-02-11 10:17:32 -07:00
Tim Sullivan
1095208ace
[Reporting/Docs] Add clarity to reporting concepts (#125175)
* discourage setting enabled:false

* mark xpack.reporting.kibanaServer as experimental

* move kibanaServer section down

* add kibana privileges with reporting options screenshot

* rephrase why reporting.roles is depreccated

* screenshot for how to define a custom role the grants reporting privileges

* Apply suggestions from code review

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

* Apply suggestions from code review

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

* Update docs/settings/reporting-settings.asciidoc

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

* Apply suggestions from code review

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

* Update docs/settings/reporting-settings.asciidoc

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
2022-02-11 09:40:41 -07:00
Pablo Machado
9d810e06c8
Bootstrap user page (#124701)
* Bootstrap user page

* Bootstrap user details page

* Delete ueba

* Create User detail flyout

* Add cypress test to User page

* Add Sourcerer to the users page

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-02-11 09:06:47 -07:00
Giorgos Bamparopoulos
4027f916f0
Adds API tests for APM agent keys (#125302)
* Add API tests for apm agent keys

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-02-11 08:57:42 -07:00
Dzmitry Lemechko
0f57c23e2c
Scalability testing: Run Kibana with APM enabled (#125372)
* update config to enable apm

* wait 60 sec to get apm traces

* use suggested apm config

* set ELASTIC_APM_MAX_QUEUE_SIZE to collect full traces

* send APM data to Kibana stats

* increase delay shutdown
2022-02-11 16:47:03 +01:00
Joe Reuter
2c4e476639
[Lens] Fix focus on submitting filter popover (#125247)
* fix focus

* fix and make consistent

* fix test
2022-02-11 08:39:07 -07:00
Steph Milovic
b0e534b1cd
[Security Solution] Data view override for sourcerer (#125116) 2022-02-11 08:36:48 -07:00
Nicolas Chaulet
2f008c5200
[Fleet] Make package policy name unique when copied multiple time (#125301) 2022-02-11 08:30:41 -07:00
Joe Reuter
efa89e6b96
[Lens] Version-aware sorting to data table (#125361) 2022-02-11 16:14:42 +01:00
Julia Bardi
2d93bcb085
fixed bug where fleet server instructions were incorrectly shown (#125357) 2022-02-11 14:46:06 +01:00
Mark Hopkin
a81b11e0fb
[Fleet] Tell users when assets are installed in a different space (#125278)
* Show new message when assets installed in separate space

* move variable into useEffect
2022-02-11 13:41:19 +00:00
Shahzad
13d566cec3
[Uptime Monitor management] Update test configs (#125358) 2022-02-11 14:25:00 +01:00
Alison Goryachev
f7f0e7095a
[Upgrade Assistant] Add warning when remote clusters are configured (#125138) (#125296) 2022-02-11 08:04:50 -05:00
Alison Goryachev
9cba32e630
[Upgrade Assistant] Update logic for handling reindex failures (#125246) 2022-02-11 08:00:10 -05:00
Vadim Kibana
3c47a05f7a
improve variable name in test (#124849)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-02-11 13:48:36 +01:00
Uladzislau Lasitsa
8baf9b8551
Add auto scale functionality to metric unified renderer (#124811)
* Add AutoSize component for metric

* Fix Checks

* moved auto scale from class to hoc component

* Remove unnecessary code

* Fix checks

* Refactoring

* Update shapshots

* Update snapshots

* Fix styles and change file name from auto_scale to with_auto_scale

* Fix some remarks

* Fix some remarks

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-02-11 15:46:40 +03:00
Yaroslav Kuznietsov
0aba8717af
[Lens] Fixed the order behavior of the visualization dimensions. (#125336)
* Added right sorting for pie visualizations.
2022-02-11 14:46:18 +02:00
Christos Nasikas
eb7591b04f
[Cases] Deprecate endpoints (#124773)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-02-11 14:03:39 +02:00
Shahzad
74327c789d
[Uptime] Added confirm modal (#125221) 2022-02-11 11:37:32 +01:00
Jonathan Buttner
30ed7bb122
[Response Ops][Cases] Fetch alerts within observability (#123883)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-02-11 11:50:32 +02:00
Jorge Sanz
1dc175fb2e
Fix index pattern reference in tooltip (#125220) 2022-02-11 10:32:28 +01:00
Michael Dokolin
9ac191674b
[Screenshotting] Add custom context support in the screenshot mode (#124942)
* Add custom context support to the screenshot mode plugin
* Delegate custom context handling to the screenshot mode plugin
* Move screenshot layout flag to the custom context
2022-02-11 10:14:07 +01:00
Emilio Alvarez Piñeiro
453e22e318
[Uptime] Fix flaky monitor details tests (#124700)
* Rewrite flaky tests to e2e pipeline, add data initialization helpers, add monitor details page object
2022-02-11 09:45:23 +01:00
Dominique Clarke
0766f1803c
[Uptime] Convert ui monitor management combobox to checkboxes (#124917)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-02-11 09:33:03 +01:00
Shahzad
63dffb1d79
[Observability overview] Fix overview page duplicate requests (#125204) 2022-02-11 09:31:21 +01:00
Faisal Kanout
dd0749a30c
[RAC][LOGS] Add reason message as a rule variable. (#124978)
* Move types to the common folder and refactor code

* Add reason message as rule variable

* Revert "Move types to the common folder and refactor code"

This reverts commit 11692e7e1a.

* Fix tests

* Fix tests

* Fix processGroupByRatioResults reason message

* Fix tests

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-02-11 08:27:32 +01:00
Joe Reuter
dec594b303
retry test (#125284) 2022-02-11 07:49:42 +01:00
Tyler Smalley
643e4392b0
[kbn-pm] Add trailing newline in package.json (#125320) 2022-02-10 17:11:09 -07:00
gchaps
a13dafc7dd
[DOCS] Updates the Upgrade docs (#125288)
* [DOCS] Adds redirect for Standard Upgrade doc

* [DOCS] Updates Upgrade docs

* [DOCS] Incorporates review comments

* [DOCS] Adds info on saved objects

* [DOCS] Fixes broken link

* [DOCS] Fixes placement of section on unknown saved objects

* [DOCS] Removes duplicate topic
2022-02-10 15:46:58 -08:00
Søren Louv-Jansen
7a1bf74e3e
Bump backport 7.0.1 (#125252) 2022-02-10 16:43:42 -07:00
Dominique Clarke
e63eeb65be
uptime - adjust synthetics service sync errors behavior (#125169) 2022-02-10 18:28:54 -05:00
Kevin Logan
49f8b2eff6
[Security Solution] Addition advanced policy options for 8.1 (#125230)
* [Security Solution] Addition advanced policy options for 8.1

* Update x-pack/plugins/security_solution/public/management/pages/policy/models/advanced_policy_schema.ts

Co-authored-by: Gabriel Landau <42078554+gabriellandau@users.noreply.github.com>

* Update x-pack/plugins/security_solution/public/management/pages/policy/models/advanced_policy_schema.ts

Co-authored-by: Gabriel Landau <42078554+gabriellandau@users.noreply.github.com>

* lint

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Gabriel Landau <42078554+gabriellandau@users.noreply.github.com>
2022-02-10 15:55:18 -07:00
Pierre Gayvallet
21e26a421a
Use updated deepLinks when using navigateToApp with deepLinkId (#125238)
* Use updated deepLinks when using `navigateToApp` with `deepLinkId`

* add integration test
2022-02-10 21:52:34 +01:00
Rudolf Meijering
f3b01b6751
Improve docs for unknown saved object types (#125253)
* Revert "Revert "Docs for preventing migrations failing for unknown saved object types""

This reverts commit 580d61d990.

* Fix links and versions for note to use UA

* Migration docs: remove content related to 6.x versions

* Upgrade docs, remove content for upgrading from v4/v5

* Link to 7.17 upgrade assistant

* Apply suggestions from code review

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
Co-authored-by: Christiane (Tina) Heiligers <christiane.heiligers@elastic.co>

* Update docs/setup/upgrade/upgrade-migrations.asciidoc

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
Co-authored-by: Christiane (Tina) Heiligers <christiane.heiligers@elastic.co>
2022-02-10 15:43:05 -05:00
Joe Reuter
31328ff51d
fix flaky test (#125256) 2022-02-10 21:38:55 +01:00
Pete Harverson
2c7d96bd92
[ML] Adds anomaly detectors forecast API test (#125214)
* [ML] Adds anomaly detectors forecast API test

* [ML] Add check that forecast results exist
2022-02-10 20:30:01 +00:00
Joe Reuter
0cdc636b5d
[Lens] Navigation prompt API (#123539)
* expose vis registration

* add example app

* remove file

* fix and stabilize

* tsconfig fix

* fix type problems

* wire it up

* handle migrations

* fix problems

* fix tests

* fix types and add tests

* fix types of example

* fix merge problems

* code review

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-02-10 12:12:24 -07:00
Clint Andrew Hall
71ab6de626
[cloud][chat] Apply z-index; provide button to hide (#124581)
* [cloud][chat] Apply z-index; provide button to hide

* Address feedback, cleanup

* Addressing feedback

* Adding focus selector

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-02-10 11:59:10 -07:00
Kaarina Tungseth
bc01e77423
[DOCS] Adds 123550 known issue to rc1 release notes (#124987)
* [DOCS] Adds 123550 known issue to rc1 release notes

* Extra docs

* Whoops

* Add docs link to changelog

* Update docs/management/saved-objects/saved-object-ids.asciidoc

Co-authored-by: Larry Gregory <lgregorydev@gmail.com>

* Update docs/management/saved-objects/saved-object-ids.asciidoc

Co-authored-by: Larry Gregory <lgregorydev@gmail.com>

* Update docs/management/saved-objects/saved-object-ids.asciidoc

Co-authored-by: Larry Gregory <lgregorydev@gmail.com>

* Update docs/management/saved-objects/saved-object-ids.asciidoc

Co-authored-by: Larry Gregory <lgregorydev@gmail.com>

* Update docs/management/saved-objects/saved-object-ids.asciidoc

Co-authored-by: Larry Gregory <lgregorydev@gmail.com>

* Update docs/management/saved-objects/saved-object-ids.asciidoc

Co-authored-by: Larry Gregory <lgregorydev@gmail.com>

* Update docs/management/saved-objects/saved-object-ids.asciidoc

Co-authored-by: Larry Gregory <lgregorydev@gmail.com>

* Update docs/management/saved-objects/saved-object-ids.asciidoc

Co-authored-by: Larry Gregory <lgregorydev@gmail.com>

* Updates location and copy

* Small tweaks

* Review feedback

Co-authored-by: Joe Portner <joseph.portner@elastic.co>
Co-authored-by: Larry Gregory <lgregorydev@gmail.com>
2022-02-10 12:21:48 -06:00
Joe Reuter
cbca869e8f
retry tab change (#125260) 2022-02-10 18:59:39 +01:00
Joe Reuter
ec7f2f3d8c
click slower in timepicker (#125264) 2022-02-10 18:59:15 +01:00
Christiane (Tina) Heiligers
ea9255342e
Disabled import button while no file is attached (#125180) 2022-02-10 10:43:30 -07:00
Quynh Nguyen
b977697293
[ML] Fix permission check for 'View examples' link from Anomaly detection explorer page (#125090)
* Add check for view examples

* Fix EuiContextMenuPanel stale

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-02-10 09:34:22 -07:00
Dima Arnautov
2da2c4a10e
[ML] Fix ML Overview page flaky test (#124983)
* wait for page loading indicator

* unskip tests

* fix loading indicator
2022-02-10 17:16:04 +01:00
Joe Reuter
7994f83dc5
fix agg filter for sibling pipeline aggs (#125227) 2022-02-10 17:04:38 +01:00
Alejandro Fernández Gómez
e29847431d
[Unified observability] Use the new dataViews service in the observability plugin (#124952)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-02-10 16:53:50 +01:00
Alexey Antonov
8ee9765190
[Timelion] Remove unused /api/timelion/validate/es route (#125231) 2022-02-10 18:14:56 +03:00
Kellen
5977b83900
Removes builder 2022-02-10 07:09:52 -08:00
Andrew Tate
178e7a7e4c
[TSVB] add rison helper and URL encoding for drilldown urls (#124185) 2022-02-10 08:45:21 -06:00