Commit graph

23541 commits

Author SHA1 Message Date
Søren Louv-Jansen 93549e6b60
[APM] Shim new platform (#34531) 2019-04-10 14:41:20 +02:00
Tim Roes fcfd6e5a8d
Show a reload dialog when users change a setting requiring a page reload (#34780)
* Allow ui settings to require a page reload

* Change phrasing

* Fixed tests
2019-04-10 14:03:30 +02:00
Alexey Antonov 3099837678
[TSVB] [Rollup support] exclude unsupported metrics from the Metric Aggregations dropdown (#34165)
* [TSVB] [Rollup support] exclude unsupported metrics from the Metric Aggregations dropdown

Fix: #34047

* TSVB] [Rollup support] exclude unsupported metrics from the Metric Aggregations dropdown - fix broken tests

* [TSVB] [Rollup support] exclude unsupported metrics from the Metric Aggregations dropdown

* [TSVB] [Rollup support] exclude unsupported metrics from the Metric Aggregations dropdown - add filtering for group by

* fix tests

* Fix issue with fetching fields
2019-04-10 13:29:23 +03:00
Søren Louv-Jansen aff8c69deb
[APM] Link to APM Server setup in APM Getting started guide (#34786) 2019-04-10 10:18:44 +02:00
Matthias Wilhelm d733a8950c
Convert SavedObjectSaveModal incl. tests to Typescript (#34629) 2019-04-10 08:29:52 +02:00
dave.snider@gmail.com ce6c33a3e4
Upgrade eui@9.9.0 (#34824) 2019-04-09 15:44:02 -07:00
Mike Côté d0b4e3de8f
Fix kfetch mock in saved object jest tests (#34815) 2019-04-09 17:23:50 -04:00
Joel Griffith 8bb2c8b3ab
Set a default timeout for all "waitfor" methods (#34756) 2019-04-09 14:19:40 -07:00
Chris Cowan 4168f3594c
Fixes bug where tooltip doesn't line up with data (#34749) 2019-04-09 14:15:01 -07:00
Mike Côté 87600233e5
Fix bug in saved object import UI that threw an error when clicking remove (#34810)
* Fix bug in saved object import UI that threw an error when clicking remove

* Add test to reproduce the bug

* await promise.resolve instead
2019-04-09 16:55:58 -04:00
Corey Robertson 85aac53fee
Fixes 'Can't update during existing transition' warning message (#33880)
* Move files to TS files

* Fixes the React warning message

* Strongly type the actions and the middleware

* Adds tests for in_flight middleware

* Clean up

* Ignore non-ts file
2019-04-09 16:51:52 -04:00
Mike Côté fcd60ca0d9
Ensure migrations run on saved object import (#34793)
* Ensure migrations run on saved object import

* Fix broken tests

* Fix ESLint errors
2019-04-09 15:18:49 -04:00
Pete Harverson d259e1f258
[ML] Fixes Single Metric Viewer anomaly markers for long chart aggregation (#34791) 2019-04-09 17:04:42 +01:00
Mike Côté 962722ae8a
Convert saved objects UI to use new import / export API (#33513)
* Initial work converting UI to use new server side APIs

* Remove missed file

* Fix jest tests

* Code cleanup pt1

* Fix file casing

* Fix jest tests

* Modify UI to support including nested references

* Fix button layout

* Connect includeReferencesDeep, remove references_missing_references logic

* Fix broken tests

* Cleanup

* Display success notifications and auto close modals on export

* More code cleanup

* Log to server when user imports using legacy .json file

* Final cleanup

* Update test snapshots to match updated text

* Apply PR feedback pt1

* Remove isLoading and wasImportSuccessful state variables, use single status variable instead

* Move business logic out of flyout component

* Apply PR feedback

* Update wordings
2019-04-09 12:02:54 -04:00
Josh Dover 5e32992a54
[UA] Show different interstital text when cluster is upgraded (#34762) 2019-04-09 09:54:17 -05:00
Artyom Gospodarsky 6a72bcb1d9
Update a snaphot (#34787) 2019-04-09 16:41:51 +03:00
Kerry Gallagher a5fb494d84
[InfraUI] Use EuiSuperDatePicker on the Metrics page (#34427)
* Remove custom date picker for Metrics page, replace with EuiSuperDatePicker. Remove redux-observable for metrics-time state, replace with hooks.

Pass through refreshInterval and set it as part of the startMetricsAutoReload action

Refactor metric time controls to use EuiSuperDatePicker

Remove redux / redux-observable usage for MetricsTime, replace with hooks

Add useInterval hook and hook up to auto reloading

Add refresh interval support to the URL

Use more concise syntax

Add small styling

Add tests for metric_time

Add extra test

Add correct typings

Update time range immediately when auto reload is turned on (so we don't wait for the first interval to elapse)

Use stricter typing

Remove custom date range picker

Amend translations after removing custom date range picker

* Amend test for CI sensitivity

* Amend test assertions

* DRY up with useCallback
2019-04-09 12:49:04 +01:00
Sébastien Loix 3bc39bdf77
[CCR] Client tests auto-follow pattern & follower index forms (#34449) 2019-04-09 11:43:04 +02:00
Alexey Antonov be8ea4a722
[TSVB] [Performance]request for api/metrics/fields triggered after all UI changes (#34436)
* [TSVB] [Performance]request for api/metrics/fields triggered after all UI changes

Fix: #34433

* [TSVB] [Performance]request for api/metrics/fields triggered after all UI changes - prevent reRender in case of no changes

Fix: #34433

* should update data on switching tabs

* fix PR comments
2019-04-09 12:34:35 +03:00
Alexey Antonov 9bde4e4830
Timeseries Visual Builder - DST shift in historic data (#34283)
* Timeseries Visual Builder - DST shift in historic data

* Timeseries Visual Builder - DST shift in historic data - performance optimization
2019-04-09 12:30:50 +03:00
Artyom Gospodarsky 11e9d88ba9
[TSVB] Add Include and Exclude fields to the Terms group (#34153)
* Add Include and Exclude fields to the Terms group

* Change *clude to *cludeLabel

* Add the include and exclude parametrs to the server side

* Remove an unnecessary prop

* Use destructring

* Change back a variable

* Destruct lodash

* Fix input filling

* Add type checking to inputs

* Add constants to field types

* Make a snapshot of the SplitByTermsUI component

* Move constants to common
2019-04-09 12:12:05 +03:00
Søren Louv-Jansen 0eff2e15f5
[APM] Set minimum bucket size to connect dots in metric chart (#34473) 2019-04-09 09:33:58 +02:00
Robert Monfera 47e97532ed
[Canvas] Fix: wait for DOM element to exist (#34475)
* Fix: wait for DOM element to exist

* Fix: add the missing retry in the other branch too

* Fix: clear timeout

* Perf: avoid an extra async step

* Chore: remove unused static props and explicitly initialize them via the constructor
2019-04-09 00:35:38 +02:00
Christiane (Tina) Heiligers 95f93e5f81
Enables optional use of the timezone set in Advanced Settings in queries (#34602)
* Adds time_zone to query

* Adds dateFormatTZ to kuery query

Removes comments

* Adds defaults for the dateFormatTZ to the function signatures

* Adds tests for date match in kuery

Modifies test

* Adds a test for get_es_query_config

* Adds test for get timezone from settings utility method

* Adds tests for modified range method

Adds config param test to node_types/functions

code clean up

* resolves initial PR comments

* Refactors build_es_query test

* Refactors get_time_zone_from_settings test

* Uses spys to test that the config is passed down to children in ast toElasticsearchQuery

* removes default config nulls

* Deletes sinon.spy tests in kuery

* removes moment.setDefault from __tests__/get_timezone_from_settings.js
2019-04-08 14:18:09 -07:00
igoristic 50fab1aea3
Swapped kui base class with eui equivalent (#34644)
* Swapped kui base class with eui equivalent

* Added the react component instead
2019-04-08 16:51:44 -04:00
Jason Rhodes cd532cd8f7
Rework link components to be separated by destination (#34630)
* Creates new LocationContext and useLocation hook

* Re-structures Discover links

* Re-structures ML job link, cleans up discover link changes

* Removes unused components and props

* Adds separated APM and Kibana link components

* Adds InfraLink component

* Adds integration link tests for new link components

* Moves unshared getSearchWithCurrentTimeRange into APMLink component where it is used

* Moves persistent APM params out of the generic url helpers util

* Refactoring rison more

* Clarifies interface names for rison

* Removes risonStringify helper

* Changes link components to inline function exports with manually created component type

* Consolidate APM href generation in one place

* Re-ordered imports for linting

* Updates breadcrumb snapshots now that they include default values
2019-04-08 15:47:16 -04:00
Rudolf Meijering 7a8301e43b
[new-platform] Core API Review process documentation (#34735)
* Core API Review process documentation

* Add links to public/server api docs and migration guide
2019-04-08 21:14:15 +02:00
Jason Rhodes c9f65adb1b
Add "Show trace logs" action (#34310)
* Adds trace logs link to action menu

* Updates tests

* Fixes time range values for action menu links

* Relaxes type checking on query param object to allow for outgoing links

* Revert unnecessary rison changes after realizing infra links do not accept rison
2019-04-08 14:24:07 -04:00
Ryan Keairns f7e66eaf6e
[Canvas] Copy edits from docs review (#34666)
* Copy edits from docs review

* couple more edits

* edits
2019-04-08 12:58:06 -05:00
CJ Cenizal b0542141c0
Update Delete Remote Cluster API to support multiple comma-delimited clusters. (#34595)
* Handle a 500 error. Add error message to toast notifications.
2019-04-08 10:41:08 -07:00
Thomas Neirynck f611a1fc5e
[Maps] Clear data load error when layer gets correct data (#34484) 2019-04-08 13:37:24 -04:00
Thomas Neirynck ae977f8636
[Maps] Add filter actions to tooltips (#33635) 2019-04-08 13:03:56 -04:00
Dmitry Lemeshko f39339d9d3
Functional tests: improve waiting in combobox service (#34707)
* [services/lib/web_element_wrapper] set custom wait for findAll

* [services/remote] print browser name and version on init

* [services/combo_box] fix return statement

* fix lint error
2019-04-08 18:48:55 +02:00
Shaunak Kashyap 3455cf8519
Docs: Simplifying setup by using module configuration variant syntax (#34599)
Now that https://github.com/elastic/beats/pull/9118 is merged, starting 7.1 users will be able configure Metricbeat for monitoring Kibana instances using a simpler syntax.

Previously, users would have to run `metricbeat modules enable kibana` to enable the `kibana` Metricbeat module, then configure the module for Stack Monitoring by manually editing `modules.d/kibana.yml`. Going forward, users will be able to achieve the same effect by running `metricbeat modules enable kibana-xpack`.

This PR updates the docs with this change.

Related: https://github.com/elastic/elasticsearch/pull/40879
2019-04-08 09:04:57 -07:00
James Gowdy aa78584adc
[ML] Fix file data visualizer index pattern match (#34721)
* [ML] Fix file data visualizer index pattern match

* also global replace . and +
2019-04-08 16:57:06 +01:00
Felix Stürmer 576283cca9
[Infra + Logs UI] Reactively consume the ui settings (#34615)
Previously, the `theme:darkMode` and `dateFormat` settings were only read once, which made them susceptible to race conditions during initialization. This introduces and uses a new `useKibanaUiSetting` hook to reactively consume the settings.
2019-04-08 15:28:27 +02:00
Rudolf Meijering 2e13faf8af
Overlay core service (#34261)
* Move ui/flyout to overlay core service

* Remove onClose in parameter (use FlyoutSession instead)

* Fix tests

* Remove old inspector tests

* Proper TODO message

* Convert flyout service to class

* Use correct i18n

* Resolving weird merge conflicts

* Fix panel plugin test

* Change new platform access

* Add more tests

* Remove commented tests

* Revert test fix (core is actually not fixed yet)

* Fix tests

* Expose onClose as Observable

* Use jest.doMock

* Fix typos

* Core start() -> setup()

* Remove @extends EventEmitter docs

* Refactor and test flyoutservice

* Fix comments: promise -> observable

* Fix tests

* Explicitly define OverlaySetup

* Fix OverlaySetup type signature

* Update Core API review file and docs

* Remove redudant if case

* Change FlyoutRef.onClose into a promise

* Remove redundante cleanup

* Use promise.finally

* Remove targetDomElement from openFlyout()

There's no need to support multiple targetDomElements per FlyoutService
and the current implementation handled this use case incorrectly.

Instead of adding complexity to try to support it, remove this from the
function signature.

* Fix + test to ensure child components are unmounted when a new flyover is displayed

* Wrap flyover in i18n Context component

* TSlint -> ESlint + test improvements
2019-04-08 15:17:59 +02:00
Tiago Costa e44ad7b358
Generate dockerfiles target to be used for elastic/dockerfiles (#32169)
* feat(NA): generate bundles with dockerfiles as targets.

* chore(NA): change dockerfiles suffix to docker-build-context.
2019-04-08 12:09:51 +01:00
Pete Harverson 659e4712eb
[ML] Limits maximum annotation text length to 1000 characters (#34540)
* [ML] Limits maximum annotation text length to 1000 characters

* [ML] Fix initialization of annotation errors array

* [ML] Fix typo in annotation flyout comment
2019-04-08 11:54:42 +01:00
Alexey Antonov 7514fb804b
[TSVB] Aggregation by 'Static value' is not working properly (#34624)
Fix:  #34620
2019-04-08 13:13:56 +03:00
Daniil Suleiman d0935ff662
[Vis: Default editor] EUIficate drop partials control (#34358)
* EUIficate drop partials control

* Set right value to a comp before rendering

* Wrap the switch in tooltip

* Exclude legacy styles for eui prefix

* Add a spacer
2019-04-08 12:54:35 +03:00
Peter Pisljar 7693f18f50
updating markdownvis interpreter func arguments (#34534) 2019-04-08 11:15:02 +02:00
Marius Dragomir bd5e81bafc
Using proper link for Plugin Generator (#34627)
Updated so that we don't link to a generator that was deprecated that links to another generator that was also deprecated.
2019-04-07 21:18:53 +03:00
Liza Katz 4dd7f1788d
New platform move doc table and doc viewer to kibana\discover (#34231)
* Moved doc table to kibana/discover

* moved doc viewer to Kibana app (used by docs and discover)

* Moved
- saved object finder
- paginated selectable list
from partiasls to directives/partials

* Moved paginate controls directive to directives/partials
2019-04-07 14:13:04 +03:00
Peter 7ff4134c6d
fix formatting typo (#34661) 2019-04-05 17:14:23 -04:00
Court Ewing a08535a7ce
New platform migration guide (#31147)
This initial guide is focused on migrating plugins within the Kibana repo.
Once more of the details are fleshed out in concrete terms, we can
re-purpose it to be published for external developers as well.
2019-04-05 16:26:56 -04:00
CJ Cenizal 48b2478a67
Fix wrapping of Remote Cluster connection status in table. (#34642) 2019-04-05 11:38:42 -07:00
Lisa Cawley a0f8107b90
[DOCS] Updates data recognizer screenshots for ECS (#34596) 2019-04-05 11:29:48 -07:00
Tiago Costa 3d354a83a2
chore(NA): fix lint rule for canvsas. (#34650) 2019-04-05 18:57:48 +01:00
Oliver Gupte dda54e4948
[APM] Fixes #33443 by guarding for undefined request types in URL (#33828) 2019-04-05 10:26:12 -07:00