Commit graph

33370 commits

Author SHA1 Message Date
Phillip Burch d3206cd475
[Metrics UI] Fix alignment and allow clearing metric value (#66589)
* Fix alignment and allow clearing metric value

* Add rds latency formatter

* Simplify css

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-05-14 18:34:50 -05:00
Jen Huang 2cf2633caf
Don't return package name for non-package data streams (#66606)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-05-14 15:52:18 -07:00
Jen Huang 7c22204b5a
[Ingest Manager] Consolidate routing and add breadcrumbs to all pages (#66475)
* Initial pass at normalizing links and redirects

* Remove unused nav components

* Normalize & centralize routing paths

* Add breadcrumbs to all pages

* Remove unused var

* Change /epm to /integrations (#66030)

* Fixes from review: kuery param, getPath cleanup, use chrome.docTitle, and teardown breadcrumb and doc title

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-05-14 15:28:16 -07:00
Tim Sullivan 3546f715be
[Docs/Reporting] Have the docs about granular timeout match Cloud docs (#66267)
* [Docs/Reporting] Have the docs about granular timeout match Cloud docs

* Update docs/settings/reporting-settings.asciidoc

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>

* re-sync the updates

* Apply suggestions from code review

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>

* add comma

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
2020-05-14 15:23:15 -07:00
Stacey Gammon d5601457b3
Don't automatically add license header to code inside plugins dir. (#66601)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-05-14 17:50:59 -04:00
Nathan L Smith a54de76e1f
[APM] Don't trigger map layout if no elements (#66625)
After simplyfying the layout mechanism in #66438, we made it so the `data` event handler would run even if there are no elements. This causes the `layoutstop` handler to run as well, but if we have multiple renders with no elements, multiple `layoutstop` events would by triggered after the elements were loaded, causing the map to jump around, which is especially visible with a single node.

Fixes #66528.
2020-05-14 16:30:40 -05:00
Felix Stürmer e6ef168181
[Logs UI] Validate ML job setup time ranges (#66426)
This adds validation for the time range selection in the log rate and categories setup screens.
2020-05-14 23:26:46 +02:00
CJ Cenizal 8f99f60bc4
Fix pagination bugs in CCR and Remote Clusters (#65931) 2020-05-14 14:05:19 -07:00
Nik Richers b91851e21d
Add cloud icon for supported settings and embed single-sourced getting started (#65610)
* Add cloud icon for supported settings

* Remove delimited block from single-sourced content, edits

* Remove delimited block from single-sourced content, edits

* Remove ifeval to simplify life

* Switch to docs-root

* Add ECE icons
2020-05-14 13:48:35 -07:00
Brandon Morelli 71389716e6
[APM] docs: Screenshots for 7.8 (#66451) 2020-05-14 13:40:13 -07:00
Pierre Gayvallet 10e34fc86d
add createStreamingRequestHandler API (#66411) 2020-05-14 22:32:59 +02:00
gchaps 5333a046c1
[DOCS] Improves example in API keys (#66456)
* [DOCS] Improves example in API keys

* [DOCS] Incorporates review comments

* [DOCS] Fixes name of api key
2020-05-14 13:21:42 -07:00
Robert Austin 8652bedf38
[Endpoint] skip broken test (#66599) 2020-05-14 15:19:32 -04:00
spalger f38e60378e skip failing suite (#66579) 2020-05-14 12:08:45 -07:00
Spencer 77a89c2c3b
[kbn/es] retry fetching native realm users (#66511) 2020-05-14 12:03:39 -07:00
Lee Drengenberg 523e0e2264
unskip _async_dashboard test after fix in PR# 66322 (#66517) 2020-05-14 13:56:25 -05:00
spalger bf796b295b skip flaky suite (#43150) 2020-05-14 11:22:53 -07:00
Devon Thomson 28623ad33a
[Lens] fix redirect after reload (#66328)
Changed the way the lens app tracks originatingApp. It is now removed from the url when the app starts and is tracked as part of the state
2020-05-14 12:29:03 -04:00
Matthias Wilhelm 02a2d075af
[Discover] Catch error when popularizeField fails (#62402)
* Refactor index_patterns popularize function, so no message is displayed to the user
2020-05-14 17:46:33 +02:00
Andrew Cholakian d2381eb8d2
[Uptime] Only show ~latest checks on certs page/alert (#66349)
* [Uptime] Only show ~latest checks on certs page/alert

Fixes https://github.com/elastic/uptime/issues/199

Also fixes some duplicate constants used in the queries here.

For default index we just use a literal `0` now since there's no way that'd
ever change.

* Change window to 5m

* Fix dependency issues in FTR suite for certs page.

* Ensures tests can run independently, and always navigate to the certs
page
* Ensures that the not_after field is consistent
* Ensures that timespan field is always present in checked documents
2020-05-14 10:17:38 -05:00
Dario Gieselaar 9e6ebc50a0
[APM] Add license guard for annotations (#65995) 2020-05-14 16:23:38 +02:00
Lee Drengenberg e2c471b9e5
Await forceLogout before deleting user and role (#66492) 2020-05-14 08:22:59 -05:00
Søren Louv-Jansen 9981ef6f07
[APM] Show trace.id in metadata table (#66376)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-05-14 14:19:51 +02:00
Dario Gieselaar ee22fd710d
[APM] Reset hash history when app is mounted (#66175) 2020-05-14 13:54:35 +02:00
Nicolas Ruflin 0d78b6cba6
[Ingest Manager] Add support for datastream to each template (#66367)
All templates loaded by the Ingest Manager are now based on data streams.

To test this, start the agent and ingest data and check with `GET _data_streams` that datstreams and not normal indices were created.

Closes https://github.com/elastic/kibana/issues/66364
2020-05-14 13:41:25 +02:00
Alejandro Fernández Haro b56070515a
[skip-ci] Remove legacy dirs from the CODEOWNERS in telemetry (#66401) 2020-05-14 11:47:46 +01:00
Shahzad 8e53ea5c3e
[Uptime] Improve overview and details page responsiveness (#65500) 2020-05-14 12:11:46 +02:00
Sébastien Loix 6a3db2c776
[form lib] Fix issues + add test coverage (#64647) 2020-05-14 09:34:11 +02:00
Aleh Zasypkin 65186b3393
Allow encrypted saved-object properties to be accessed by end-users (#64941)
Co-authored-by: kobelb <brandon.kobel@elastic.co>
2020-05-14 07:59:11 +02:00
Cauê Marcondes 0fd5311a82
[APM] Cannot click through to details of an error on the waterfall page if the error is missing transaction.id (#66386)
* removing transaction from link when it isnt defined

* refacroting test

* refacroting test
2020-05-14 07:03:55 +02:00
Oliver Gupte 4fe730db6f
[APM] Handle ML integration when ML is disabled (#66158)
* Closes #60343 by differentiating errors: ML API not found vs the ML job not found

* Displays the error message from the ML response to the error toast notification when job creation fails.

* - re-throws unknown error in anomaly detector job api call
- adds option `showErrorToast` to `useFetcher` defaulting to true

* rename showErrorToast -> showToastOnError

* PR feedback

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-05-13 21:59:38 -07:00
John Dorlus 8c36a37770
Added a check to ensure that source.url.path exists before iterating through them. (#66505) 2020-05-13 22:50:59 -04:00
Alison Goryachev 41d16f4daf
[Ingest pipelines] Create pipeline functional test (#64945) 2020-05-13 22:25:29 -04:00
Spencer f318c5bfa0
[ftr/service/appsMenu] add missing await (#66498) 2020-05-13 17:52:37 -07:00
marshallmain 11d2374a82
[SIEM] Update signals index ECS mapping to 1.6-dev, add endpoint alert fields (#65740)
* update ECS schema to 1.6-dev, add endpoint alert fields

* use updated endpoint team schemas

* add newline

* remove extra options

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-05-13 20:14:02 -04:00
Lee Drengenberg 28196558c3
make sure remove sample data button is displayed and enabled before clicking (#66322) 2020-05-13 18:12:47 -05:00
Nicolas Chaulet e9d176bfea
[Ingest Manager] Rename agent config updated_on => updated_at (#66448) 2020-05-13 18:38:31 -04:00
Nicolas Chaulet 58e7dcffaa
[Ingest] make POST /fleet/setup idempotent (#66083) 2020-05-13 17:41:46 -04:00
Spencer 604e5c4a72
[ci-stats] track baseline job (#66440) 2020-05-13 14:10:09 -07:00
Tre 4853f24705
Ingest code coverage (#62336) 2020-05-13 15:09:42 -06:00
Nathan L Smith 30e305eb00
[APM] Make service map empty message link to service maps docs (#66453)
Fixes #62812.
2020-05-13 15:47:25 -05:00
spalger 512ab5beb3 skip flaky suite (#66457) 2020-05-13 13:43:42 -07:00
Nathan L Smith c7587e4892
[APM] Simplify element updates (#66438)
There's some complexity in the Cytoscape component that was initially there to handle smooth transitions when adding elements to a graph, back when we were incrementally updating them, and for udpating the data
when the date range changes.

Remove this and instead remove all elements and add new elements when the elements change.

Fixes #66184.
2020-05-13 15:40:06 -05:00
Jen Huang d3054a4b28
Make bottom bars account for new vs legacy side nav style (#66296) 2020-05-13 13:09:55 -07:00
Joe Portner 91861339a0
Migrate security and spaces integration test plugins to Kibana Platform (#66415) 2020-05-13 16:08:49 -04:00
patrykkopycinski 65a0b44785
[SIEM] Eliminate Superfluous Untitled Timelines (#65783) 2020-05-13 22:05:26 +02:00
Jen Huang 053150489a
[Ingest Manager] Remove Data sources link from integration details page (#66447)
* Remove data sources tab

* Localize menu links
2020-05-13 12:53:59 -07:00
Michail Yasonik 77676adaba
Adds max-height to recently viewed links (#66297) 2020-05-13 14:53:35 -05:00
spalger 6695b184f5 skip flaky suite (#65948) 2020-05-13 12:50:01 -07:00
Chris Cowan 2b47605255
[Metrics UI] Fixing chart label for ungrouped alerts (#66444) 2020-05-13 12:38:18 -07:00