Commit graph

46656 commits

Author SHA1 Message Date
Walter Rafelsberger
f4c164c69b
[ML] APM Correlations: Remove unused code. (#112645)
- Removes CustomFields component.
- Removes fetchTransactionDurationHistogramInterval query.
- Removes unused legacy API endpoints used for the correlations feature.
2021-09-23 11:38:04 +02:00
Walter Rafelsberger
8cd6df6d95
[ML] APM Correlations: Fix element key, fix to not pass on undefined (#112641)
- Adds key attribute for AreaSeries element of TransactionDistributionChart.
- Avoids passing on undefined as progress values.
2021-09-23 05:07:10 -04:00
Marco Liberati
9dcacf77f7
[Vega] Better error explanation for EsErrors and inspector now showing error responses (#112634)
* 🐛 Fix EsError not showing info

* 🐛 Record error response in the inspector

* 🏷️ Fix type issue

* 👌 Integrate feedback

* 👌 Integrated latest feedback

* 👌 i18n unknwon message

* 👌 Integrate feedback

* 🐛 Fix syntax error

* 🏷️ Fix type issue

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-23 10:54:31 +02:00
Joe Reuter
fa624567d6
fix permissions for cloud test (#112568) 2021-09-23 10:13:55 +02:00
Stratoula Kalafateli
5c4f519563
Updates the VEGA docs for v8.0 (#112781)
* Update VEGA docs for v8.0

* Update docs/user/dashboard/vega-reference.asciidoc

Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>

Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-23 09:55:18 +03:00
Stratoula Kalafateli
1803511ec4
Updates the TSVB docs for v8 (#112778)
* Updates the TSVB docs for v8

* Update docs/management/advanced-options.asciidoc

Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>

* Update docs/user/dashboard/tsvb.asciidoc

Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>

Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-23 09:54:43 +03:00
Michael Dokolin
c06d604785
[Expressions] Fix setup and start contracts (#110841)
* Refactor executor forking to implement state inheritance
* Fix setup and start contracts typings
* Add support of named forks
* Add expressions service life-cycle assertions
2021-09-23 08:44:16 +02:00
Adam Locke
5b73ab1432
[DOCS] Update remote cluster and security links (#112874)
* [DOCS] Update remote cluster and security links

* Updating test link

* Update URL for failing test

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-22 20:44:12 -07:00
Rashmi Kulkarni
97e232f105
test/functional/apps/management/_test_huge_fields.js (#112878) 2021-09-22 17:14:35 -07:00
Kellen
56f5c179e0
Fix the other one... (#112873) 2021-09-22 14:38:20 -07:00
Lukas Olson
02b2a4d086
[data.search.aggs] Use fields instead of _source in top_hits agg (#109531)
* [data.search] Handle warnings inside of headers

* Update docs

* Add tests

* Remove isWarningResponse

* [data.search.aggs] Use fields instead of _source in top_hits agg

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-22 13:36:39 -07:00
Lukas Olson
f4c2a934f0
[Search sessions] Don't show incomplete warning if search requests aren't in session (#112364)
* [Search sessions] Don't show incomplete warning if search requests aren't in session"

* Update src/plugins/data/public/search/search_interceptor/search_interceptor.ts

Co-authored-by: Anton Dosov <dosantappdev@gmail.com>

* Fix lint

Co-authored-by: Anton Dosov <dosantappdev@gmail.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-22 13:36:27 -07:00
Lukas Olson
791fed5b82
[data.search] Do not send ignore_throttled when search:includeFrozen is disabled (#112755)
* Do not send ignore_throttled when search:includeFrozen is disabled

* Fix tests
2021-09-22 13:36:17 -07:00
Chris Cowan
1b93b00212
[Monitoring] Add KQL filter bar to alerts (#111663)
* [Monitoring] Add KQL filter bar to alerts

* Finish adding filters to UI

* Adding filterQuery to all the backend alert functions

* removing unused translations

* fixing types

* Moving alerting code to async imports

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-22 14:15:55 -06:00
Luke Elmers
878b1eeae9
Log deprecation warnings for plugins which won't be disable-able in 8.0 (#112602) 2021-09-22 15:58:57 -04:00
Brian Seeders
9d7290d9ad
[CI] Balance CI Groups (#112836) 2021-09-22 15:42:01 -04:00
Lisa Cawley
4c3f48fcbd
Add ILM URLs to documentation link service (#112748) 2021-09-22 12:41:42 -07:00
Jonathan Budzenski
74bcbc310d
Bump chromedriver to 93 (#112847) 2021-09-22 14:33:41 -05:00
Nathan Reese
15846b27c0
[Maps] move joins from LayerDescriptor to VectorLayerDescriptor (#112427)
* [Maps] move joins from LayerDescriptor to VectorLayerDescriptor

* clean up ISource

* export isVectorLayer

* tslint

* tslint for ml plugin

* tslint apm plugin

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-22 12:47:35 -06:00
Vadim Yakhin
11f1c44bde
Add a handler for a possible promise rejection (#112840)
* Add a handler for a possible promise rejection

* Improve test coverage
2021-09-22 14:41:05 -04:00
Kellen
409d7e2796
Removes space, fix build (#112856) 2021-09-22 11:31:49 -07:00
Nathan Reese
5524938f33
[Maps] fix unhandled promise rejections in jest tests (#112712)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-22 12:16:14 -06:00
Vadim Yakhin
23c829997f
Copy pass 3 (#112815)
* Remove Source config section description

* Update copy

* Update i18n

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-22 12:25:33 -04:00
Alexey Antonov
61410a30a5
[vega] Handle removal of deprecated date histogram interval (#109090)
* [vega] Handle removal of deprecated date histogram interval

Fixes: #106352

* fix CI

* add deprecation_interval_info

* add test

* Update vega_info_message.tsx

* fix types

* Update es_query_parser.ts

* apply comments

* fix error

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Uladzislau Lasitsa <vlad.lasitsa@gmail.com>
2021-09-22 19:08:33 +03:00
Nathan Reese
a753f83140
[maps] move registerLayerWizard and registerSource to MapsSetupApi (#112465)
* [maps] move registerLayerWizard and registerSource to MapsSetupApi

* eslint

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-22 10:07:49 -06:00
Alison Goryachev
cdc34cf32f
[Mappings editor] Add multi-field support for ip type (#112477) 2021-09-22 11:54:45 -04:00
Jonathan Buttner
48b126a2ea
Adding cases team to directories (#112835) 2021-09-22 11:50:07 -04:00
Matthew Kime
4b71c435a9
[data views] Rename a bunch of index pattern code references to data views (#112770)
* rename a bunch of index pattern references to data views
2021-09-22 09:50:05 -05:00
Jonathan Budzenski
1adb492e15 skip flaky suite. #111234 2021-09-22 09:37:25 -05:00
Stratoula Kalafateli
6bf766abb9
Fixes flakiness in timelion viz functional test (#112805)
* Fixes flakiness in timelion viz functional test

* Add sleep
2021-09-22 17:28:26 +03:00
James Gowdy
1456257a73
[ML] Fixing jest tests with unhandled promise rejections (#112804) 2021-09-22 14:31:35 +01:00
Nathan Reese
84e42e42bc
[vega] fix vega map validation errors crashing vega (#112700)
* [vega] fix vega map validation errors crashing vega

* eslint

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-22 07:17:53 -06:00
Rudolf Meijering
68fb9f6d84
Rename REINDEX_SOURCE_TO_TEMP_INDEX to REINDEX_SOURCE_TO_TEMP_TRANSFORM (#112727) 2021-09-22 15:12:18 +02:00
Jonathan Buttner
93cc4fcd9b
[Security Solution][Timeline] Pinned events migrations (#112360)
* Starting migration class

* Fleshing out migrator

* Adding migration tests

* Refactoring

* Adding migrator to each client

* gzipping file

* Fixing cypress tests

* Cleaning up types and adding additional test

* Starting notes migrations

* Finishing notes references migration

* gzipping data.json

* Fixing unit tests

* Updating the archive and fixing spelling

* Starting pinned events

* Fixing more conflicts

* Finishing pinned events

* fixing pinned events not showing bug

* Fixing lint errors

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-22 09:09:34 -04:00
Rudolf Meijering
e39a9d495b
Fix unhandled promise rejection in socket tests (#112806) 2021-09-22 09:04:58 -04:00
Jonathan Buttner
7aefe24387
Moving title to text and hiding user actions and comments (#112745) 2021-09-22 09:00:52 -04:00
Jonathan Buttner
70f635b14d
[Cases] Migrate user actions connector ID V2 (#112710)
* Making progress

* Fleshing out the extraction logic

* Finishing migration logic and starting more tests

* Finishing migration unit tests

* Making progress on services

* Finishing transform to es schema

* Finishing transform functionality and unit tests

* reverting migration data updates

* Cleaning up type errors

* fixing test error

* Working migration tests

* Refactoring retrieval of connector fields

* Refactoring connector id in and tests in frontend

* Fixing tests and finished refactoring parse string

* Fixing integration test

* Fixing integration tests

* Removing some duplicate code and updating test name

* Fixing create connector user action bug

* Addressing feedback and logging error

* Moving parsing function to common

* Fixing type errors

* Fixing type errors

* Addressing feedback

* Fixing lint errors

* Adjusting import for user action changes

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-22 08:59:49 -04:00
Matthew Kime
525d3a5920
[data views] remove some any instances from service (#112632)
* remove some any instances from data view

* lint fix

* simplify scripted field type
2021-09-22 07:04:15 -05:00
Angela Chuang
11700a7d7a
[Security Solution] Update data field for JA3 fingerprint (#112571)
* update data field for JA3 fingerprint

* update unit test

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-22 12:35:31 +01:00
Peter Pisljar
3907d53df5
persistable state docs (#105202) 2021-09-22 13:22:38 +02:00
Angela Chuang
210fb50d0b
[SecuritySolution] add global filter to topN (#112401)
* add global filter to topN

* sort lines

* add unit test

* fix duplicate queries

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-22 10:53:37 +01:00
Marta Bondyra
0cbdf3f259
[Lens] Thresholds added (#108342)
Co-authored-by: Marta Bondyra <marta.bondyra@gmail.com>
Co-authored-by: dej611 <dej611@gmail.com>
Co-authored-by: Marco Liberati <dej611@users.noreply.github.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-22 11:14:40 +02:00
Stratoula Kalafateli
9b410ce544
Fixes bug with nested terms, one with other bucket and the other disabled (#112636) 2021-09-22 11:21:53 +03:00
Paul Tavares
ac010acea8
Policy Details Store refactor into multiple modules (#112697)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-22 10:20:25 +02:00
Marco Liberati
914f2b7429
🔧 Make Timelion server send error details to client (#112663) 2021-09-22 10:14:43 +02:00
Diana Derevyankina
abdb7a4c49
[TSVB] Disables the input string mode (#110571)
* [TSVB] Remove the input string mode

* Fix some tests

* Add some functional tests and fix failing CI

* Update telemetry mappings

* Rename useStringIndices to allowStringIndices, move it from TSVB to Data constants and refactor test

* Apply text suggestions from code review

Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>

* Apply formatting and remove unused translations

* Fix labels

* Remove unused import

* Move popover toggling  to checkIndexPatternSelectionModeSwitchIsEnabled function to prevent flakiness

* Update some visual_builder_page functions

* Remove accidentally added newlines

* Move TSVB ui settings to constants, remove tooltip and update popover text

* Handle the case of editing advanced settings is restricted

* Add requiresPageReload to UI setting and condition for the case the setting is already enabled

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
2021-09-22 11:13:53 +03:00
Shahzad
da1ae4923a
[User Experience App] Improve empty state loading (#112531)
* improve empty state loading

* only show loading in content panel

* eslint fix
2021-09-22 09:28:10 +02:00
Brian Seeders
e9e08d0928
[CI] Balance ci groups (#110711) 2021-09-22 00:36:25 -04:00
Byron Hulcher
8531e21655
Prevent ResultSettingsLogic.actions.saveResultSettings from throwing a new exception after catching API error (#112742) 2021-09-21 18:26:09 -04:00
Thomas Neirynck
e268e21f7b
[Maps] Remove regionmap test references (#112734) 2021-09-21 18:18:11 -04:00