Commit graph

34135 commits

Author SHA1 Message Date
Jean-Louis Leysens 169cc248e8
try to fix integration test by making template more specific (#69138)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-06-15 20:40:20 +02:00
Alejandro Fernández Haro c09b2287cc
[skip-ci] Rename @elastic/pulse to @elastic/kibana-telemetry (#69181) 2020-06-15 19:21:08 +01:00
Zacqary Adam Xeper 1b9ba5d0b0
[Metrics UI] Add preview feature for metric threshold alerts (#67684)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-06-15 13:17:04 -05:00
Brittany Joiner 570be32b14
Set wrap to the errorLink so it doesn't go outside of box (#67797)
* set wrap to the errorLink so it doesnt go outside of box

* updating

* set wrap to the errorLink so it doesnt go outside of box

* updating

* Show full message on hover

Co-authored-by: Nathan L Smith <smith@nlsmith.com>
2020-06-15 12:51:42 -05:00
Candace Park 52c8e96280
[SECURITY SOLUTION] Task/endpoint details to fleet (#68710)
[SECURITYSOLUTION][INGEST] Fixes endpoint link, adds link from endpoint details to fleet

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-06-15 13:14:51 -04:00
Nathan L Smith eef8dc7653
[APM] Changes to duration formatting (#69039)
* [APM] Changes to duration formatting

* Change the threshold for showing microseconds to 1 millisecond instead of 10. This means you now get "900 µs/1.3 ms/20.0 ms" instead of "900 µs/1300 µs/20 ms."
* Change milliseconds formatted with `asDuration` to be `asDecimal` instead of `asInteger`. That means you get "0.0 ms/2.5 ms/3.0 ms" instead of "0 ms/2 ms/3 ms."
* Tables were all using their own module-scoped functions that called `asDuration` to format things as decimal milliseconds. Extract this to an `asMillisecondDuration` function exported from the duration helpers and use it in all the tables.
* Change `getResponseTimeseries` in chart selectors to use `asDuration` to make all chart timeseries units consistent.
* Don't export `convertTo` from the duration helpers as it's now not used anywhere. Always use a more specific exported function for more consistency.
* Change ">=" to "≥" in the ML flyout text.

* Update e2e snapshot

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-06-15 11:56:45 -05:00
Chris Roberson e6cf4b36d3
[Monitoring] Ensure we use existing Elasticsearch config (#68389)
* Ensure we use existing Elasticsearch config

* Use separate type for this to ensure custom properties work

* PR suggestions

* PR feedback

* PR feedback

* Fix type issues

* PR feedback
2020-06-15 12:43:37 -04:00
Jonathan Buttner fcfc0b1050
[Endpoint] Adding alerts route (#68183)
* Adding alerts route

* Adding related alerts generator changes, tests, and script updates

* Fixing missed parameter

* Aligning the AlertEvent and ResolverEvent definition

* Fixing type errors

* Fixing import error

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-06-15 12:01:37 -04:00
Anton Dosov 3d0552e03c
Embed dashboard by value example & some embeddable clean up (#67783)
Added example for using dashboard container by value
1.1 Refactored embeddable explorer e2e test to use new example, removed not needed kbn_tp_embeddable_explorer plugin.
For embeddable explorer examples went away from using getFactoryById() to improve type checks
There is new component a replacement for EmbeddableFactoryRenderer with slightly more flexible api: EmbeddableRenderer.
3.1 We can improve it going forward to support more use case
2020-06-15 17:13:31 +02:00
MadameSheema 80ab0d9792
fixes 'Configures a new connector' flaky test (#69011)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-06-15 16:58:47 +02:00
Mikhail Shustov 2a9fc23673
Type safe browser.executeAsync (#69018)
* make browserAsync type safe

* adopt tests

* prefer unknown over any

* simplify signature
2020-06-15 15:32:08 +02:00
Xavier Mouligneau 46ed40ec07
[SECURITY] rename server plugin to siem (#69044)
* rename server plugin to siem to avoid privilege issue

* review from alerting

* missing change with rename

* fix tests

* missing api integration test

* fix api integration spaces
2020-06-15 09:16:52 -04:00
Stratoula Kalafateli 4e864268ce
fix spec color highlighting not working on vega vis (#68995)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-06-15 15:57:20 +03:00
Jean-Louis Leysens 99a868a125
[Console] Scrub the lead and trailing brackets from ipv6 host names (#68991)
* scrub the lead and trailing brackets from ipv6 host names

* Update comment

* refactor: scrub -> sanitize

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-06-15 14:56:33 +02:00
Alison Goryachev 533046fd9c
[ES UI] Error handling (#68809) 2020-06-15 08:48:10 -04:00
Aleh Zasypkin 0c34bd7e67
Re-enable mistakenly skipped tests. (#69123) 2020-06-15 11:38:04 +02:00
Liza Katz efe6ba4903
[Search][BUG] Call wrong search strategy recursively in async search (#69116)
* Call sync search recursively

* Fix test

* Fix search mock to avoid resetting it

* delete empty line

* fix tests
2020-06-15 11:10:22 +03:00
Cauê Marcondes 437f9f6041
[Observability] Create context container to enable Observability plugin registry function (#68642)
* creating observability context registry

* adding registryContext

* addressing PR comments

* addressing PR comments

* adding context to registry provider

* adding obs own registry

* refactoring

* refactoring

* fixing types

* removing apm code

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-06-15 08:46:36 +02:00
Matthias Wilhelm 4ce3702a84
Rename space id for disabled index pattern test (#68990) 2020-06-15 08:44:24 +02:00
spalger 4295dfec0f skip flaky suite (#63339) 2020-06-13 14:37:30 -07:00
Michael Olorunnisola 04b8a49151
Resolver Light Theme And Kibana Integration (#67859) 2020-06-12 21:56:00 -04:00
Spencer dc99b4fbef
[kbn/dev-utils] expose public tooling_log module (#68868)
Co-authored-by: spalger <spalger@users.noreply.github.com>
2020-06-12 18:47:29 -07:00
Matthew Kime 85ebaed37c
index pattern(s) take dependencies as object (#69055)
* index pattern(s) take dependencies as object
2020-06-12 19:29:14 -05:00
Spencer 0577f9bdcf
include ci-stats metrics in pr comment (#68563)
Co-authored-by: spalger <spalger@users.noreply.github.com>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-06-12 16:37:38 -07:00
Joe Portner 6f084dfa92
Bump webpack packages (#68716)
Co-authored-by: spalger <spalger@users.noreply.github.com>
2020-06-12 18:57:28 -04:00
Shahzad f8cad12ad8
[Uptime] Fixed metric query broken because of missing mapping (#68999)
Co-authored-by: Andrew Cholakian <andrew@andrewvc.com>
2020-06-13 00:34:05 +02:00
igoristic de8714da67
Added cloud as an optional dependency (#69050) 2020-06-12 17:50:45 -04:00
igoristic b41151aeec
Fixed all external links (#68614)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-06-12 17:43:02 -04:00
Kaarina Tungseth 1225c32fac
[DOCS] Reorganizes doc nav to match new Kibana nav (#69069) 2020-06-12 16:09:44 -05:00
Jonathan Buttner 7eaa80046a
[Endpoint] Using the stats provided by the backend for resolver UI (#68577)
* Removing a lot of the code to request related events and create the maps

* Correctly displaying stats

* Removing tests

* Addressing todos

* Fixing test

* Fixing camera test

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-06-12 16:53:25 -04:00
Kaarina Tungseth 0187ae6945
[DOCS] Removees 8.0 from Upgrade Assistant docs (#69067) 2020-06-12 15:53:07 -05:00
James Gowdy aae5729f04
[ML] Fix cloud deployment ID check (#68695)
* [ML] Fix cloud ID check

* updates for tests

* adding extra test

* updating test titles

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-06-12 21:19:18 +01:00
EamonnTP b69be815ff
[DOCS] Move metrics app content to metrics monitoring guide (#69033)
* Move metrics app content to metrics monitoring guide

* Remove logs and metrics redirects
2020-06-12 19:33:26 +01:00
DeDe Morton ecdf644177
Add ingest manager topic to docs (#68980) 2020-06-12 11:27:55 -07:00
nnamdifrankie c3d784c4f7
[SECURITY SOLUTION] EMT-401: add policy data to metadata and fix tests (#68582)
[SECURITY SOLUTION] EMT-401: add policy data to metadata and fix tests
2020-06-12 12:45:20 -04:00
Kaarina Tungseth fef7ff859d
[DOCS] Fixes POST request for saved objects (#69036) 2020-06-12 11:29:14 -05:00
Alison Goryachev 1a933c293d
[Component templates] Privileges support (#68733)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-06-12 11:44:26 -04:00
Kevin Logan ccf8def829
[Endpoint] Can delete policies (#68567) 2020-06-12 11:28:36 -04:00
Ashik Meerankutty 1b85b40220
[Discover] Don't update index pattern field popularity without save capabilities (#67836) 2020-06-12 17:23:49 +02:00
Marta Bondyra cb2c90ca4b
[lens] perf: memoize onEvent handler to avoid unnecessary re-render (#68637)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-06-12 16:59:27 +02:00
Oliver Gupte fd740a68ff
[APM] Service map fix missing ML health indicators for camelCased services (#68979)
* Closes #68978 by encoding service names before comparing them to ML job group names.

* Code tweak for readbility

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-06-12 07:51:29 -07:00
Kaarina Tungseth 896b9cddbc
[DOCS] Updates for navigation redesign (#68709)
* [DOCS] Updates for navigation redesign

* Getting started

* Set up text

* Discover

* Dashboard, Graph, ML, Maps, APM, SIEM, Dev tools

* Dev Tools, Stack Monitoring, Management

* Management

* Final changes

* [DOCS] Updates for navigation redesign

* [DOCS] Updates CCR monitoring screenshots

* updates SIEM screenshot and Cases overview text

* Added Brandon's APM image

* [DOCS] Refines CCR shard screenshot

* Removed merge conflict image file

Co-authored-by: lcawl <lcawley@elastic.co>
Co-authored-by: Ben Skelker <ben.skelker@elastic.co>
2020-06-12 09:39:36 -05:00
Alison Goryachev fc572c9e1a
[Watcher] Fix logic that determines watch error state (#67952)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-06-12 10:23:04 -04:00
Caroline Horn 1277934588
[Lens] Fix aggregation selection indicator (#68973)
* Some sass modularization and using EuiListGroup instead of EuiSideNav
* Fixes #68530
2020-06-12 10:04:54 -04:00
Liza Katz 5348110a46
Improve Embeddable loading and error handling UI (#68623)
* Add error label on visualize embeddable error
Gray out loading \ errored results

* Translate label

* code review

* Rename ExpressionRenderError, better scss

* oopsy

* Generalize solution to be used by other embeddables

* Cleanup

* css fix

* Move wrapper div into label component

* Lighten panel title while loading
Integrate with search embeddable

* translations

* Error notification in visualize app

* Update render count on error

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-06-12 16:25:28 +03:00
Ahmad Bamieh f394cf1eff
[Telemetry] fix error and add tests (#68997) 2020-06-12 15:57:39 +03:00
Shahzad 7c45b0b44c
[Uptime] Fix kuery bar selection of suggestion via on click (#66888)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-06-12 14:49:00 +02:00
Joe Reuter 6b38df40b0
do not warn on legacy config key usage for timelion ui (#68668) 2020-06-12 14:33:30 +02:00
Pierre Gayvallet b7057b7b22
add RedirectAppLinks component in kibana_react (#67595)
* implements RedirectCrossAppLinks component

* update doc

* review comments

* use `RedirectCrossAppLinks` in SOM SO table page

* update snapshots due to merge

* do not filter current app

* rename component

* fix snapshots

* add FTR tests

* review comments

* remove the `parseAppUrl` unused core API

* fix snapshots

* fix test plugin ts version

* add newline
2020-06-12 13:02:01 +02:00
Pete Harverson c307c8622f
[ML] Remove sub navigation menu from the Anomaly Detection pages (#68663)
* [ML] Remove sub navigation menu from the Anomaly Detection pages

* [ML] Use data-test-subj in results view selector button tests

* [ML] Fix settings page tests

* [ML] Remove redundant top_nav component

* [ML] Tidy up job selector scss

* [ML] Use EUI condensed tab style for main tabs

* [ML] Address review comments and fix type error

* [ML] Edits following review. Fix translations.

* [ML] Add anomaly_detection_settings_context
2020-06-12 10:41:35 +01:00