Commit graph

44240 commits

Author SHA1 Message Date
Kibana Machine 788f18070b
Share history package via shared deps (#111537) (#111579)
Co-authored-by: Tim Roes <tim.roes@elastic.co>
2021-09-08 15:17:35 -04:00
Kibana Machine bf40a85f9a
Ensure name columns are not cut off on APM tables (#111046) (#111578)
* Switch the overview to single column when we're at < 1200px
* Hide sparkplots on transactions, dependencies, and instances tables at widths where they could be easily cut off
* Right-align sparkplot columns
* Make chart heights match latency chart height when showing a single column
* Make all impact bars fixed 96px width
* Make values be shown before sparklines
* Make SparkPlots `overflow: 'hidden'`
* Remove fixed widths from columns
* Return breakpoint and width from `useBreakpoints`
* Rename "breakPoint" to "breakpoint" everywhere to match what EUI does
* Replace `ServiceListMetric` (on used on service list) with `ListMetric` (used when sparkplots are conditionally shown)

Fixes #110165.

Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>
2021-09-08 15:04:52 -04:00
Kibana Machine aab533826f
[APM] Updates failed transaction correlations help (#111222) (#111574)
Co-authored-by: Lisa Cawley <lcawley@elastic.co>
2021-09-08 14:55:10 -04:00
Stratoula Kalafateli 705d2b07c8
[7.x] [Vislib] Removes old implementation of xy chart (#110786) (#111558)
* [Vislib] Removes old implementation of xy chart (#110786)

* [Vislib] Remove xy chart

* Update i18n

* Remove uncecessary file

* Fix types

* More fixes

* Fix functional tests part 1

* Fix functional tests part 2

* Fix bug with shard-delay

* Fix functional tests part 3

* fix functional tests part4

* Fix async_serch FT

* Fix functional dashboard async test

* REplace screenshot area chart image

* Cleanup vislib from xy charts

* Remove unused fixtures

* Address PR comments

* Remove miaou :D

* Address PR comments

* Fix i18n

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
# Conflicts:
#	docs/management/advanced-options.asciidoc
#	test/functional/screenshots/baseline/area_chart.png

* Fixes

* Remove setting from docs

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-08 14:41:12 -04:00
Kibana Machine d381d36311
fix topN popover for case view (#111514) (#111567)
* fix topN popover for case view

* unit tests

Co-authored-by: Angela Chuang <6295984+angorayc@users.noreply.github.com>
2021-09-08 14:27:35 -04:00
Kibana Machine e1ae48578f
[Canvas] SidebarHeader refactor. (#110176) (#111569)
* Removed recompose.

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Yaroslav Kuznietsov <kuznetsov.yaroslav.yk@gmail.com>
2021-09-08 14:23:26 -04:00
Kibana Machine 4115f5e3d5
Allow kuery in get summary request in order to be able to filter summaries by policyId (or something else in the future) (#111507) (#111546)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: David Sánchez <davidsansol92@gmail.com>
2021-09-08 13:48:41 -04:00
Kibana Machine d8b805f87d
[ML] Functional tests - omit node_name in job message assertions (#111529) (#111553)
This PR removes the node_name from job audit message assertions as it can vary depending on test environments, particularly in cloud.

Co-authored-by: Robert Oskamp <robert.oskamp@elastic.co>
2021-09-08 13:43:54 -04:00
Kibana Machine d794c5bad5
Add a loading spinner to alerts page (#111310) (#111397)
Co-authored-by: Kevin Qualters <56408403+kqualters-elastic@users.noreply.github.com>
2021-09-08 17:37:00 +00:00
Kibana Machine 68115f9848
[Security Solution] [Endpoint] Add new policy tabs layout (#110966) (#111542)
* Add new policy tabs layout with policy settings and trusted apps tab. Only visible with feature flag enabled

* Add URL state of which tab is selected. Also refactored policy_details component. Hide sticky bar at bottom when trustedApps tab is selected

* Fix wrong constant path in routing

* Don't refresh policyItem if is not necessary

* Remove old code and use new form layout component even if FF is disabled

* Split test file

* Clean test file with unused mocks

* Fixes failing test

* Address pr comments

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: David Sánchez <davidsansol92@gmail.com>
2021-09-08 17:33:32 +00:00
Kibana Machine bfa3b9dd0e
[ML] Fix "Exclude jobs or groups" control (#111525) (#111545)
Co-authored-by: Dima Arnautov <dmitrii.arnautov@elastic.co>
2021-09-08 13:32:51 -04:00
Dmitry Tomashevich cf379f6e64
[Discover] Fix opening the same saved search (#111127) (#111540)
* [Discover] fix opening the same saved search

* [Discover] fix functional test

* [Discover] apply suggestion

* [Discover] apply suggestion

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-08 13:07:53 -04:00
Alexey Antonov dd5a2d9ef9
[TSVB] Fix pinned filters not showing in TSVB (#109223) (#111538)
Closes: #17025

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-08 12:53:27 -04:00
Ignacio Rivas 7779b38aea
[Upgrade Assistant] Remove unnecessary EuiScreenReaderOnly from stat panels (#111518)
* Remove EuiScreenReaderOnly implementations

* Remove unused translations

* Remove extra string after merge conflict
2021-09-08 18:39:34 +02:00
Kibana Machine 38e5f2c32a
[Security Solution][Endpoint] Do not validate TA creation form with soft errors when required name field is empty (#111508) (#111533)
* validate to true only if name is not empty as well

fixes elastic/kibana/issues/108509

* update test

* review changes

Co-authored-by: Ashokaditya <am.struktr@gmail.com>
2021-09-08 12:03:38 -04:00
Brian Seeders c2a189e9d1
Revert "[CI] Buildkite ES Snapshots Pipelines (#100843) (#111547)" (#111563)
This reverts commit 05ff8339d1.
2021-09-08 11:46:08 -04:00
Kibana Machine 05ff8339d1
[CI] Buildkite ES Snapshots Pipelines (#100843) (#111547)
Co-authored-by: Brian Seeders <brian.seeders@elastic.co>
2021-09-08 11:29:37 -04:00
Kibana Machine 75bfc090ed
[App Search] Crawler overview empty state needs an EuiSpacer (#111498) (#111528)
Co-authored-by: Orhan Toy <toyorhan@gmail.com>
2021-09-08 15:23:33 +00:00
Rudolf Meijering d6e333524d
Fix flaky migrations tests (#111365) (#111523)
# Conflicts:
#	src/core/server/saved_objects/migrationsv2/integration_tests/batch_size_bytes.test.ts
2021-09-08 11:20:42 -04:00
Kibana Machine a8afa42d8a
[Enterprise Search] Update internal routes to use /internal prefix over /api (#111035) (#111522)
* Convert App Search server routes to new prefix

* Update frontend route prefixes for App Search

* Convert Workplace Search server routes to new prefix

* Update frontend route prefixes for Workplace Search

* Convert Enterprise Search server routes to new prefix

* Update frontend route prefixes for Enterprise Search

Co-authored-by: Scotty Bollinger <scotty.bollinger@elastic.co>
2021-09-08 11:11:58 -04:00
Jonathan Budzenski f7ec6f1747 skip flaky test. #111496 2021-09-08 09:31:52 -05:00
Ahmad Bamieh 8978d1c334
[i18n] [7.x] Integrate 7.15.0 Translations (#111487) 2021-09-08 14:59:46 +03:00
Kibana Machine fb186a465d
[Archive Migration][Partial] discover apps-discover (#110437) (#111505)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Tre <wayne.seymour@elastic.co>
2021-09-08 11:56:54 +00:00
Kibana Machine fc474fcac1
[Logs UI] Fix alert previews for thresholds of 0 (#111150) (#111506)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Alejandro Fernández Gómez <alejandro.fernandez@elastic.co>
2021-09-08 07:55:12 -04:00
Kibana Machine 3ceb06e931
[Logs UI] Improve log threshold rule field selection (#111135) (#111372)
* [Logs UI] Use ComboBox for criterion field selection (#110996 
* [Logs UI] Make log threshold criterion field clearable

Co-authored-by: Milton Hultgren <milton.hultgren@elastic.co>
2021-09-08 11:44:47 +00:00
Kibana Machine 66a43f50d8
[APM] Set start date of APM ML job to -4 weeks (#111375) (#111503)
Closes #111045.

Co-authored-by: Dario Gieselaar <dario.gieselaar@elastic.co>
2021-09-08 07:43:53 -04:00
Kibana Machine 7ce8ffbce2
[Discover] Fix hide chart button (#110779) (#111410)
* [Discover] fix hide chart button

* [Discover] update tests

* [Discover] fix functional

* [Discover] remove hideChart from the URL it is not true

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Dmitry Tomashevich <39378793+Dmitriynj@users.noreply.github.com>
2021-09-08 11:29:38 +00:00
Kibana Machine 3c04a06088
[ML] APM Latency Correlations: Code consolidation. (#110790) (#111495)
Code deduplication:
- combine 3 existing client side hooks into useSearchStrategy
- combine server side multiple search strategy files into shared search_strategy_provider.ts
- Clarified naming (client/server params, strategy naming etc.), improved types.
- None of the actual deeper internal logic changed, larger chunks of code that show up as new lines is mostly just moved code + additional types (e.g. function overloads) to support the different search strategies with the same server side code and client side hook.

Co-authored-by: Walter Rafelsberger <walter@elastic.co>
2021-09-08 06:07:44 -04:00
Kibana Machine 362a5253a5
[Discover] Fix indices permission for multiline test (#111284) (#111490)
Co-authored-by: Matthias Wilhelm <matthias.wilhelm@elastic.co>
2021-09-08 04:07:28 -04:00
Kibana Machine d6e5827784
[Detection Rules] Add 7.15 rules (#111464) (#111485)
Co-authored-by: Justin Ibarra <brokensound77@users.noreply.github.com>
2021-09-08 02:43:41 -04:00
Kibana Machine 6155af332a
remove skip test - no, _id is not aggregatable (#111241) (#111390)
Co-authored-by: Matthew Kime <matt@mattki.me>
2021-09-08 04:34:09 +00:00
Kibana Machine a41e450658
[Security Solution][Endpoint][Host Isolation] Hide isolate host option in alert details rather than disabling (#111064) (#111476)
Co-authored-by: Candace Park <56409205+parkiino@users.noreply.github.com>
2021-09-07 23:08:30 -04:00
Kibana Machine 43f3a61e7c
React version of angular license view (#111317) (#111474)
* React version of angular license view

* Fix time handling and linking to license upload

* Use getPageData pattern instead of useClusters

* Add note about locked time picker

* Add disable support to monitoring toolbar

* Disable toolbar on license page only

* Remove old todo

* Clean up render setup method ordering

* Fix CI checks

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Mat Schaffer <mat@elastic.co>
2021-09-07 22:41:24 -04:00
Kibana Machine cac2c82bea
[Security Solution] [CTI] Fixes bug that caused Threshold and Indicator Match rules to ignore custom rule filters if a saved query was used in the rule definition. (#109253) (#111024)
* Ignore saved_id for Threat match and threshold rules

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Khristinin Nikita <nikita.khristinin@elastic.co>
2021-09-08 00:57:36 +00:00
Kibana Machine 0e2ad41039
[APM] Fix link in readme (#111362) (#111473)
Co-authored-by: Søren Louv-Jansen <sorenlouv@gmail.com>
2021-09-07 19:53:14 -04:00
Kibana Machine d4d52b06c2
[Security Solution] add agent field to generator (#111428) (#111460)
Co-authored-by: Joey F. Poon <joey.poon@elastic.co>
2021-09-07 18:42:56 -04:00
Alison Goryachev 48b25a611c
[Upgrade Assistant] Refactor kibana deprecation service mocks (#111168) 2021-09-07 18:06:21 -04:00
Devon Thomson 936e758786
[Dashboard] Retain Tags on Quicksave (#111015) (#111446)
* fixed missing tags api when loading saved dashboard. Added tests
2021-09-07 16:40:09 -04:00
Kibana Machine 4750153d11
Reorder App Search ingestion methods (#111361) (#111445)
Co-authored-by: Orhan Toy <toyorhan@gmail.com>
2021-09-07 20:31:17 +00:00
Kibana Machine c8356dea7d
Port performance docs to new docs system. (#111063) (#111442)
Co-authored-by: Luke Elmers <luke.elmers@elastic.co>
2021-09-07 20:30:00 +00:00
Kibana Machine 0174d726d2
[Security Solution][RAC] Fixes updatedAt loading bug (#111010) (#111441)
Co-authored-by: Davis Plumlee <56367316+dplumlee@users.noreply.github.com>
2021-09-07 16:29:02 -04:00
Kibana Machine 8a3a61f94b
[Cases] Cleaning up migration and re-hiding comments saved object (#109344) (#110986)
* Cleaning up migration and so

* Refactoring filter to be check in reduce

Co-authored-by: Jonathan Buttner <56361221+jonathan-buttner@users.noreply.github.com>
2021-09-07 19:44:58 +00:00
Kibana Machine 4f782540f8
[Security solution] [Endpoint] Fix bad artifact migration (#111294) (#111431)
* Working test that validate migrated artifact has same properties as SO artifact
* Checks if artifact is compressed and uncompress it if necessary before creating the new one from fleet

Co-authored-by: Paul Tavares <paul.tavares@elastic.co>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: David Sánchez <davidsansol92@gmail.com>
Co-authored-by: Paul Tavares <paul.tavares@elastic.co>
2021-09-07 15:24:05 -04:00
Kibana Machine 2736520d28
[sample data] update web log geo.src field to match country code of geo.coordinates (#110885) (#111434)
* [sample data] update web log geo.src field to match country code of geo.coordinates

* fix functional tests

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Nathan Reese <reese.nathan@gmail.com>
2021-09-07 15:17:35 -04:00
Ester Martí Vilaseca bcd5346bba
[Stack Monitoring] Update overview page data on refresh interval (#111354) (#111433)
* Add onRefresh callback to update page data

* Sync url params with datepicker and global state
2021-09-07 14:55:49 -04:00
Kibana Machine 7e42193a12
[Maps] fix term join not updating when editing right field (#111030) (#111425)
* [Maps] fix term join not updating when editing right field

* tslint

* clean up

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Nathan Reese <reese.nathan@gmail.com>
2021-09-07 18:41:25 +00:00
Kibana Machine d39c8f560b
Fix copy typo. (#111203) (#111427)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Justin Kambic <justin.kambic@elastic.co>
2021-09-07 14:40:47 -04:00
Kibana Machine 9025dea16f
[Fleet] Set default settings in component template instead of the index template (#111197) (#111419)
Co-authored-by: Nicolas Chaulet <nicolas.chaulet@elastic.co>
2021-09-07 14:29:53 -04:00
Jean-Louis Leysens 4cf8987276
[Reporting] Removed any from public (#110993) (#111413)
* removed anys and ran TS organize imports

* updated jest snapshots

* fix import paths for non-type imports

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-07 14:07:27 -04:00
Kibana Machine 12d2978ebe
Remove any in ui_actions_enhanced (#110018) (#111406)
Co-authored-by: Vadim Kibana <82822460+vadimkibana@users.noreply.github.com>
2021-09-07 17:49:46 +00:00