Commit graph

47774 commits

Author SHA1 Message Date
Cauê Marcondes 06fbfd91f6
[APM] Fix Service maps api test (#116218)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-26 16:10:17 +01:00
Su Tran 84a3536fe4
Fix Add filter button doesnt close popup after openning (#111917)
Co-authored-by: Su Tran <sutranbmt@gmail.com>
2021-10-26 17:08:03 +02:00
Ignacio Rivas 3920918d3a
[Index Management] Remove freeze index action and api (#116110)
* Remove freeze index action and api

* Remove unused translations

* Add test for unfreeze action

* Fix tests

* Fix tests
2021-10-26 17:02:17 +02:00
Melissa Alvarez d91bd98e97
retain query language on step edit (#116227) 2021-10-26 10:49:45 -04:00
Dan Panzarella 38026a8bd3
[Security Solution] Updating fleet action response data naming (#116214) 2021-10-26 10:48:26 -04:00
Yulia Čech 4b9c3da31f
[ILM] Removed freeze action from Cold phase (#116160)
* [ILM] Removed the freeze action from ILM, added a clean up to the serializer, deleted freeze from the Console autocomplete

* [ILM] Removed i18n strings for freeze action

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-26 16:47:12 +02:00
Shivindera Singh 1581512816
[AppServices] Disallow creating runtime and scripted fields with * in the name (#110081) (#116119) 2021-10-26 16:45:45 +02:00
Pete Hampton d59d0c92ca
[Telemetry] Collect trusted application policy scope. (#116281) 2021-10-26 15:35:10 +01:00
David Sánchez ff8e0f54e4
[Security Solutions][Endpoint] Hide headers when there is no data on exceptions list (#115526)
* hide headers when there is no data or loading for trusted apps, event filters and host isolation exceptions list pages

* Fix ts error

* Fix integration test

* Create a wrapper to set a margin-top in order to center content. Also fix a bug when switching between exceptions pages main menu wasn't updated.

* Remove unused import

* Update trusted apps text and changed testId for host isolation add button

* Use flex instead margin to vertically center content

* Remove wrong prop to fix ts types

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-26 16:30:33 +02:00
Josh Dover 7bd1452ec9
[Fleet] Add data-test-subj to featured integration cards (#116277) 2021-10-26 16:29:03 +02:00
Justin Kambic 063e30b6a8
[Uptime] Add tests for new waterfall components (#115856)
* Add `aria-label`s for icon and icon buttons.

* Fix typo.

* Create test wrapper to help with testing context-reliant components.

* Create tests for `WaterfallMarkerIcon` component.

* Create tests for `WaterfallMarkerTrend` component.

* Simplify test wrapper.

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-26 09:59:01 -04:00
Pete Harverson 9c92ac881a
[ML] Fix errors from annotations searches when event mapping is incorrect (#116101)
* [ML] Fix errors from annotations searches when event mapping is incorrect

* [ML] Delete tests on annotation errors due to incorrect mappings

* [ML] Jest test fix and remove unused servuce method

* [ML] type fix

* [ML] Edits following review
2021-10-26 14:02:43 +01:00
Gloria Hornero f5463ceaeb
fixes alignment issue (#115948) 2021-10-26 14:26:49 +02:00
Nathan L Smith 57c2555f27
Jest and Storybook fixes (#116132)
* Fix all broken stories
* In stories that were broken, add an associated Jest test so they if they break in the future we'll know
* Fix all console.error messages that were being printed during Jest test runs
* Add test setup which makes it so `console.error` throws an error so tests will fail if error console messages are printed
2021-10-26 07:25:01 -05:00
Mikhail Shustov 3c8fa527a7
[ES] Upgrade client to v8.0 (#113950)
* bump to a pre-8.0 version

* export KibanaClient from /lib sub-folder

* workaround the problem of the absence of estypes

* update es client usage in pacakges

* export estypes from another path

* import errors from root

* import errors from root 2

* update transport import

* update import path for /api/types

* update import path for /api/types

* import errors from top export

* use TransportResult instead if ApiResponse

* fix errors in client_config

* fix src/core/server/saved_objects/migrationsv2/actions/integration_tests/actions.test.ts

* use KibanaClient in mock. we dont export the original Client

* fix client mocks

* fix errors on SO

* fix remaining core errors

* update estype import path

* fix errors in data plugin

* fix data_views

* fix es_ui_shared

* fix errors in interactive_setup

* fix errors in ./test folder

* add @elastic/transport to the runtime deps

* fix errors in packages

* fix erros in src/core

* fix errors in test/

* fix an error in actions plugin

* woraround and fix errors in APM plugin

* fix errors in canvas

* fix errors in event_log

* fix errors in fleet

* fix errors in ILM

* fix errors in infra

* fix errors in ingest_pipeline

* fix errors in lens

* fix errors in license_management

* fix errors in licensing

* fix errors in logstash

* fix errors in ml

* fix errors in monitoring

* fix errors in observability

* fix errors in rule_registry

* fix errors in reporting

* fix errors in rule_registry

* fix errors in security

* fix errors in security_solution

* fix errors in snapshot_restore

* fix errors in transform

* fix errors in UA

* fix errors in uptime

* fix errors in x-pack/test

* fix eslint errors

* fix new errors

* use default HTTP Connection. Undici does not support agent config options keepAlive and maxSockets

* create does not accept require_alias option

* update deps

* use transport types exported from ES client package

* fix ErrorCause | string errors

* do not use enum

* fix errors in data plugin

* update x-pack code

* fix transport

* fix apm search request

* do not crash on reporting

* fix kbn-test build

* mute reporting error to start

* fix ftr build

* another attempt

* update import path

* address or mute new errors

* REMOVE me. pin transport version temporarily.

* remove deep imports from transport package

* fix jest crash

* fix product check tests

* remove unnecessary ts-expect-error

* fix a few failed unit tests

* bump to canary 24

* remove unnecessary ts-expect-error

* remove dependency on transport

* fix types in tests

* mute errors in xpack tests

* product check doesn;t  spam in logs anymore

* filterPath --> filter_path

* ignoreUnavailable --> ignore_unavailable

* ignoreUnavailable --> ignore_unavailable

* trackScores --> track_scores

* trackTotalHits --> track_total_hits

* fix es-arcives

* fix data plugin crashes

* fix watcher test utils

* rollback unnecessary changes

* fix another problem in es-archiver

* fix scroll. for whatever reason scroll fails when request scroll_id in body

* add meta: true in kbn-securitysolution-es-utils

* bump client to canary 25

* fix errors in accordance with the es client spec

* update securityscolution-es-utils

* unify scroll api in reporting and fix tests

* fix unit tests in watcher

* refactor APM to abort request with AbortController API

* fix missing es client calls in tests

* fix missing meta in detection engine FTR tests

* fix another bunch of errors in js tests

* fix wrong coercion

* remove test-grep pattern

* fix apm unit test

* rename terminateAfter to terminate_after in infra plugin

* rename terminateAfter to terminate_after in uptime plugin

* rename terminateAfter to terminate_after in apm plugin

* fix security roles FTR tests

* fix reference

* fix post_privilidges test

* fix post_privilidges

* bump client to 26

* add meta for index_management test helpers

* remove ts-expect-error caused by bad type in reason

* bump client to 27

* REMOVE me. workaround until fixed in the es client

* fix incorrect type casting

* swtich from camelCase params

* use `HttpConnection` for FTR-related clients

* bump client to 29

* Revert "REMOVE me. workaround until fixed in the es client"

This reverts commit c038850c09.

* fix new util

* revert repository changes

* do not crash if cannot store event_loop data

* fix new estypes imports

* fix more types

* fix security test types and add ts-ignore for custom ES client

* fix more estypes imports

* yet more ts violations

* line by line fixing is hard

* adapt `evaluateAlert` from infra as it's also used from FTR tests

* use convertToKibanaClient in FTR test instead of meta:true in plugin code

* migrate from deprecated API in fleet

* fix intergration tests

* fix fleet tests

* fix another fleet test

* fix more tests

* let's call it a day

* Removes custom header check on 404 responses, includes es client ProductNotSupportedError in EsUnavailableError conditional (#116029)

* Removes custom header check on 404 responses, includes es client ProductNotSupportedError in EsUnavailableError conditional

* Updates proxy response integration test

* disable APM until compatible with client v8

* skip async_search FTR test

* use kbnClient in integration tests

* bump version to 29

* bump to 30

* have configureClient return a KibanaClient instead of Client, remove resolved violations.

* bump to 31

* bump to 31

* Revert "bump to 31"

This reverts commit 5ac713e640.

* trigger stop to unusubscribe

* update generated docs

* remove obsolete test

* put "as" back

* cleanup

* skip test

* remove new type errors in apm package

* remove ErrorCause casting

* update a comment

* bump version to 32

* remove unnecessary ts-expect-error in apm code

* update comments

* update to client v33

* remove outdated type definition

* bump to 34 without params mutation

* unskip the test that should not fail anymore

* remove unnecessary ts-expect-error comments

* update to v35. body can be string

* move `sort` to body and use body friendly syntax

* fix a failing test. maps register the same SO that has been already registered by home

Co-authored-by: pgayvallet <pierre.gayvallet@gmail.com>
Co-authored-by: Christiane (Tina) Heiligers <christiane.heiligers@elastic.co>
2021-10-26 14:08:22 +02:00
Gloria Hornero 252aef80dc
adds cases and timelines plugins to security solution cypress tests execution (#116245) 2021-10-26 14:07:09 +02:00
Ignacio Rivas c50511fb3c
[Upgrade Assistant] Disable UI by default in 8.0 (#115782) 2021-10-26 13:25:40 +02:00
Shahzad 0296f632fb
[Uptime] Added permission for new tls alert (#116107)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-26 13:03:51 +02:00
Dario Gieselaar 9d9eeb0e8c
[APM] Optimize synthtrace (#116091) 2021-10-26 12:42:33 +02:00
Shahzad d442213c0e
Fix ux/apm inspector panel (#116188)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-26 11:11:35 +01:00
mgiota 060bd41810
[RAC]: add experimental badge to alerts (#116090)
* [RAC]: add experimental badge to alerts

* combine feedback disclaimer into one text

* create a reusable AlertsDisclaimer component

* apend more details text to the apm alert

* fix failing i18n tests

* remove basePath from url

* fix failing unit tests

* fix unit tests

* add experimental to the alert annotation

* i18n for experimental text

* reuse ExperimentalBadge for the flyout and refactor AlertsDisclaimer
2021-10-26 10:55:51 +01:00
Jonathan Budzenski 0b2d3b7033
Unskip jest handled promise rejections (#116021)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-26 11:47:23 +02:00
Marta Bondyra 877db67357
[Lens] Improve tick placement for binary formatter (#116158) 2021-10-26 11:37:49 +02:00
Lucca Miranda 8d195db519
chore: rename getApmHref to getLegacyApmHref (#115689)
* chore: rename getApmHref to getLegacyApmHref

* chore: lint

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-26 11:01:26 +02:00
Esteban Beltran d7f202937f
[Security Solution] Validate ipv4/CIDR with format x.x.x.x/xx (#116127) 2021-10-26 10:49:32 +02:00
Mark Hopkin 73dd334c09
[Fleet] Use data stream name in query to get data stream info (#115805)
* reduce number of backing indices we query

* remove unused import

* revert to using data stream name
2021-10-26 09:33:10 +01:00
Shahzad 3246018383
[Uptime] TLS and TLS legacy alert translation mismatch (#116113) 2021-10-26 10:29:50 +02:00
Khristinin Nikita 3fb1c1de72
New field for integrations field (#116175)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-26 10:26:54 +02:00
David Sánchez 30c72111ae
Set required to false until the input is not visited (#116099) 2021-10-26 09:43:58 +02:00
Thom Heymann 79c43fbfff
Enable interactive setup by default (#116141) 2021-10-26 08:34:57 +01:00
Thom Heymann 669e0a1555
Add not ready response to interactive setup (#116138) 2021-10-26 08:34:13 +01:00
David Sánchez 9c3c489e48
Hide or button if needed (#116124) 2021-10-26 09:21:58 +02:00
James Gowdy 27866cec6e
[ML] Adding datafeed api tests (#116133)
* [ML] Adding datafeed api tests

* updating tests

* adding more AD tests

* adding test include

* renaming function
2021-10-26 07:41:01 +01:00
Ester Martí Vilaseca e956964c06
Add page title to index advanced page (#116134) 2021-10-26 08:26:48 +02:00
Deepak Sreekumar 2c5ecd9b3f
chore: rename functions in aggregated_transactions helper (#116001)
* Renamed methods and fixed imports

* Fixed lint errors

* Renamed file

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-26 08:24:27 +02:00
Scotty Bollinger 8c6ef2054f
Fix bug where number rendered as date (#116224) 2021-10-26 07:17:35 +01:00
Joe Portner 8ce1c1f9bb
Make maps share-capable (#116221) 2021-10-26 04:39:05 +01:00
Jason Rhodes fd659b762f
Change to infra-monitoring-ui for CODEOWNERS (#116234)
logs-metrics-ui and stack-monitoring ui teams have merged into one infra-monitoring-ui team inside of observability
2021-10-26 12:29:29 +09:00
Søren Louv-Jansen 2dba0d18f1
[APM] Rename traceData to synthtraceEsClient (#116215) 2021-10-26 02:20:15 +01:00
Chris Donaher de2ca18226
Insights telemetry collection -- Alert Status Updates (#115471)
* Added security plugin to signals route

* Added insights payload construction to status route

* Pass cloud plugin setup to route to test if cloud is enabled

* Incorrectly getting username from authenticated user

* Test needs cloud setup passed to mock

* Mistakenly added sender to migration

* Just pass cloudEnabled boolean to route

* Remove cloud specific checks from telemetry forwarding

* Populate sessionId from request, hash+salt with clusterID

* Converted payload construction to map

* Added logger to route, found that ui sometimes passes alert_ids in query

* Properly pass logger into test

* Change deep nested query field access to lodash get

* Fixed some import issues

* Addressed some comments from @pjhamptom

* Added fields to mock to ensure that the testTelemetrySender has the proper interface

* Wrapped awaits in Promise.all, abstract and remove async fetchClusterInfo calls since clusterInfo is immutable

* Missed some references to fetchClusterInfo()

* Removed references to rules, changed 'page' to 'route', made insights functions not methods

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-25 17:40:36 -06:00
Corey Robertson edc43c0ff2
[Dashboard] Make Dashboard Saved Objects multiple-isolated (#115817)
* Make Dashboard SO multiple-isolated

* Fix integration tests

* Fix Saved Objects API Integration Tests

* Fix more tests

* Fix even more tests

Co-authored-by: Joe Portner <5295965+jportner@users.noreply.github.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-25 19:21:02 -04:00
Chris Roberson 6d6cb5c836
Remove ability to configure index (#114558)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-25 19:10:03 -04:00
Xavier Mouligneau 436c74a9ce
[SECURITY SOLUTION] [CASES] Allow cases to be there when security solutions privileges is none (#113573)
* allow case to itself when security solutions privileges is none

* bring back the right owner for cases

* bring no privilege msg when needed it

* fix types

* fix test

* adding test

* review

* deepLinks generation fixed

* register home solution with old app id

* fix get deep links

* fix home link

* fix unit test

* add test

* fix telemetry

Co-authored-by: semd <sergi.massaneda@elastic.co>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-25 15:16:52 -07:00
Pierre Gayvallet 106183551a
[8.0] remove kibana.index config property (#112773)
* remove kibana config

* remove kibanaConfig usages

* prettier fix

* fix some globalConfig.kibana.index access

* fix xpack_legacy globalConfig usage

* fix home globalConfig usage

* fix canvas globalConfig usage

* fix action globalConfig usage

* fix (all?) remaining usages

* fix more plugins

* fix more plugins bis

* yet more usages

* fix ml usages

* fix security_solution

* fix lens

* fix monitoring

* remove from settings docs

* move doc update

* fix unit tests

* update generated doc

* improve test

* adapt new usage in security_solution

* fix security_solution config

* fix createConfig, again

* fix mock config
2021-10-25 14:25:24 -07:00
Chris Cowan 74bc51ea7c
[Metrics UI] Ensure Kubernetes Pod CPU Usage is consistent across pages (#116177) 2021-10-25 21:50:02 +01:00
Søren Louv-Jansen 51f8feaea0
Rename apm-generator to apm-synthtrace (#116075) 2021-10-25 16:25:01 -04:00
Nicolas Chaulet 0119bd8e45
[Fleet] Remove unused authenticateAgentWithAccessToken method from agent service (#116183) 2021-10-25 15:33:33 -04:00
Nathan L Smith 81264f73e9
Re-enable APM E2E tests and allow server to shut down cleanly on failure (#115450)
* Re-enable APM E2E tests and allow server to shut down cleanly on failure

Calling `process.exit` in the test script made it so the FTR runner would not properly shut down the server, and cause other tests to fail because Kibana was left running on a port. Remove that and just throw
instead.

No changes were made to the tests, as I was unable to reproduce any failures locally. I'll try in CI and see if we can get anything to fail.

Fixes #115280.
2021-10-25 14:05:15 -05:00
Tiago Costa 3a18a8226f
skip flaky suite (#116186) 2021-10-25 19:55:16 +01:00
Mark Hopkin a266b2d426
[Fleet] Add link to integration data retention documentation (#115353)
* add ILM policy help text

* update API docs

* change link

* regen api docs
2021-10-25 19:54:11 +01:00