Commit graph

18583 commits

Author SHA1 Message Date
Tiago Costa
c1f2b1983d
skip flaky suite (#106650) 2021-10-04 12:49:27 +01:00
Paul Tavares
36ce6bda67
[Security Solution][Endpoint] Show list of trusted application on the Policy Details (#112182)
* New Artifact Collapsible card and Grid generic components
* Fleet setup test data loader - ignore 409 concurrent installs in data loader for fleet setup
* Adds `ContextMenuWithRouterSupport` prop for `maxWidth` and `truncateText` prop for `ContextMenuItemNaByRouter`
* trustedApps generator loader - use existing policies (if any) when loading TAs
* `CardCompressedHeaderLayout` support for `flushTop` prop
2021-10-04 07:48:24 -04:00
Marta Bondyra
6bfa2a4c2c
[Lens] move from slice to reducers/actions and simplify loading (#113324)
* structure changes

* tests & fix for sessionId

* share mocks in time_range_middleware

* make switchVisualization and selectSuggestion one reducer as it's very similar

* CR

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-04 13:32:36 +02:00
Marco Liberati
8e25f5cc0f
[Lens] Threshold: add padding to avoid axis label collision with threshold markers (#112952)
* 🐛 Add padding to the tick label to fit threshold markers

* 🐛 Better icon detection

* 🐛 Fix edge cases with no title or labels

* 📸 Update snapshots

*  Add icon placement flag

*  Sync padding computation with marker positioning

* 👌 Make disabled when no icon is selected

* 🐛 Fix some edge cases with auto positioning

* Update x-pack/plugins/lens/public/xy_visualization/xy_config_panel/threshold_panel.tsx

Co-authored-by: Michael Marcialis <michael@marcial.is>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Michael Marcialis <michael@marcial.is>
2021-10-04 13:01:14 +02:00
Uladzislau Lasitsa
9b7b3228ec
[TSVB] Removes less support from markdown editor (#110985)
* Remove less from markdown

* Fix migration script

* Fix migration script

* fix lint

* Fix test

* Fix comments

* Fix lint

* Fix comments

* Fix yarn.lock file

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-04 12:55:29 +03:00
Diana Derevyankina
93522e5fa8
[Lens] Rename Index pattern to Data view (#110252)
* [Lens] Rename Index pattern to Data view

* Update tests expected labels

* Remove couple of unused translations

* Remove unused translation

* Revert accidentally not applied string because of merge conflict

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-04 12:41:56 +03:00
Stratoula Kalafateli
e0894f3dc2
Unskips the visualize reporting functional test suite (#113535)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-04 11:45:33 +03:00
Stratoula Kalafateli
7162f16f7a
[Vislib] Removes fontAwesome usage (#113516)
* [Vislib] Removes fontAwesome usage

* Fix CI

* Fix types

* Update src/plugins/vis_types/vislib/public/vislib/components/tooltip/_tooltip.scss

Co-authored-by: Caroline Horn <549577+cchaos@users.noreply.github.com>

Co-authored-by: Caroline Horn <549577+cchaos@users.noreply.github.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-04 08:53:40 +03:00
Patryk Kopyciński
4b89e14884
Bump eslint@7 (#94347) 2021-10-02 17:38:40 +02:00
Walter Rafelsberger
634fb36c02
[ML] Remove unused code. (#113263)
- Removes unused code in server/lib/correlations.
- The only remaining file get_filters.ts was moved to lib/search_strategies/queries. (Note at the moment Kibana search strategies are only used for correlations, but at some point we might want to restructure that possibly to lib/search_strategies/correlations/queries to make it more clear).
2021-10-01 20:38:43 -04:00
Thomas Neirynck
cdc5204af9
[Fleet] Add APM card to integration browser (#113625)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-01 16:24:28 -04:00
Kristof C
9437e8d538
[Cases] [104932] Remove newline characters from summary field and add tests (#113571)
* [104932] Remove newline characters from summary field and add tests

* PR fix

Co-authored-by: Kristof-Pierre Cummings <kristofpierre.cummings@elastic.co>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-01 15:03:10 -05:00
Luke Elmers
b58e7218ad
[logging] Upgrade ECS to 1.12 (#113583) 2021-10-01 12:56:54 -04:00
Tre
33b501c5c7
[Archive Migration] xpack..saved_objects_management/spaces_integration (#113047) 2021-10-01 16:51:15 +01:00
Davey Holler
753defe366
App Search Automated Curation Suggestion Detail View (#113342) 2021-10-01 10:45:46 -05:00
Scotty Bollinger
2d2878a904
Exclude cypress folders from Jest test coverage (#113482) 2021-10-01 11:22:03 -04:00
Thomas Neirynck
a565eaa39d
[Fleet] Show beats replacements in integration browser (#113291)
Display both beats and epr-packages in the integration browser. When there is overlap, the EPR-package equivalent is displayed. When the EPR-package is not yet ga, the beat-equivalent is displayed.
2021-10-01 08:11:25 -04:00
Sandra G
56effce567
fix sorting, pagination, state (#113563)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-01 08:09:41 -04:00
Tiago Costa
a4903aca4d
skip flaky suite (#112910) 2021-10-01 12:49:52 +01:00
Mat Schaffer
ff96b66eae
[Stack Monitoring] Set beats react product name (fixes setup mode) (#113504) 2021-10-01 10:20:28 +02:00
Marco Liberati
218deff1cb
[Lens] Threshold: set default color for new thresholds (#113008)
* 💄 Make dark grey default threshold color

*  Fix test

* 👌 Integrate feedback

* 👌 Fix bug

* 👌 Filter threshold layers for color assignments

* 👌 Small refactor

* 🐛 Fix merging conflicts

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-01 10:16:38 +02:00
Giorgos Bamparopoulos
fd0648daab
Update title and description on APM tutorial in cloud hosted environments (#113438) 2021-10-01 09:10:51 +01:00
Pierre Gayvallet
e443f5180b
[8.0] Remove --plugin-dir cli option (#113367)
* Remove `--plugin-dir` cli option

* remove deprecation

* remove usage from test servers

* remove import

* remove last text usages

* removes --plugins alias
2021-10-01 07:58:14 +02:00
Xavier Mouligneau
3b958e76aa
[Security Solution] Top-level Cases feature under the Security (#112980)
* add the new top cases feature in security

* fix api intyegration and cypress

* fix api integration

* fix cypress roles test

* missing api integration

* review Joe

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-30 20:18:25 -04:00
Michael Marcialis
2aa39891ff
[Lens] Design updates in prep for thresholds (#113428)
* remove borders from layer panels

* increase "add layer" button size

* fix cross-browser scrollbars & shadow clipping

* fix layer panel and dimension drop zone spacing

* add hyphens

* fix border radius & adjust workspace styles

* config flyout padding and spacing adjustments

* formula padding and spacing adjustments

* palette flyout padding and spacing adjustments

* remove unnecessary v7 styles

* correct button font size in v7

* restore workspace border in v7

* Fix draggable bg color in v8 dark mode

* fix misaligned layer chart picker text

* fix unit test

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-30 18:23:58 -04:00
Rashmi Kulkarni
de8bb8f7d8
trying to fix the skipped test - infra-home-page test (#113484)
* trying to fix the unskipped test

* remove .only and comment

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-30 12:49:01 -07:00
Zacqary Adam Xeper
0008d2833e
[Metrics UI] Add warning about redundant groupBy on metric threshold (#111891)
* [Metrics UI] Add warning about redundant groupBy on metric threshold

* Fix i18n

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-30 15:40:00 -04:00
Byron Hulcher
24147afdf2
[App Search] Add Automated Curations options to Curations Settings tab (#112766) 2021-09-30 13:25:27 -04:00
Mat Schaffer
575e22f070
React beats instance view (#113500)
* Add beat instance page

* Fix beat instance tabs to match angular

* Remove unused cluster prop on beats template

* Fix breadcrumbs

* Remove unused cluster prop

* Use correct codepath

* Switch beats instance back to use template

Doesn't buy us a lot here, but mirrors the pattern used in logstash where it's a lot better than just calling PageTemplate directly.

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-30 13:25:01 -04:00
Jonathan Budzenski
6ad596f402 skipy flaky test. #112749 2021-09-30 12:24:19 -05:00
Spencer
6cccf69451
[eslint] forbid trailing slashes in package imports (#113455)
Co-authored-by: spalger <spalger@users.noreply.github.com>
2021-09-30 12:02:56 -05:00
Quynh Nguyen
747212ce45
[ML] Add KQL filter bar, filtering functionality, and compact design to Index data visualizer (#112870)
* [ML] Initial embed

* [ML] Initial embed props

* [ML] Add top nav link to data viz

* Add visible fields

* Add add data service to register links

* Renames, refactor, use constants

* Renames, refactor, use constants

* Update tests and mocks

* Embeddable

* Update hook to update upon time udpate

* Add filter support to query

* Refactor filter utilities

* Add filter support for embeddable

* Fix saved search data undefined

* Prototype aggregated view/document view switcher

* Prototype flyout

* Prototype save document view option in storage

* Fix filter and query conflict with saved search

* Minor styling edits

* [ML] Update functional tests to reflect new arrow icons

* [ML] Add filter buttons and KQL bars

* [ML] Update filter bar onChange behavior

* [ML] Update top values filter onChange behavior

* [ML] Update search filters when opening saved search

* [ML] Clean up

* [ML] Remove fit content for height

* [ML] Fix boolean legend

* [ML] Fix header section when browser width is small to large and when index pattern title is too large

* [ML] Hide expander icon when dimension is xs or s & css fixes

* [ML] Delete embeddables because they are not use

* [ML] Make doc count 0 for empty fields, update t/f test

* [ML] Add unit testing for search utils

* [ML] No need to - padding

* [ML] Fix expand all/collapse all behavior to override individual setting

* [ML] Fix functional tests should be 0/0%

* [ML] Fix docs content spacing, rename classnames, add filters to Discover, lens, and maps

* [ML] Fix icon styling to match Discover but have text/keyword/histogram

* [ML] Fix filters not persisting after page refresh & on query change

* [ML] Rename classnames to BEM style

* [ML] Fix doc count for fields that exists but have no stats

* [ML] Clean up unused styles

* [ML] Fix eui var & icon & file geo

* [ML] Fix navigating to Lens from new saved search broken

* [ML] Change types back to Index pattern for 7.16

* [ML] Update not in docs content and snapshots

* [ML] Fix Lens and indexRefName

* [ML] Fix field icon and texts not aligned, remove span because EuiToolTip now supports EuiToken

* [ML] Fix data view
2021-09-30 11:37:56 -05:00
Marta Bondyra
b73d939d6c
[Lens] refactor - move debounce one layer up for thresholds (remove updater) (#113222)
* [Lens] remove updater from vis

* removing blur handle

* fix

* blur fix

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-30 18:03:40 +02:00
Sandra G
6eebf2433d
fix missing nested property when storing in local storage (#113538) 2021-09-30 11:36:58 -04:00
David Sánchez
4f95060286
[Security solution][Endpoint] API error when edit/create TA by policy and license under platinum (#113363)
* New function to check if the effect scope has been changed without right license

* Checks if license is under platinum when creating/updating trusted apps by policy

* Change error type. Use translations in frontend for api error. Also use helper mapping function to avoid use string replace method

* Remove name from constructor and changed mock function name

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-30 10:51:09 -04:00
Ashokaditya
530408c2f5
[Security Solution][Endpoint] Action and responses data generators for .logs-endpoint.action* data streams (#113403) 2021-09-30 15:51:07 +02:00
Miriam
db22641ebb
[APM] Remove dot from legend on the error marker (#113437)
* Remove dot from legend on the error marker

* Change indicator type to NodeElement

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-30 14:28:54 +01:00
Stacey Gammon
66f69d6a13
Clean up task manager public setup contract to improve readability and API docs (#113415)
* Improve API docs for task manager

* Update docs
2021-09-30 09:10:41 -04:00
Chris Roberson
fb2ee109b8
[Actions] Better enqueue test (#112434)
* Try and add logging here

* Fix linting

* Only this test

* Better logging

* More debugging

* More debug

* Try something different

* Better way to do the test

* Get this PR ready

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-30 08:55:36 -04:00
Tiago Costa
2548f9b323
skip flaky suite (#113496) 2021-09-30 13:17:57 +01:00
Shahzad
fe9b5332e1
[Uptime] Run Sample uptime tests using @elastic/synthetics (#112128)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-30 13:58:38 +02:00
Esteban Beltran
a6670380aa
[Security Solution] Add host isolation exceptions UI (#111253) 2021-09-30 13:43:22 +02:00
Marco Liberati
3bd687e6ca
🐛 Fix label on horizontal chart for axis (#113452) 2021-09-30 12:37:01 +02:00
Shahzad
bbf3d4b9ca
[Exploratory View] Add to case button (#112463)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-30 11:30:30 +02:00
Sébastien Loix
50134cbec6
[Mappings editor] Remove boost parameter from field types (#113142) 2021-09-30 10:18:09 +01:00
Jean-Louis Leysens
9a530b2496
[Reporting] Add deprecation titles (#113387)
* added i18n and titles to config deprecations

* Updated jest test

* Add newline at end of file

* remove unneeded space
2021-09-30 10:44:20 +02:00
Gloria Hornero
a33ae63025
[Security Solution][Detections] Fixes 'Detection Rule "reference url" links don't work if they are created with missing "http://' (#112452)
* updates url validation to don't accept urls without http or https prefix

* fixes typo

* fixes linter issue

* refactors to follow recommendations

* Update x-pack/plugins/security_solution/public/common/utils/validators/index.test.ts

Co-authored-by: Frank Hassanabad <frankhassanabad@gmail.com>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Frank Hassanabad <frankhassanabad@gmail.com>
2021-09-30 04:40:04 -04:00
Stratoula Kalafateli
a9d80ac46a
Cleanup of the kibanaLegacy unused functions and remove unecessary dependencies from Analytics plugins (#113358)
* [Discover][Table] Remove unused dependencies of the kibanaLegacy plugin

* More removals of kibanaLegacy plugin dependencies

* Revert discover changes

* Remove the unused functions from the kibana_legacy plugin

* Removes unused translations
2021-09-30 09:54:53 +03:00
Mat Schaffer
685a550806
[Stack Monitoring] Beats instance view pagination (#113284)
* Beats instance view pagination

* Fix beats listing sorting

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-30 14:04:57 +09:00
spalger
9c00debcd5 skip failing suite (#113486) 2021-09-30 00:26:06 +00:00