Commit graph

15363 commits

Author SHA1 Message Date
Kibana Machine
9d2091b3fd
[Security Solution] Use search strategy error in timeline (#125178) (#125423)
(cherry picked from commit 4fe96b799e)

Co-authored-by: Steph Milovic <stephanie.milovic@elastic.co>
2022-02-11 12:56:01 -07:00
Kibana Machine
8381a82d64
[ML] Fix Trained Model stats and pipelines tab (#125382) (#125421)
(cherry picked from commit 67fb388acd)

Co-authored-by: Dima Arnautov <dmitrii.arnautov@elastic.co>
2022-02-11 12:34:19 -07:00
Kibana Machine
d3d6c779c0
[Security Solution] Data view override for sourcerer (#125116) (#125392)
(cherry picked from commit b0e534b1cd)

Co-authored-by: Steph Milovic <stephanie.milovic@elastic.co>
2022-02-11 10:28:39 -07:00
Christos Nasikas
30d0ca85ad
[8.0] [Response Ops][Cases] Fetch alerts within observability (#123883) (#125370)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Jonathan Buttner <56361221+jonathan-buttner@users.noreply.github.com>
2022-02-11 10:18:03 -07:00
Colson Wilhoit
2149b1703b
[Detection Rules] Add 8.0 rules (#125316) 2022-02-11 09:18:13 -06:00
Alison Goryachev
10e01709ec
[Upgrade Assistant] Add warning when remote clusters are configured (#125138) (#125296) (#125369) 2022-02-11 07:35:00 -07:00
Alison Goryachev
35d2e9a65f
[Upgrade Assistant] Update logic for handling reindex failures (#125246) (#125367) 2022-02-11 07:31:17 -07:00
Joe Reuter
95ffb91fd6
[8.0] [TSVB] Fix shard failures are not reported (#123474) (#125046)
* [TSVB] Fix shard failures are not reported (#123474)

* [TSVB] Fix shard failures are not reported #122944

Closes: #122944

* fix PR comments

* Update ui_settings.ts

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit 7e1b780672)

# Conflicts:
#	src/plugins/vis_types/timeseries/kibana.json
#	src/plugins/vis_types/timeseries/public/metrics_type.ts

* fix

* fix telemetry

Co-authored-by: Alexey Antonov <alexwizp@gmail.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-02-11 06:33:46 -07:00
Sergi Massaneda
2466d4130a
[8.0] [SecuritySolution] Close field editor when page context is lost (#124378) (#124935)
* [SecuritySolution] Close field editor when page context is lost (#124378)

* close field editor when context is lost

* tests added

* typecheck clean

* close editor when timeline is unmounted

(cherry picked from commit 21710dfb77)

# Conflicts:
#	x-pack/plugins/security_solution/public/timelines/components/create_field_button/index.tsx

* fix test

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-02-11 05:19:29 -07:00
James Gowdy
38eeef6995
[File data visualizer] Removing file upload retries (#123696) (#123790)
(cherry picked from commit 3797b78ce7)

# Conflicts:
#	x-pack/plugins/file_upload/server/import_data.ts

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-02-11 11:29:14 +00:00
Kibana Machine
2fb14e2328
Fix index pattern reference in tooltip (#125220) (#125343)
(cherry picked from commit 1dc175fb2e)

Co-authored-by: Jorge Sanz <jorge.sanz@elastic.co>
2022-02-11 04:02:10 -07:00
Milton Hultgren
b0e52e552a
[Stack Monitoring] Page layout fixes (#124182) (#125341)
* adding EUI page layout components

* adding context menu button to toolbar and cleaning up tabs

* [Monitoring] Integrate setup mode toggle button with React tree

* Update unit tests

* Only show setup mode button on supported pages

* Move setup mode supported responsibility to renderer

* Fix failing unit test

Co-authored-by: Milton Hultgren <milton.hultgren@elastic.co>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit aad83ed0b6)

# Conflicts:
#	x-pack/plugins/monitoring/public/application/pages/page_template.tsx

Co-authored-by: Kate Farrar <kate.farrar@gmail.com>
2022-02-11 03:44:35 -07:00
Kibana Machine
b23900728c
[ML] Fixing results service space checks (#124707) (#124833)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit afb458ede7)

Co-authored-by: James Gowdy <jgowdy@elastic.co>
2022-02-11 02:59:17 -07:00
James Gowdy
8de9d603a1
[ML] Fix anomaly detector jobs list search delay (#124328) (#124845)
(cherry picked from commit fd0e1aed0e)

# Conflicts:
#	x-pack/plugins/ml/public/application/jobs/jobs_list/components/jobs_list_view/jobs_list_view.js

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-02-11 08:30:08 +00:00
Tiago Costa
471788c121
chore(NA): bump version to 8.0.1 (#125291)
* chore(NA): bump version to 8.0.1

* chore(NA): bump ingest pipelines plugin
2022-02-10 18:48:53 -07:00
Kibana Machine
21e54e0195
fix flaky test (#125256) (#125308)
(cherry picked from commit 31328ff51d)

Co-authored-by: Joe Reuter <johannes.reuter@elastic.co>
2022-02-10 15:08:31 -07:00
Quynh Nguyen
d5a9f0b375
[ML] Fix runtime field validations not supporting special script types (#122469) (#125300)
* Fix validations not handling extra things like params or lang

* Add translations

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit f8d932f70a)
2022-02-10 14:07:37 -07:00
Kibana Machine
27e5636c1f
count err status codes in security telemetry (#125120) (#125245)
(cherry picked from commit 1a0e4a50d5)

Co-authored-by: Pete Hampton <pjhampton@users.noreply.github.com>
2022-02-10 09:05:47 -07:00
Yulia Čech
390f76bb15
[8.0] [IM] Removed undefined data stream link (#124847) (#125110)
* [IM] Removed undefined data stream link (#124847)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit 67cd496daa)

# Conflicts:
#	x-pack/plugins/index_management/__jest__/client_integration/home/indices_tab.helpers.ts

* [IM] Fixed backport merge conflict error
2022-02-10 04:34:04 -07:00
Kibana Machine
b285077751
[Security Solution][Lists] - Update exception item viewer overflow (#125145) (#125177)
### Summary

Addresses #119012

- updates exception item viewer UI

(cherry picked from commit dba7207787)

Co-authored-by: Yara Tercero <yctercero@users.noreply.github.com>
2022-02-09 18:54:33 -07:00
Kibana Machine
c19d57a55f
[Fleet] Fix fleet server hosts client validation (#125085) (#125118)
(cherry picked from commit 153b7e135c)

Co-authored-by: Nicolas Chaulet <nicolas.chaulet@elastic.co>
2022-02-09 11:53:20 -07:00
James Rodewig
9effb20a9f
Use sentence case in Index Management list titles (#125037) (#125100)
Updates some description list titles on the Index Management page to use sentence case rather than title case.

(cherry picked from commit 9ccef34fdd)
2022-02-09 10:33:15 -07:00
Kristof C
4efc0e8e8e
[Security Solution] add ability for network map to be toggable, prevent map from displaying without permissions (#123336) (#125091)
* add ability for network map to be toggable, prevent map from displaying without permissions

* PR & test additions

* Found rogue semicolon

Co-authored-by: Kristof-Pierre Cummings <kristofpierre.cummings@elastic.co>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit 57d507c121)
2022-02-09 10:08:55 -07:00
Brandon Kobel
8f2596cd20
Adjusting uptime readonly feature (#125031) (#125081)
* Adjusting uptime readonly feature

* Missed another occurrence, good call Xavier

(cherry picked from commit 7dfc395423)

# Conflicts:
#	x-pack/plugins/uptime/server/kibana.index.ts
2022-02-09 08:53:35 -07:00
Kyle Pollich
09d2cd1ce5
[Fleet] Fix preconfiguration error when renaming a preconfigured policy (#124953) (#125075)
* Fix preconfiguration error when renaming a preconfigured policy

* Add test + only compare on ID if it's defined on the preconfigured policy

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit 94fbacc6bd)

# Conflicts:
#	x-pack/plugins/fleet/server/services/preconfiguration.test.ts
2022-02-09 08:17:45 -07:00
István Zoltán Szabó
64bbe49898
[ResponseOps] Improves ES query rule type description (#124979) (#125049) 2022-02-09 13:52:56 +01:00
Jean-Louis Leysens
5ebb74e575
[Screenshotting] Fix potential race condition when screenshotting (#123820) (#125055)
* extract message from error objects

* only warn for 400 and up status codes

* naively wait for vis ready after resizing the browser viewport

* use a single default viewport size, enable layout to set default page viewport for every page that is created

* refactor viewport -> windowSize in chromium args

* allow overriding defaults and use new windowSize arg for chromium args

* always round page dimension numbers. note: this will break if we ever have a "undefined" set as a key value

* added comment

* update snapshot to new width value

* make defaultViewport a required field on createPage

* added comment

* style: use async-await rather than .then chaining. also added a comment

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit b2b60ff061)
2022-02-09 05:12:59 -07:00
Kibana Machine
88a3d35f7b
[Fleet] Fix docker registry timeout in integration tests (#124889) (#124958)
(cherry picked from commit df6d386d50)

Co-authored-by: Nicolas Chaulet <nicolas.chaulet@elastic.co>
2022-02-08 08:47:48 -07:00
Jean-Louis Leysens
708e1ba32e
[Screenshotting/Reporting] Remove server side i18n in logs (#124003) (#124924)
* removed unnecessary i18n

* .message instead of .toString in jest snapshots

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit 5310c647aa)
2022-02-08 04:03:34 -07:00
Madison Caldwell
ed37a15ec1
Filter out 'signal.*' fields to prevent alias clashes (#124410)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-02-07 16:07:54 -05:00
István Zoltán Szabó
6ef84c3bb7
[ResponseOps] Improves check interval tooltip (#124671) (#124856) 2022-02-07 12:33:41 -07:00
Kyle Pollich
93315ba23a
Fix navigation when creating inline policy from integrations screen (#124835) 2022-02-07 12:58:33 -05:00
Nathan Reese
96690d98c1
[maps] fix Can not style by date time with vector tiles (#124530) (#124741)
* [maps] fix Can not style by date time with vector tiles

* eslint

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit cd7618eeca)

# Conflicts:
#	x-pack/plugins/maps/server/mvt/get_tile.ts
2022-02-04 12:56:12 -07:00
Kibana Machine
113ff7d59f
Fix double navigation links are present under security news section for each article (#124356) (#124712)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit b1b522af90)

Co-authored-by: Pablo Machado <pablo.nevesmachado@elastic.co>
2022-02-04 11:45:24 -07:00
Robert Oskamp
b92f3ee293
Functional test runner creates system_indices_superuser (#124008) (#124669)
This PR fixes the functional test runner for execution against cloud (and other existing deployments) by making sure the system_indices_superuser exists.

(cherry picked from commit 8989ead2d6)

# Conflicts:
#	x-pack/test/rule_registry/common/services/cluster_client.ts
2022-02-04 05:08:15 -07:00
Nicolas Chaulet
87e84d6025
[8.0] [Fleet] Use a docker registry for fleet integration test (#124405) (#124568)
* [Fleet] Use a docker registry for fleet integration test (#124405)

(cherry picked from commit 4f6be55f0e)

# Conflicts:
#	x-pack/plugins/fleet/server/integration_tests/reset_preconfiguration.test.ts

* Fix merge typo
2022-02-03 12:37:08 -07:00
Kibana Machine
5b6ae47da7
[Metrics UI] Allow single values for ip and mac node metadata (#124384) (#124548)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit 96c4a89074)

Co-authored-by: Felix Stürmer <weltenwort@users.noreply.github.com>
2022-02-03 10:17:42 -07:00
Kibana Machine
7bcead5218
[Remote Clusters] Fix table filtering when there are clusters with proxy mode (#124220) (#124491)
* Fix table search for clusters with proxy mode

* commit using @elastic.co

* Fix tests and add docs

* Add tests for different kinds of search

(cherry picked from commit 5e3d0b299c)

Co-authored-by: Ignacio Rivas <rivasign@gmail.com>
2022-02-03 04:02:46 -07:00
Kibana Machine
7e252ba8b4
[Maps] fix Unable to apply styles to vector tiles (#124289) (#124404)
* [Maps] fix Unable to apply styles to vector tiles

* eslint and tslint

* fix jest test

(cherry picked from commit 221a9915b3)

Co-authored-by: Nathan Reese <reese.nathan@gmail.com>
2022-02-02 14:20:30 -07:00
Kibana Machine
9c84992e76
fixing bug with preconfigured fleet server policy missing input, updated README (#124363) (#124400)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit 1f507c99d4)

Co-authored-by: Julia Bardi <90178898+juliaElastic@users.noreply.github.com>
2022-02-02 13:29:34 -07:00
Kibana Machine
c6519d39e2
[Fleet] fixed undefined error when missing policy vars in template (#124215) (#124379)
* fixed undefined error when missing policy vars in template

* added validation error if input has no vars

* fixed checks

* added unit test

* fixed checks

* fixed checks

* fixed checks

* moved validation error to validatePackagePolicyConfig

(cherry picked from commit 67430f91ce)

Co-authored-by: Julia Bardi <90178898+juliaElastic@users.noreply.github.com>
2022-02-02 11:34:48 -07:00
Kibana Machine
d7b67f4c41
[Stack Monitoring] Replace deprecated esKuery and IFieldType usages (#124288) (#124351)
(cherry picked from commit 081973f5e0)

Co-authored-by: Felix Stürmer <weltenwort@users.noreply.github.com>
2022-02-02 09:11:51 -07:00
Kibana Machine
2fb0328899
[Transform] Fix redirect to the wizard (#124337) (#124349)
(cherry picked from commit de9f1d4628)

Co-authored-by: Dima Arnautov <dmitrii.arnautov@elastic.co>
2022-02-02 09:07:49 -07:00
Kibana Machine
651771b9c7
improve mock (#124284) (#124322)
(cherry picked from commit fbe6836be9)

Co-authored-by: Joe Reuter <johannes.reuter@elastic.co>
2022-02-02 03:10:49 -07:00
Mat Schaffer
2f9491207f
[8.0] Ensure logstash getNodes always contains a uuid (#124201) (#124319)
* Ensure logstash getNodes always contains a uuid (#124201)

This is less of an issue on main since we've stopped querying `metricbeat-*` but might become important when we start doing agent testing (`metrics-*`).

On 8.0 it's easy to have error documents land in `metricbeat-*` for standalone logstash and break the UI.

(cherry picked from commit fb1ca61db5)

# Conflicts:
#	x-pack/plugins/monitoring/server/lib/logstash/get_nodes.ts

* No global stubs required in 8.0 branch
2022-02-02 02:09:55 -07:00
Scotty Bollinger
f796df161b
[Workplace Search] Fix bug where modal visible after deleting a group (#123976) (#124266)
This PR fixes a bug in Workplace Search where, after you delete a group, the next group you click into will automatically show the delete modal for that group.

(cherry picked from commit 75f1e39ac2)
2022-02-01 10:33:09 -07:00
Kibana Machine
76c4a29ff2
fix fleet server host placeholder (#124225) (#124244)
(cherry picked from commit c463c1ace9)

Co-authored-by: Julia Bardi <90178898+juliaElastic@users.noreply.github.com>
2022-02-01 09:06:49 -07:00
Kibana Machine
c5ac8503f1
[maps] fix Unable to load layers from WMS capabilities for a specific URL (#123386) (#124216)
* [maps] fix Unable to load layers from WMS spec for a specific URL

* eslint

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit d7bce1c95e)

Co-authored-by: Nathan Reese <reese.nathan@gmail.com>
2022-02-01 06:42:38 -07:00
Marshall Main
57ca5e139a
Remove .siem-signals alias from preview alerts indices (#124164) 2022-01-31 12:43:05 -08:00
Kibana Machine
75daa8d6b9
[Fleet] fixed no packages found message (#124119) (#124141)
* fixed no packages found message

* fixed no packages found message

(cherry picked from commit 06389d7b90)

Co-authored-by: Julia Bardi <90178898+juliaElastic@users.noreply.github.com>
2022-01-31 10:00:05 -07:00