Commit graph

44940 commits

Author SHA1 Message Date
Matthew Kime e8a4d6177e
use IndexPattern instead of IIndexPattern (#107200) 2021-07-30 05:18:17 -05:00
Matthew Kime 9b00a26e82
use IndexPattern instead of IIndexPattern (#107193) 2021-07-30 05:17:56 -05:00
Marta Bondyra 6ef6574823
[Lens] make the datatable content selectable 2021-07-30 11:39:17 +02:00
Gloria Hornero 1bfbd332fe
Cypress readme improvements (#107149)
* adds table of contents

* completes cypress guide

* adds CCS best practices

* fixes typo

* improves champions

* fixes typo

* little improvement

* latest improvements
2021-07-30 11:09:24 +02:00
Michael Marcialis 4317dcb43d
[Lens] Focus Fixes for v8 Theme (#106634)
* set correct focus ring for each theme

* fix field and dimension button span faux focus

* fix dimension button focus

* add mixin to remove euiFocusRing

* clean up the mess

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-07-30 09:27:58 +02:00
Marta Bondyra 6da99f33e8
mocking canvas (#107147) 2021-07-30 09:25:56 +02:00
Ignacio Rivas f0797759f4
[ILM] Adjust alignment of field errors + timeline icon (#104084)
* adjust alignment of field errors + timeline icon

* Use options popover instead of two continuous inputs

* Set max row size

* Reduce error callout size to s

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-07-30 08:10:13 +03:00
Jason Stoltzfus 0ae2134963
[Enterprise Search] Added the InlineEditableTable component (#107208) 2021-07-29 17:58:48 -04:00
Tim Sullivan 191480a9ca
[Reporting Management] Consolidate report job warnings and add warning for deprecated types (#106184)
* [Reporting Management] Add warning for deprecated types

* record -> job rename

* restore previous report from archive

* more fn testing

* better testing

* use consts

* add table text test

* nicer archived reports archive

* fix test

* add comment about completed

* remove warning button

* consistent status detail message and callout buttons

* rename the deprecated report

* fix status messages

* update copy

* fix duplicated created_at reports

* fix 18n

* back out text add

* fix fn test snapshot

* [Reporting] fix binding of methods that are called via event handlers

* self review

* spot-fix more untranslated content

* Update x-pack/plugins/reporting/public/lib/job.tsx

Co-authored-by: Michael Dokolin <dokmic@gmail.com>

Co-authored-by: Michael Dokolin <dokmic@gmail.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-07-29 13:23:59 -07:00
Matthew Kime c722773139
use IndexPattern instead of IIndexPattern (#107195) 2021-07-29 14:02:45 -05:00
Nathan L Smith f067ac8660
Add backend info and icons to flyouts (#107089)
* Add icon to service link in transaction flyout
* Add icon to service link on transaction spans
* Add backend section with icon and link to span flyout for backend spans

Also:

* Create ServiceLink and BackendLink components and use them wherever the icons with the links are used.
* Rename subType prop to subtype on SpanIcon component

Fixes #103264.
2021-07-29 13:38:05 -05:00
Tiago Costa fae9f266c4
chore(NA): moving @kbn/apm-config-loader to babel transpiler (#107146)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-07-29 14:24:12 -04:00
Matthew Kime a1981d5248
use IndexPattern instead of IIndexPattern (#107108) 2021-07-29 13:05:13 -05:00
Tiago Costa 7c949c0e98
chore(NA): moving @kbn/std to babel transpiler (#107177) 2021-07-29 18:26:08 +01:00
Poff Poffenberger 55cb9a5d88
Add dashbord migration test for visualizations (#106162)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-07-29 12:25:08 -05:00
Mikhail Shustov 1cfc2ebf90
[Maps] [Infra] do not import types from the legacy elasticsearch package (#107118)
* remove elasticsearch import from infra

* remove elasticsearch import from maps
2021-07-29 19:14:37 +02:00
Greg Thompson c2cb18910b
reinstate #105841 (#107080)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-07-29 12:12:07 -05:00
Mark Hopkin 1c3a6ad064
[Fleet] only log experimental warning once (#106434) (#106518)
* fix: only log warning once

* Move to logging on startup

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-07-29 17:25:14 +01:00
Pete Harverson 8f175803be
[ML] Transforms: Adds a type column to the transforms management table (#106990)
* [ML] Transforms: Adds a type column to the transforms management table

* [ML] Stabilize checks for transform table expanded row content

* [ML] Remove unnecessary expected row data type field

* [ML] Add timeouts to assertTransformExpandedRow existOrFail calls

* [ML] Use separate retry for each expanded row tab click

* [ML] Remove skip from permissions tests

* [ML] Correct suite title for read permissions tests
2021-07-29 17:22:55 +01:00
Tiago Costa 4eec61a5f9
chore(NA): moving @kbn/common-utils to babel transpiler (#107148)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-07-29 17:04:08 +01:00
Joe Portner b0d21b54e7
Fix ESO migration decryption for converted saved object types (#106897) 2021-07-29 12:02:26 -04:00
mgiota 7f6ff62402
[Metrics UI]: register metric threshold rule type with RAC (#106684)
* [Metrics UI]: register metric threshold rule type with RAC

* index reason in metric threshold executor

* fix failing metric executor unit tests

* refactor createLifecycleRuleExecutor

* create LifecycleRuleExecutor mock

* fix types

* fix option types

* avoid empty reason field

* more type fixes
2021-07-29 17:58:18 +02:00
Xavier Mouligneau b0827d038f
[RAC] [SECURITY SOLUTION] Remove drag drop security solutions (#107162)
* wip to remove drag & drop

* fix timeline action visibility and filter present on scroll

* remove unused class

* clean up hover actions

* add isDraggable on row render to allow the control of drag and drop

* fix add to timeline to work the old way

* fix types + unit test

* fix cypress test, I went to  fast  with the renaming

* review I

* fix pagination

* fix type introduce by another PR

Co-authored-by: Michael Olorunnisola <michael.olorunnisola@elastic.co>
2021-07-29 11:53:05 -04:00
Uladzislau Lasitsa 57042f0770
Saved visualization with search string confuse altering of search string (#103396)
* Add possibility to sync query and filter from state

* Fix unit-tests

* Fix name

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-07-29 11:41:02 -04:00
Ester Martí Vilaseca 75fd626c7a
fix alert button not found in stack monitoring test (#107060) 2021-07-29 17:04:04 +02:00
Tim Roes 271220cf3a
Add missing Kibana App plugin owners (#107153) 2021-07-29 17:00:28 +02:00
Peter Pisljar 0ad10e8980
adds dimensionName to datatable column meta information (#106514) 2021-07-29 16:45:10 +02:00
Kyle Pollich 16537aa1b6
Fix agent details breadcrumb (#107143) 2021-07-29 10:02:50 -04:00
Tim Roes ff3029f1b7
Make onChange in CodeEditor optional (#107128)
* Make onChang in CodeEditor optional

* Update api docs
2021-07-29 15:37:43 +02:00
renovate[bot] c98ffa5339
Update dependency @elastic/charts to v33.1.0 (master) (#106200)
* Update dependency @elastic/charts to v33.1.0

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: nickofthyme <nick.ryan.partridge@gmail.com>
2021-07-29 07:57:20 -05:00
Aleh Zasypkin 5b7653bae7
Do not expect legacy Elasticsearch JS client errors in tests. (#107135) 2021-07-29 14:16:09 +02:00
Christos Nasikas 82e0ce1b51
[Cases] Migrate to new Connectors APIs (#102662)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-07-29 14:20:51 +03:00
Larry Gregory fe1c27208c
Wait for user avatar to finish loading before declaring login successful (#106999) 2021-07-29 06:24:36 -04:00
Tre 46def3044e
[Archive Migration] x-pack..security/discover (#106896) 2021-07-29 10:47:13 +01:00
Anton Dosov 41f25a79b9
lower “indexPatternFieldEditor” bundle limit (#107006) 2021-07-29 11:10:57 +02:00
Stratoula Kalafateli 1ebdce7a1a
[XY axis] Disables the custom extents for the percentage mode (#106835)
* [XY axis] Disables the custom extents for the percentage mode

* Fix types and remianing tests

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-07-29 11:58:42 +03:00
Stratoula Kalafateli a6c43b7c21
[Viz listing] Unskip and stabilize the tests (#106830)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-07-29 11:47:32 +03:00
Marco Liberati d3e4dcf367
[Lens] Cleanup bar value labels configuration (#106231)
* 🐛 Rework value labels config

* 📷 Update snapshots
2021-07-29 10:22:23 +02:00
Pablo Machado 12271f3f5c
[Security Solution] [RAC] Add alerts count table to Security Solutions alerts page (#106358)
* Add alerts count table to Security Solutions alerts page

* Refactor alerts_histogram_panel to reuse logic on alerts_count

* Improve AlertsCount mobile layout
2021-07-29 10:15:37 +02:00
Dzmitry Lemechko e994d14eaa
[load testing] remove extra loop and pass simulations to running script (#106997)
* [load testing] remove loop and pass simulations seq

* pass string, not array to script

* pass var via export

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-07-29 10:08:48 +02:00
Alexey Antonov 5067662ab9
Vega maps visualization is blank in PDF and PNG reports. (#106974)
Closes: #106141
2021-07-29 10:55:18 +03:00
Esteban Beltran 56593b831c
[Security Solution] Behavior protection configuration card for policies integration (#106247) 2021-07-29 09:34:36 +02:00
Yaroslav Kuznietsov d506dba24c
[Canvas] Flyout refactor. (#106728)
* Removed `recompose`.

* Rewritten to functional component.

* `Connect` moved to `useSelector/useDispatch`.

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-07-29 09:03:08 +03:00
Wylie Conlon ce89235713
[Sample data] Use Lens in Logs sample data (#106486)
* [Sample data] Use Lens in Logs sample data

* Fix accidental inclusions and add new images

* Fix test

* link proper ID

* changing the copy for 400s and 500s

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Marta Bondyra <marta.bondyra@elastic.co>
2021-07-29 07:58:54 +02:00
Mikhail Shustov 785876cc76
[Data] do not import types from the legacy elasticsearch package (#106957)
* do not import types from the legacy elasticsearch package

* update docs

* cleanup data_enhanced
2021-07-29 07:52:36 +02:00
Michael Dokolin b140cb5cb1
[Aggregations] Create expression functions for object types used in agg params (#103494) 2021-07-29 07:00:35 +02:00
Jonathan Budzenski 05cebcde93 Revert "[RAC] [SECURIT SOLUTIUONS] Remove drag drop security solutions (#106721)"
This reverts commit 3f14abb372.
2021-07-28 20:25:06 -05:00
Tiago Costa 1137c2c5f4
chore(NA): moving @kbn/utils to babel transpiler (#107010)
* chore(NA): moving @kbn/utils to babel transpiler

* chore(NA): changed import paths for that module on kbn-apm-config-loader

* fix(NA): import on test file

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-07-29 01:16:53 +01:00
Xavier Mouligneau 3f14abb372
[RAC] [SECURIT SOLUTIUONS] Remove drag drop security solutions (#106721)
* wip to remove drag & drop

* fix timeline action visibility and filter present on scroll

* remove unused class

* clean up hover actions

* add isDraggable on row render to allow the control of drag and drop

* fix add to timeline to work the old way

* fix types + unit test

* fix cypress test, I went to  fast  with the renaming

* review I

Co-authored-by: Michael Olorunnisola <michael.olorunnisola@elastic.co>
2021-07-28 20:12:10 -04:00
Walter Rafelsberger 5e2c22cef9
[ML] Latency correlations: Fix "Failed to build correlative_value after last required field arrived" error. (#107040)
The wrong percentiles variable was used to derive ranges, it needs to use tempPercentiles instead. With certain data this would lead to ranges, expectations and percentiles to have different lengths.
2021-07-29 01:25:04 +02:00