Commit graph

47556 commits

Author SHA1 Message Date
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
Aleh Zasypkin 5947cee096
Store interactive setup certificates in the data folder. (#115981) 2021-10-25 20:28:47 +02:00
Cauê Marcondes 1732927fb1
adjusting charts timezone (#116014) 2021-10-25 11:13:40 -07:00
Thomas Watson f152787a68
Remove deprecated xpack.security.enabled config option (#111681)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-25 14:12:05 -04:00
Josh Dover 504896d51f
[Fleet] Fix showing deployment details callout on Cloud staging (#116123) 2021-10-25 18:19:46 +01:00
Christos Nasikas 62e203818f
[Connectors][ServiceNow] Rename isLegacy configuration property (#115028)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-25 18:13:47 +01:00
Greg Thompson 59815a0681
Upgrade EUI to v40.0.0 (#115639)
* eui to v40.0.0

* tokenKeyword -> tokenTag

* mobileOptions type

* snapshot updates

* Revert "tokenKeyword -> tokenTag"

This reverts commit 0e5eae64e7.

* token snapshot
2021-10-25 11:54:37 -05:00
Christos Nasikas 14ac1643e6
[Cases] Add another newline after a quote message (#116104) 2021-10-25 17:51:26 +01:00
Jason Stoltzfus b1dab1f029
Suggestions enabled check (#116136) 2021-10-25 17:42:25 +01:00
Thomas Neirynck 33fd1bdff0
[Maps] Use ES mvt (#114553)
* tmp

* tmp

* tmp

* tmp

* tmp

* use es naming

* typo

* organize files for clarity

* plugin for hits

* tmp

* initial styling

* more boilerplate

* tmp

* temp

* add size support

* remove junk

* tooltip

* edits

* too many features

* rename for clarity

* typing

* tooltip improvements

* icon

* callouts

* align count handling

* typechecks

* i18n

* tmp

* type fixes

* linting

* convert to ts and disable option

* readd test dependencies

* typescheck

* update yarn lock

* fix typecheck

* update snapshot

* fix snapshot

* fix snapshot

* fix snapshot

* fix snapshot

* fix test

* fix tests

* fix test

* add key

* fix integration test

* move test

* use centroid placement

* more text fixes

* more test fixes

* Remove top terms aggregations when switching to super fine resolution (#114667)

* [Maps] MVT metrics

* remove js file

* updateSourceProps

* i18n cleanup

* mvt labels

* remove isPointsOnly from IVectorSource interface

* move get_centroid_featues to vector_layer since its no longer used in server

* labels

* warn users when selecting scaling type that does not support term joins

* clean up scaling_form

* remove IField.isCountable method

* move pluck code from common to dynamic_style_property

* move convert_to_geojson to es_geo_grid_source folder

* remove getMbFeatureIdPropertyName from IVectorLayer

* clean up cleanTooltipStateForLayer

* use euiWarningColor for too many features outline

* update jest snapshots and eslint fixes

* update docs for incomplete data changes

* move tooManyFeatures MB layer definition from VectorLayer to TiledVectorLayer, clean up VectorSource interface

* remove commented out filter in tooltip_control add api docs for getMbLayerIds and getMbTooltipLayerIds

* revert changing getSourceTooltipContent to getSourceTooltipConfigFromGeoJson

* replace DEFAULT_MAX_RESULT_WINDOW with loading maxResultWindow as data request

* clean up

* eslint

* remove unused constants from Kibana MVT implemenation and tooManyFeaturesImage

* add better should method for tiled_vector_layer.getCustomIconAndTooltipContent jest test

* fix tooltips not being displayed for super-fine clusters and grids

* fix check in getFeatureId for es_Search_sources only

* eslint, remove __kbn_metadata_feature__ filter from mapbox style expects

* remove geoFieldType paramter for tile API

* remove searchSessionId from MVT url since its no longer used

* tslint

* vector tile scaling option copy update

* fix getTile and getGridTile API integration tests

* remove size from _mvt request body, size provided in query

* eslint, fix test expect

* stablize jest test

* track total hits for _mvt request

* track total hits take 2

* align vector tile copy

* eslint

* revert change to EsSearchSource._loadTooltipProperties with regards to handling undefined _index. MVT now provides _index

* clean up

* only send metric aggregations to mvt/getGridTile endpoint

* update snapshot, update getGridTile URLs in tests

* update request URL for getGridTile

* eslint

Co-authored-by: Nathan Reese <reese.nathan@gmail.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-25 10:41:04 -06:00
Matthew Kime 1e718a5572
[data views] Make data view saved objects share capable (#114408) 2021-10-25 17:10:16 +01:00
Jason Rhodes d91bc28846
Conditionally sets ignore_throttled only when search:includeFrozen is true (#115451)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-25 17:04:57 +01:00
James Gowdy 4cc94c5a45
[ML] Fixing index data visualizer not available when no ML nodes available (#115972)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-25 16:54:32 +01:00
Esteban Beltran 80bb1ad8da
[Security Solution] Replace badge with health indicator in endpoint details flyout (#115901) 2021-10-25 16:48:36 +01:00
Julia Bardi 414a1fbf0d
[Fleet] added package upgrade info logs (#116093)
* added package upgrade info logs

* using log meta

* logging out meta object as well
2021-10-25 17:26:45 +02:00
Tiago Costa e59f8acf9a
skip flaky suite (#116078) 2021-10-25 16:25:44 +01:00
Pablo Machado 1527535fcd
Update alert count table to display rules with long names (#115920)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-25 16:58:47 +02:00
Ahmad Bamieh 1bc60b0115
[Telemetry] add missing content-type to headers (#116120) 2021-10-25 15:30:35 +01:00
Felix Stürmer 125c569944
[RAC] [Observability] Enable the observability alerting and cases features (#115785)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-25 15:19:59 +02:00