Commit graph

13330 commits

Author SHA1 Message Date
Marco Liberati b36ffc98fc
[Lens] Fix Heatmap in dashboard with numeric color stops (#111117)
* 🐛 Fix heatmap numeric stops problem + tests

* 🏷️ Fix type issue

*  Add dashboard functional tests for this issue

*  Simplify functional test

*  fix functional test

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-08 19:02:10 +02:00
Yaroslav Kuznietsov 6a958a5e83
[Canvas] SidebarContent refactor. (#110051)
* Refactored sidebar.

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-08 12:50:05 -04:00
Nathan L Smith 0204762667
Ensure name columns are not cut off on APM tables (#111046)
* 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.
2021-09-08 11:44:39 -05:00
Lisa Cawley dc2180a8dd
[APM] Updates failed transaction correlations help (#111222) 2021-09-08 09:31:19 -07:00
Lisa Cawley e16736416a
Replace hard-coded doc links in uptime (#111075) 2021-09-08 09:27:08 -07:00
Yaroslav Kuznietsov 6f7d07c6e7
[Canvas] SidebarHeader refactor. (#110176)
* Removed recompose.

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-08 11:59:32 -04:00
Angela Chuang 22acf4f216
fix topN popover for case view (#111514)
* fix topN popover for case view

* unit tests
2021-09-08 16:55:22 +01:00
Stratoula Kalafateli 6f4d8a52dc
[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>
2021-09-08 18:35:51 +03:00
David Sánchez 641a4b58a9
Allow kuery in get summary request in order to be able to filter summaries by policyId (or something else in the future) (#111507)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-08 17:17:58 +02:00
Dima Arnautov d1f2e37902
[ML] Fix "Exclude jobs or groups" control (#111525) 2021-09-08 11:15:17 -04:00
David Sánchez eb9a0fcc17
[Security Solution] [Endpoint] Add new policy tabs layout (#110966)
* 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>
2021-09-08 17:04:34 +02:00
Ashokaditya 01218e4745
[Security Solution][Endpoint] Do not validate TA creation form with soft errors when required name field is empty (#111508)
* validate to true only if name is not empty as well

fixes elastic/kibana/issues/108509

* update test

* review changes
2021-09-08 15:23:04 +02:00
Orhan Toy 721cf1023d
[App Search] Crawler overview empty state needs an EuiSpacer (#111498) 2021-09-08 15:00:17 +02:00
Scotty Bollinger ac95ec4d6e
[Enterprise Search] Update internal routes to use /internal prefix over /api (#111035)
* 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
2021-09-08 08:48:08 -04:00
Ahmad Bamieh 436bb0fea5
[i18n] Integrate 7.15.0 Translations (#111488) 2021-09-08 14:59:39 +03:00
Alejandro Fernández Gómez 77e25bedfb
[Logs UI] Fix alert previews for thresholds of 0 (#111150)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-08 11:33:00 +02:00
Dario Gieselaar c7d6f6df1c
[APM] Set start date of APM ML job to -4 weeks (#111375)
Closes #111045.
2021-09-08 11:20:32 +02:00
Walter Rafelsberger f1fbe8e06d
[ML] APM Latency Correlations: Code consolidation. (#110790)
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.
2021-09-08 09:47:07 +02:00
Justin Ibarra b8acf0fbab
[Detection Rules] Add 7.15 rules (#111464) 2021-09-08 00:11:18 -04:00
Candace Park a4828baf3d
[Security Solution][Endpoint][Host Isolation] Hide isolate host option in alert details rather than disabling (#111064) 2021-09-07 20:43:42 -04:00
Mat Schaffer 7fc4c2935d
React version of angular license view (#111317)
* 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>
2021-09-08 09:18:58 +09:00
Søren Louv-Jansen e79a23a122
[APM] Fix link in readme (#111362) 2021-09-07 18:42:35 -05:00
Joey F. Poon 14660994d2
[Security Solution] add agent field to generator (#111428) 2021-09-07 15:15:18 -05:00
Orhan Toy aaf0870197
Reorder App Search ingestion methods (#111361) 2021-09-07 20:12:13 +02:00
Davis Plumlee 733b17f80c
[Security Solution][RAC] Fixes updatedAt loading bug (#111010) 2021-09-07 13:59:33 -04:00
Nathan Reese daf860c701
[sample data] update web log geo.src field to match country code of geo.coordinates (#110885)
* [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>
2021-09-07 10:40:46 -06:00
David Sánchez 855a338b9f
[Security solution] [Endpoint] Fix bad artifact migration (#111294)
* 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>
2021-09-07 12:36:06 -04:00
Justin Kambic 973645f928
Fix copy typo. (#111203)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-07 12:22:32 -04:00
Nathan Reese b8faf091c9
[Maps] fix term join not updating when editing right field (#111030)
* [Maps] fix term join not updating when editing right field

* tslint

* clean up

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-07 10:18:22 -06:00
Nicolas Chaulet b5f8d2e998
[Fleet] Set default settings in component template instead of the index template (#111197) 2021-09-07 12:09:08 -04:00
Jean-Louis Leysens 4a8ad1c3c1
[Reporting] Removed any from public (#110993)
* 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>
2021-09-07 17:47:52 +02:00
Vadim Kibana 95b88cc2fe
add descriptions to plugin manifests (#111306) 2021-09-07 17:24:02 +02:00
Vadim Kibana 5e5dd07470
remove anys in drilldowns plugin (#111305) 2021-09-07 17:23:47 +02:00
Vadim Kibana 05d9bc53fb
Remove any in ui_actions_enhanced (#110018) 2021-09-07 17:23:30 +02:00
Angela Chuang 1adeb7290c
[Security Solution] styling for reason popover (#111338)
* add panelClassName

* remove unused data-test-subj
2021-09-07 10:25:51 -04:00
Kevin Qualters 3a354b5790
Add a loading spinner to alerts page (#111310) 2021-09-07 10:16:21 -04:00
Christiane (Tina) Heiligers b1a81bb5e0
Remove unused legacy import code (#111071)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-07 07:01:35 -07:00
Josh Dover 285d232601
Add dev_docs for Fleet data model (#109476) 2021-09-07 15:45:31 +02:00
Ester Martí Vilaseca d7b9389d67
[Stack Monitoring] Update overview page data on refresh interval (#111354)
* Add onRefresh callback to update page data

* Sync url params with datepicker and global state
2021-09-07 15:35:06 +02:00
Josh Dover 099a63ea2a
[Fleet] Add icons to Integrations global search results (#111131) 2021-09-07 08:27:10 -04:00
Milton Hultgren 51fd4abe20
[Logs UI] Improve log threshold rule field selection (#111135)
* [Logs UI] Use ComboBox for criterion field selection (#110996 
* [Logs UI] Make log threshold criterion field clearable
2021-09-07 14:21:18 +02:00
Søren Louv-Jansen 2cda9a9302
[APM] Deprecate apm_oss.indexPattern config option (#111133)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-07 13:26:52 +02:00
Felix Stürmer 744a424ca2
[RAC] Remove delete phase from default RAC ILM policy (#111139)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-07 13:11:02 +02:00
Felix Stürmer 2e31899bde
[RAC] [Observability] Disable RAC feature flags for now (#111296) 2021-09-07 13:07:16 +02:00
Patryk Kopyciński f18bc68d70
[RAC] Fix missing case title and tags after adding visualization (#111236)
Co-authored-by: Patryk Kopyciński <patryk.kopycinski@elastic.co>
Co-authored-by: Christos Nasikas <christos.nasikas@elastic.co>
2021-09-07 13:35:47 +03:00
Josh Dover 7b97b5c443
[Fleet] Stop loading js-yaml in main plugin bundle (#111169) 2021-09-07 10:40:14 +01:00
Pablo Machado 3f015e110b
Fix inconsistent total count on TopN events panel (#111256)
We can't display `response.totalCount` because it is the total number of
events the query returns. It doesn't take into account the aggregation.
It does include events with missing `stackedByField` and events that are
not included in the 10 top.

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-07 11:03:11 +02:00
Miriam 9b41b3feae
[APM] Fix loading message missing or inconsistent in various list views (#110772)
* [APM] Fix loading message missing or inconsistent in various list views

* fix types and i18n

* fix comment

* PR review comments

* fix JVM loading message
2021-09-07 08:35:21 +01:00
Dmitry Tomashevich 9f950781a8
[Graph] clear legacy docs (#111083)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-07 10:34:19 +03:00
Alexey Antonov e2c6a039f6
lens should register expression functions in setup contract (#110639)
* lens should register expression functions in setup contract

Closes: #106510

* fix CI

* build optimization

* build optimizations - step 3

* fix CI

* try to optimize bundle

* Update x-pack/plugins/lens/common/expressions/time_scale/types.ts

Co-authored-by: Marta Bondyra <marta.bondyra@gmail.com>

* Update types.ts

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Marta Bondyra <marta.bondyra@gmail.com>
2021-09-07 10:32:30 +03:00