Commit graph

45116 commits

Author SHA1 Message Date
Khristinin Nikita 8f22fedba0
Update Styleguide path to .mdx (#107890)
* Fix Styleduide URL

STYLEGUIDE.md -> STYLEGUIDE.mdx

* Fix type for a path to the scripts folder
2021-08-10 13:15:43 +02:00
Liza Katz 204efae5bf
[Data cleanup] unify serializable state (#107745)
* Use Serializable from package

* Rename to align with core

* fix

* more replacements

* docssss

* fix

* Move it to @kbn/utility-types and remove core export

* buildy build

* tests

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-10 13:03:48 +02:00
Pablo Machado eca7146a9f
[RAC] [Alerts] Add highlight to building block alerts (#107727)
* [rac] [Alerts] Add highlight to building block alerts

* Pull back 'additional filters' button to t-grid
2021-08-10 06:31:05 -04:00
Dario Gieselaar 78e2bd2788
[APM] Make rangeFrom/rangeTo required (#107717) 2021-08-10 05:56:15 -04:00
Marco Liberati 778a1160f5
[Lens][Accessibility] Take into account background color for non opaque colors (#107877)
* 🐛 Take into account also background color if opaque

*  Add tests for opaque colors
2021-08-10 10:48:03 +02:00
Yaroslav Kuznietsov e2d88b71b5
[Canvas] Arg form refactor. (#106551)
* Refactored `ArgForm`.

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-10 11:39:40 +03:00
Yaroslav Kuznietsov 54b4296243
[Canvas] Datacolumn refactor (#106268)
* Refactored Datacolumn.

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-10 11:38:55 +03:00
Uladzislau Lasitsa e0f154613e
[Timelion] Fix behavior for points and bars in timelion (#107398)
* Fix behavior for points and bars

* Fix lint

* Fix color for points

* Some fixes

* Fix lint

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-10 11:34:09 +03:00
Matthias Wilhelm 87db81505d
[Discover] Apply histogram layout of new table to classic table layout (#107766)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-10 10:17:38 +02:00
Esteban Beltran 04260d30a7
[Security Solution] Display a correct label for memory and behavior protections (#107724) 2021-08-10 09:54:08 +02:00
Alexey Antonov 6008b5ae55
[Lens] chore: remove dead code (#107882)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-10 10:19:40 +03:00
Mikhail Shustov 5480c4d0f4
[Execution context] Add nested context support (#107523)
* Add nested context support

* remove execution context service on the client side

ExecutionContextContaier is not compatible with SerializableState, so I had to fall back to passing context as POJO. With this change, using a service looks like overhead.

* update docs

* fix test

* address comments from Josh

* put export back

* update docs

* remove outdated export

* use input.title for unsaved vis

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-10 08:53:40 +02:00
Yaroslav Kuznietsov 7366df9454
[Canvas] ArgTemplateForm refactor. (#106637)
* Refactored `ArgTemplateForm`.

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-10 09:15:04 +03:00
Yaroslav Kuznietsov 6fafe87627
[Canvas] Number format argument refactor. (#106502)
* Refactored number format argument.


Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-10 09:09:36 +03:00
Yaroslav Kuznietsov 0ebe3657c1
[Canvas] Date format argument refactor. (#106496)
* Refactored date_format argument.

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-10 09:08:40 +03:00
Jason Rhodes 3d6aa9f44d
[Stack Monitoring] Adds optional debug logging for Stack Monitoring (#107711) 2021-08-10 00:09:26 -04:00
Davis Plumlee 6b29ca1ce8
[Security Solution][Detection Page] Status filter refactor (#107249) 2021-08-09 23:00:58 -04:00
Lisa Cawley 4f535c6621
[DOCS] Updates file data visualizer details (#107609) 2021-08-09 18:42:55 -07:00
Christiane (Tina) Heiligers 5d9b9a15d8
Adds team details to core/telemetry/localization-owned plugins (#107843)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-09 20:45:25 -04:00
Constance b4dfe9aeb1
Fix Kibana nav CSS overrides leaking into other plugins (#107973)
- Because we were previously not scoping our Kibana CSS overrides, loading the Enterprise Search plugin and then another plugin would cause that CSS to leak
2021-08-09 19:04:09 -04:00
Paul Tavares a3119a5541
[Security Solution][Roles] Add Read-Only Endpoint indexes to the (Detections) role creation scripts + FTR improvements (#107086)
* Add needed indexes to the role scripts
* Moved/renamed detection engine roles and user utility to `x-pack/test/common/security_solution`
* removed duplicate code in rule_registry and instead exported same methods from `common/services/security_solution`
* new endpoint FTR service that includes methods for loading and unloading data (uses existing data indexer methods)
* Transforms: Added additional methods to the FTR Test service
2021-08-09 16:24:58 -04:00
Stacey Gammon 2230c032c6
Add a new hello world plugin and adjust the welcome message. (#107789)
* Add a new hello world plugin and adjust the welcome message.

* update and move files

* Update CODEOWNERS

* add a tsconfig.json file

* update tsconfig.json

* fix type check

* address code review comments
2021-08-09 16:22:02 -04:00
James Gowdy f074091ef1
[ML] Adding job import export usage telemetry collection (#107772)
* [ML] Adding job import export usage telemtry collection

* removing accidental managemet type change

* adding tests

* changes based on review

* adding constant for event ids

* adding toHaveBeenCalledWith tests

* renaming tests

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-09 21:04:18 +01:00
Rashmi Kulkarni 91366f0221
Rollup - Conversion of functional test files to use custom roles and permissions and also convert esArchiver to kbnArchiver (#107818)
* updated the test to use kbnArchiver to load the data and also the test uses minimal set of roles-permissions for the test-user

lint errors

lint errors

* hybrid index pattern - conversion to kbnArchiver and the test user to use specific roles n permissions
2021-08-09 12:50:13 -07:00
Devin W. Hurley ab43afab88
[RAC] [RBAC] Adds bulk update route to rule registry and bulk update function to alerts client (#106297)
Adds a bulk update route (POST /internal/rac/alerts/bulk_update) to the rule registry and bulkUpdate function to the alerts as data client.
2021-08-09 15:39:48 -04:00
Nathan Reese bc171418d2
[Maps] fix fonts api (#107768)
* [Maps] fix fonts api

* update expect statement name

* eslint

* add test case for './../'

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-09 13:17:58 -06:00
Joe Portner 475c618434
Change Role Mappings editor to use CodeEditor (#107459) 2021-08-09 15:08:43 -04:00
Byron Hulcher bd06fcaacd
[App Search] Migrate Manage Crawls Popover and Process Crawls UI (#107839) 2021-08-09 14:46:09 -04:00
Caroline Horn be7ec79006
[SolutionNav] Fixed tabindex and collapsible functionality (#107462)
* Fixed `tabIndex`
* Added embellishment back in
* Fixed the collapse button visibility and usability
2021-08-09 13:36:54 -04:00
Spencer 30f2289883
[perf-testing] send detailed APM data from report generation (#107592)
Co-authored-by: spalger <spalger@users.noreply.github.com>
2021-08-09 13:36:02 -04:00
Stacey Gammon b9f398875a
Add more information on kibana.json properties, update example plugins (#107600)
* Add more information on kibana.json properties, update example plugin kibana.jsons

* fix auto save fix

* Update anatomy_of_a_plugin.mdx

* Update anatomy_of_a_plugin.mdx

* update based on review comments

* Update anatomy_of_a_plugin.mdx

* Put kibanaVersion back and adjust the explanations of the fields

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-09 13:32:07 -04:00
Matthew Kime dcd628b8a3
remove IFieldType references (#107355)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-09 12:25:41 -05:00
Josh Dover f3d8431dd6
Add test harness for SO migration integration tests (#106116)
Co-authored-by: Mikhail Shustov <restrry@gmail.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-09 13:08:56 -04:00
Christiane (Tina) Heiligers fe0fb4efb5
Changes tag saved object namespaceType to multiple-isolated (#106341)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-09 13:03:14 -04:00
Alejandro Fernández Gómez 3eac913c34
[Observability RAC] Leave the severity of the alerts empty if it's unknown (#107029)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-09 12:39:20 -04:00
Tiago Costa da8edcbb37
chore(NA): moving @kbn/analytics to babel transpiler (#107781)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-09 17:08:53 +01:00
Byron Hulcher be5f538a1b
[App Search] Migrate Delete Domain Panel (#107795)
* Add deleteDomain action to CrawlerSingleDomainLogic

* New DeleteDomainPanel component

* Added DeleteDomainPanel to CrawlerSingleDomain

* Missing tests for DeleteDomainPanel

* Abstract getDeleteDomainConfirmationMessage
2021-08-09 11:43:02 -04:00
Tiago Costa 58054c3325
chore(NA): moving @kbn/cli-dev-mode to babel transpiler (#107779)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-09 16:20:34 +01:00
Tiago Costa 2558194f80
chore(NA): moving @kbn/config to babel transpiler (#107763)
* chore(NA): moving @kbn/config to babel transpiler

* chore(NA): fix types

* chore(NA): include missing deps

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-09 16:20:01 +01:00
Liza Katz 21f4de833c
Clear out unused imports (#107638)
* Clear out unused imports
Add public to some exports

* types and funzies

* flattenHitWrapper

* t

* restore

* SAD

* bad merge
2021-08-09 16:35:10 +02:00
Ester Martí Vilaseca fafac5b488
Remove ui-library (#107533)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-09 16:26:25 +02:00
Liza Katz 8d90df3bca
filter FilterBar suggestions by time (according to flag) (#107192)
* filter filter bar suggestions by time (according to flag)
add api integration tests for autocomplete apis

* test fix: setDefaultAbsoluteRange

* timeRangeForSuggestionsOverride

* revert

* tests

* doc

* set time range

* Added tests following code review

* eslint

* fun-ctional tests

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-09 15:58:27 +02:00
Esteban Beltran 417d093a29
[Security Solution] Move endpointdetails into its own middleware function (#107632) 2021-08-09 09:17:08 -04:00
Josh Dover e7a05c0110
Move src/core/TESTING.md to mdx (#107039)
* Move src/core/TESTING.md to mdx

* PR comments

* Fix conventions link

* Fix FTR api config link
2021-08-09 14:03:35 +02:00
Tiago Costa 4fb20e71e1
skip flaky suite (#107856) 2021-08-09 13:02:51 +01:00
Tiago Costa 854faa4bb7
skip flaky suite (#107831) 2021-08-09 12:55:49 +01:00
Yulia Čech c79f37f976
[ILM] Refactored policies list to use EuiInMemoryTable (#107510)
* [ILM] Created policy list context

* [ILM] Created policy action component

* [ILM] Fixed i18n errors

* [ILM] Implemented code review suggestion

* [ILM] Fixed a11y tests

* [ILM] Updated the test description

* [ILM] Renamed policy table components

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-09 13:50:55 +02:00
Anton Dosov bc8530e591
Fix search sessions management UI displays wrong warning (#107556) 2021-08-09 07:43:07 -04:00
Esteban Beltran 10efecf585
[Security Solution] Adds behavior protection support for mac and linux (#107749)
* Add behaviour-protection-for-mac-and-linux

* Display the correct os names in the OS section

* Fix policy config returning windows values
2021-08-09 13:03:27 +02:00
David Sánchez 37084f759c
[Security solution][Endpoint] Refactor of event filters form test in order to use context provider. (#107725)
* adds entries.list.id field in the searchable event filters fields list

* adds test case for list.id operator

* Revert "adds entries.list.id field in the searchable event filters fields list"

This reverts commit 45a66fd966.

* Revert "adds test case for list.id operator"

This reverts commit 9dba145df2.

* Disable large value list option in operators dropdown

* Refactor event filters form test to use context provider

* Fix ts checks

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-09 12:06:55 +02:00