* 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)
Co-authored-by: Kristof C <kpac.ja@gmail.com>
* 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)
* 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
* 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)
* split date_nested kbn_archive out of es_archive (#124646)
* split kbn_archive out of es_archive
* add missing unload of kbn_archive
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit b8abe763c9)
* change coreMigrationVersion to 8.0.0
Co-authored-by: Lee Drengenberg <lee.drengenberg@elastic.co>
This PR adds a check if ES security is enabled before creating the system_indices_superuser in the security service.
(cherry picked from commit befefc3347)
Co-authored-by: Robert Oskamp <robert.oskamp@elastic.co>
* [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
* [ML] Functional tests - always refresh job list before filtering (#123195)
This PR stabilizes tests that are filtering the anomaly detection job list by making sure the list is always refreshed before filtering.
(cherry picked from commit a3359b7d15)
# Conflicts:
# x-pack/test/functional/apps/ml/stack_management_jobs/import_jobs.ts
* Fix backport merge issues
* Fix backport merge issues - part 2
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
* [ci-stats] send test results to ci-stats service
* move export to export type
(cherry picked from commit cc0380a461)
# Conflicts:
# packages/kbn-dev-utils/BUILD.bazel
* [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
* 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>
* [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>
* 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>