Commit graph

46416 commits

Author SHA1 Message Date
Ester Martí Vilaseca a949cc8121
[Stack Monitoring] Elasticsearch Overview view migration (#111941)
* Elasticsearch overview first version

* Fix timezone in react components

* Extraxt on brush behaviour from elasticsearch overview page

* Fix overview component type

* Add elasticsearch pages template with some tabs

* Conditionally add some tabs for elasticsearch pages

* fix import and types

* Filter angular errors in react

* remove disabled property from tabs

* Add comment
2021-09-15 11:58:01 +02:00
Tre 50eb5d9828
[Archive Migration][Partial] discover apps-management (#110444)
* [Archive Migration][Partial] discover apps-management

Comes from https://github.com/elastic/kibana/pull/102827

Helps with https://github.com/elastic/kibana/pull/108503

Only include the changes under the
test/functional/apps/management folder.

* Remove the index pattern, that the test
creates.

* Drop beforeEach(), in favour of before(),
since there's only one test.

* Drop outdated comment,
drop these three cleanup lines
as the unload should handle it.

* Just keep one cleanup.

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-15 10:48:16 +01:00
Felix Stürmer 238c61de07
[RAC] [Observability] Remove rac feature flags from default functional tests (#111942) 2021-09-15 11:17:52 +02:00
Miriam 5488c2022c
[APM] Make all error messages on tables consistence (#111690)
* make all error messages on tables consistence

* rename variable

* fix conflict and delete not needed component

* fix empty array left after testing
2021-09-15 07:41:33 +01:00
Liza Katz 7195317381
[Fullstory] add version and appId to reports (#111952)
* add version and appId to reports

* tests

* code review

* cr 2

* manual parsing + todo
2021-09-15 09:02:51 +03:00
Spencer bc9ad13190
[vscode] support managing string keys and manage typescript.tsdk (#112185)
Co-authored-by: spalger <spalger@users.noreply.github.com>
2021-09-14 21:30:41 -07:00
Brian Seeders f2a546aae8 skip flaky suite (#111812) 2021-09-14 21:25:18 -07:00
Tyler Smalley c6bc2b7048 skip flaky suite (#112194) 2021-09-14 21:17:24 -07:00
Tyler Smalley bfad0bda93 skip flaky suite (#112174) 2021-09-14 16:44:28 -07:00
Søren Louv-Jansen 6ea75f564c
[APM] Add 'unknown' to EventOutcome (#112077) 2021-09-15 01:23:17 +02:00
Scotty Bollinger ef16b6a732
[Workplace Search] Fix bug where non-admins shown broken admin dashboard (#112163)
* Add route for non-admins

This redirects to /p/sources so I am leaving ‘sources’ off here in case we change the landing page for the Private Dashboard int he future

* Pass Workplace Search user admin status to Product Selector

* Pass custom URL to Workplace Search Product Card

App Search will remain unchanged. The default URL will be used if no custom URL is passed to the Product Card
2021-09-14 17:17:26 -04:00
Thom Heymann db5cf95724
Verification code CLI (#111707)
* Add verification code CLI

* Added suggestion from code review

* Fixed types

* Added extra test

* Added CLI dist scripts

* Fixed typo

* Write code to data instead of config directory
2021-09-14 21:58:25 +01:00
Tyler Smalley 34581ff1ed skip flaky suite (#103430) 2021-09-14 13:20:59 -07:00
Spencer 2976f33618
[eslint] add rule to forbid async forEach bodies (#111637)
Co-authored-by: spalger <spalger@users.noreply.github.com>
2021-09-14 13:20:53 -07:00
Tyler Smalley 378f2ed2f7 skip flaky suite (#112164) 2021-09-14 13:01:32 -07:00
Sandra G 07f4828f9a
[Stack Monitoring] convert server/logstash dir to typescript (#110706)
* add types to logstash server dir

* remove comment

* fix type

* remove unused type

* add helper function to test

* add issue to comment
2021-09-14 15:28:08 -04:00
Shahzad b610f6f352
[UX App] Add ux app no data screen (#111866)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-14 20:56:05 +02:00
Madison Caldwell cdb9fbac83
[RAC][Security Solution] Adds Threshold rule type and removes reliance on outputIndex (#111437)
* Initial commit

* Properly handle signal history

* Fix #95258 - cardinality sort bug

* Init threshold rule

* Create working threshold rule

* Fix threshold signal generation

* Fix tests

* Update mappings

* ALERT_TYPE_ID => RULE_TYPE_ID

* Add tests

* Fix types
2021-09-14 14:41:29 -04:00
Tim Sullivan 93e8a7d91b
[Reporting] Add config settings to telemetry for usage analysis (#112035) 2021-09-14 11:15:53 -07:00
Jonathan Buttner 2567c4f5fb
[Cases] Add import/export functionality (#110148)
* Working export but not import

* Adding user action import flag

* Adding a few integration tests

* Adding connector test

* Finishing integration tests

* Removing connector after each test to restore original state

* Bumping migration version for comment so

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-14 13:42:50 -04:00
Oliver Gupte 65eb7b930a
[APM] Fixes no data in service overview transaction breakdown chart (#112123) (#112124) 2021-09-14 13:24:21 -04:00
Rudolf Meijering 9b9286fc57
Remove executionLog to reduce memory consumption (#111911)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-14 19:20:10 +02:00
Marco Liberati 2262cac584
[Lens] Fix add to dashboard functional test flakiness (#111887)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-14 18:53:17 +02:00
Tre 458a57939b
[QA][SO INFO SVC] Docs for using with jq (#112129) 2021-09-14 17:40:00 +01:00
Cauê Marcondes ad5def63bf
[APM] By passing no data screen on settings pages (#111986)
* by passing no data screen on settings pages

* addressing PR comments

* adjusting teste
2021-09-14 12:35:31 -04:00
Paul Tavares eeca80918a
[Security Solution][Endpoint] Unit test for the ArtifactEntryCard (#111995)
* Test file for ArtifactEntryCard
* Fix i18n pluralization
* refactor mapper of trusted apps for tags-to-effectScope from server code to common
* determine EffectScope for Exceptions based on tags
* Fix margin on artifact card divider
* Updated snapshot
2021-09-14 11:58:27 -04:00
Dominique Clarke 4b33115892
[Uptime][Synthetics Integration] add browser callout (#108935)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: shahzad31 <shahzad31comp@gmail.com>
2021-09-14 17:42:08 +02:00
James Gowdy ee7e832489
[ML] Re-enabling skipped date nanos test (#112083) 2021-09-14 16:23:55 +01:00
juliaElastic b35b642fb7
[Fleet] Cosmetic fixes (#111725)
* [Fleet] Cosmetic fixes
Made Add integration button filled

* [Fleet] Cosmetic fixes
Filled button fixes

* [Fleet] Cosmetic fixes
3. Assign policy button

* [Fleet] Cosmetic fixes
4. Duplicate policy

* [Fleet] Cosmetic fixes
5. full stop

* [Fleet] Cosmetic fixes
6. enrollment token name

* [Fleet] Cosmetic fixes
2. auth settings

* [Fleet] Cosmetic fixes
review fixes

* [Fleet] Cosmetic fixes
Responsive fix fleet broken icons

* [Fleet] Cosmetic fixes
8. data streams table layout auto

* [Fleet] Cosmetic fixes
responsive 2. fixed icon overlap

* [Fleet] Cosmetic fixes
reduced empty space in header

* [Fleet] Cosmetic fixes
fix add integration form

* improve css selector

* moved css to styled component
2021-09-14 16:39:41 +02:00
Tre 9762da497d
[QA][SO INFO SVC] Add json only option (#112061) 2021-09-14 15:31:08 +01:00
Pierre Gayvallet 138371e50c
Add deprecation warning when unknown SO types are present (#111268)
* Add deprecation warning when unknown types are present

* fix and add service tests

* remove export

* plug deprecation route

* add integration test for new route

* add unit test for getIndexForType

* add unit tests

* improve deprecation messages

* add FTR test

* fix things due to merge

* change the name of the deprecation provider

* improve message

* improve message again
2021-09-14 15:55:30 +02:00
Ahmad Bamieh b74f154903
[core.metrics] Add support for multiple processes in ops metrics & stats API; deprecate process field (#109820)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-14 16:50:45 +03:00
Tim Roes 4bca9b05bb
Fix wrong timepicker range when brushing (#111989) 2021-09-14 15:47:43 +02:00
Pierre Gayvallet 157c834403
remove async lifecycle from global_search_bar plugin (#112058) 2021-09-14 15:36:37 +02:00
Yaroslav Kuznietsov ec313f6373
[Canvas] Fixes Advanced settings in Datasource recreate on any change. (#111840)
* added useEffectOnce.

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-14 16:24:01 +03:00
Christos Nasikas dd3053d23e
[Cases] Fix hidden lens modal when creating case from flyout (#112067) 2021-09-14 08:59:30 -04:00
Jean-Louis Leysens 4e4afc7503
[Discover/Reporting] Fix export that does not contain relative time filter (#110459)
* version 1 of fix: we set the time range on the search source at CSV generation time

* updated jest tests and updated API for getSharingData

* make time range optional for getSharingData

* pivot to updating "getTime" functionality by introducing a new flag

* update jest snapshots

* update comment

* refactored coerceToAbsoluteTime -> coerceRelativeTimeToAbsoluteTime and updated behaviour to be more specific

* fix jest test

* do not change createFilter API, rather create new createRelativeFilter API, also only use this in one place in discover

* update jest tests

* update mock

* update jest test mock

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-14 14:40:06 +02:00
Larry Gregory 1187159373
Update renovate config for platform security modules (#112074) 2021-09-14 08:05:14 -04:00
Marco Liberati e37cacbe59
[Lens] Removing trailing semicolor and scrollbar for empty pie chart visualization (#111971)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-14 14:03:49 +02:00
Uladzislau Lasitsa 6e7e5155f5
[TSVB] Doesn't work correctly with pipeline aggregations in "entire time range" mode (#105073)
* Use date_histogram instead of auto_date_histogram in pipeline aggregations

* Fix ci

* Fix eslint

* start disable parent pipeline aggs and show error

* Fix CI

* Fix eslint

* Fix CI

* Add functional tests

* Some fixes

* Fix lint

* Use agg_utils

* Fix lint

* Fix text

* Fix lint

* Fix tests

* Fixed condition

* Fix math aggregation

* math should pass panel type as prop

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-14 14:38:51 +03:00
Larry Gregory 22f0e762ed
Upgrade set-value to 4.1.0 (#111988) 2021-09-14 07:03:34 -04:00
Orhan Toy a55c39b624
Show process crawls together with crawl requests (#111398) 2021-09-14 12:59:50 +02:00
Mikhail Shustov 4a2acad218
Functional tests for execution context propagation in alerting and task manager plugins (#111179)
* move execution context tests to x-pack folder

* add execution context tests for alerts and tasks

* cleanup tests

* remove obsolete test folder

* use ToolingLog instead of console.log
2021-09-14 11:52:33 +02:00
Stratoula Kalafateli 8a4355b353
[Visualize] Removes dimming opacity setting (#111704)
* [Visualize] Removes the dimming opacity setting

* Remove from docs

* Fix 18n

* Address PR comments

* More cleaning

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-14 12:36:08 +03:00
Stratoula Kalafateli 182533f565
[Datatable] Removes the old implementation (#111339)
* [Datatable] Removes the angular implementation

* Fix i18n errors

* Fix types

* Remove unecessary funtional tests

* Fix documentation

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-14 11:57:42 +03:00
Khristinin Nikita 43ea2930cc
Decode file name on upload value lists and fix bug with removing value list (#111838)
* Decode fileName when creating a list

* Return wait_for for delete list item

* Return back import

* Update x-pack/plugins/lists/server/services/items/write_lines_to_bulk_list_items.test.ts

Co-authored-by: Ryland Herrick <ryalnd@gmail.com>

* Use i18n for message

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Ryland Herrick <ryalnd@gmail.com>
2021-09-14 10:32:38 +02:00
Candace Park d38d756153
[Security Solution][Endpoint][Trusted Apps] TA delete modal shows # of policies it will impact (#111481) 2021-09-13 23:50:30 -04:00
Lukas Olson fbeefedd98
Make saved queries share-capable (#111462)
* Use resolve instead of get for saved query service

* Update tests

* Update src/plugins/data/public/query/saved_query/saved_query_service.ts

Co-authored-by: Joe Portner <5295965+jportner@users.noreply.github.com>

* Revert step 4

* Make saved queries share-capable

* Fix test

Co-authored-by: Joe Portner <5295965+jportner@users.noreply.github.com>
2021-09-13 21:17:43 -04:00
Davis Plumlee 8a9ce5a1ef
[Security Solution][Detection Alerts] Fixes alert page refresh issues (#111042)
Co-authored-by: Xavier Mouligneau <189600+XavierM@users.noreply.github.com>
2021-09-13 20:41:06 -04:00
Lukas Olson a8f9468fe8
Use savedObjectsClient.resolve in saved query service (#111229)
* Use resolve instead of get for saved query service

* Update tests

* Update src/plugins/data/public/query/saved_query/saved_query_service.ts

Co-authored-by: Joe Portner <5295965+jportner@users.noreply.github.com>

* Revert step 4

* Fix test

Co-authored-by: Joe Portner <5295965+jportner@users.noreply.github.com>
2021-09-13 16:00:27 -07:00