Commit graph

47784 commits

Author SHA1 Message Date
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
Tiago Costa de59cfe379
skip flaky suite (#105018) 2021-10-25 14:09:51 +01:00
Tiago Costa 1fa073f6de
skip flaky suite (#116050) 2021-10-25 14:07:43 +01:00
Tiago Costa a9cd15730b
skip flaky suite (#115396) 2021-10-25 14:03:17 +01:00
Tiago Costa 35aab9e164
skip flaky suite (#114002) 2021-10-25 13:59:07 +01:00
Tiago Costa 61ea89ff7d
skip flaky suite (#113080) 2021-10-25 13:54:13 +01:00
Tiago Costa 1a2af9d7d2
skip flaky suite (#116043) 2021-10-25 13:50:03 +01:00
Tiago Costa b59a805fcd
skip flaky suite (#116033) 2021-10-25 13:47:38 +01:00
Tiago Costa 71cc3b72fe
skip flaky suite (#115324) 2021-10-25 13:45:07 +01:00
Marco Liberati cf2a3f5808
[Lens] Add value labels to Heatmap (#106406)
*  Add label values menu

*  Enable value labels for Heatmap

* 🔥 Remove removed translations

* 🏷️ Fix type issue

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-25 14:29:38 +02:00
Marco Liberati 560cb6f948
[TSVB] Show the loading spinner while loading in dashboard (#114244)
* 🐛 Fix metric rescale

* 📸 Restored old snapshots

* 🐛 Extend the fix to all scenarios

* 📸 Refresh snapshots for new fix

* 💄 Add suspense with loading spinner while waiting for the component to be loaded

* 🐛 Move the styling one level deeper to avoid loading gaps

* 🐛 show loader since the beginning and speed up a bit embeddable load

* 💄 Show the loader while waiting for the palette

*  Remove one chunk from TSVB async series

* 🐛 Restore previous async chunk

* 👌 Integrate feedback

* 🚨 Fix linting issue

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-25 14:27:05 +02:00
Marco Liberati 5d73e8c3f4
[Lens] Opening advanced Intervals editor should not throw an error (#115801)
* 🐛 Fix issue with the first rendering

*  Add tests for valid and broken scenario

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-25 14:26:12 +02:00
Orhan Toy 811724b003
[App Search, Crawler] Link-ify domain name in table (#115735) 2021-10-25 14:00:13 +02:00
Dmitry Tomashevich 8f75a715f5
[Discover] Add clock icon to time field column (#114996)
* [Discover] Add clock icon to time field column

* [Discover] fix linting

* [Discover] fix functional tests

* [Discover] fix functional test

* [Discover] apply suggestion

* [Discover] apply wording suggestion

* [Discover] fix i18n

* [Discover] update unit tests

* [Discover] add custom label for classic table

* [Discover] color icon black

* [Discover] fix unit tests

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-25 14:26:45 +03:00
Angela Chuang 780c43513a
[Security Solution] Fix tooltip for timeline sourcerer (#115950)
* fix tooltip for event picker

* remove unused mock

* remove unused dependency

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-25 11:16:13 +01:00
Walter Rafelsberger ed99e2466a
[ML] Fix legend text colors for Vega based charts in dark mode. (#115911)
Fixes the legend text colors for Vega based charts in dark mode.
2021-10-25 10:50:35 +01:00
Phillip Burch d66abdf25e
Fix bug with popup not closing (#115954) 2021-10-25 11:39:43 +02:00
Giorgos Bamparopoulos 6b5b06fc03
Update APM linting dev doc with instructions about how to install the pre-commit hook and a link to the Kibana guide (#115924) 2021-10-25 10:24:00 +01:00
Uladzislau Lasitsa 262d0cdafd
[TSVB] Error when selecting * for override index_pattern field on the string mode (#114450)
* Add condition so that preselect first timefield from the list if we use * as index pattern

* Add default timefield for string index pattern mode

* Add comment for condition

* Fix lint

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-25 12:07:50 +03:00
Christos Nasikas 4d3644030a
[Connectors] Check connector's responses (#115797)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-25 10:34:36 +03:00
Dario Gieselaar 110a8418f9
[APM] Add live mode to synthtrace (#115988) 2021-10-23 23:54:21 +02:00
Sandra G 003c0f36ec
don't request when request is pending (#115999)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-22 14:17:12 -04:00
Luke Elmers 78a91f7595
Remove migrations.enableV2 in 8.0 (#116023) 2021-10-22 07:14:45 -06:00