Commit graph

21351 commits

Author SHA1 Message Date
Walter Rafelsberger e26a59ef7c
[ML] Restore missing job timepicker modal. (#25288)
* [ML] Restore missing job timepicker modal.
* [ML] Added a karma/mocha test to verify dependencies are loaded correctly for new_job_controller.
* [ML] Use consistent import style.
2018-11-07 16:42:25 +01:00
Chris Roberson 1acf855f2d
Use the newly added remote_cluster field for ccr (#25248) 2018-11-07 09:04:28 -05:00
Felix Stürmer b5012d917d
[Infra UI] Remove duplicate "Overview" in detail page title (#25283)
This removes the duplicate word "Overview" from the title of the container details page.

fixes #24160
2018-11-07 14:52:05 +01:00
Peter Pisljar 974ea9e44c
remove vis dependency from request handlers (#24119) 2018-11-07 13:48:48 +01:00
Jason Rhodes 0388068c8c
Fixes bug with rison decode on Kibana links (#25214)
* Fixes bug with rison decode vs encode

* Adds and updates tests for kibana link component
2018-11-07 06:38:53 -05:00
Felix Stürmer 2cabf4f5e6
[Infra UI] Work around IE11 flexbox alignment problems (#25224)
This works around some IE11 bugs with flexbox alignment, particularly [Flexbug #4](https://github.com/philipwalton/flexbugs#4-flex-shorthand-declarations-with-unitless-flex-basis-values-are-ignored) and a misinterpretation of the default alignment.

fixes #24758
fixes #24839
fixes #24791
fixes #24757
2018-11-07 11:37:23 +01:00
Søren Louv-Jansen 4d28055821
[APM] Additional clock skew fixes (#25097)
* Refactor service colors

* Calculate duration from full waterfall

* Ensure timeline label is not truncated

* Adjust child if it starts after parent has ended

* Add mark for traceRootDuration instead of xMax

* Fix tests
2018-11-07 10:28:16 +01:00
Søren Louv-Jansen 1f92c0c128
Add APM UI to codeowners (#25218) 2018-11-07 10:27:29 +01:00
Aleh Zasypkin b28fa28dba
Implement new platform plugin discovery. (#24256) 2018-11-07 10:21:44 +01:00
Pete Harverson 4fc00821a4
[ML] Add user privilege check to Jobs List group selector control (#25225) 2018-11-07 09:18:31 +00:00
Andrew Cholakian 179c6f2491 Remove extra period for heartbeat add data (#25221) 2018-11-07 08:01:08 +01:00
Tiago Costa ae23f16802
Make canvas common lib ready for dependencies static analysis (#24756)
* refact(NA): make canvas common lib ready for static analysis.

* refact(NA): change export named to export all on canvas commmon lib datatable.

* tes(NA): fix isValid http url function name.

* refact(NA): rename parse to parseDataUrl
2018-11-07 03:08:03 +00:00
Matt Apperson 6ed41b35db
[BeatsCM] error on issues dont disable (#25149)
* display error messages for failed checks vs disableing plugin

* update text

* change order of check

* tweak security check

* re-disable on invalid license, update text

* update text

* tweaks

* tweak text
2018-11-06 21:33:07 -05:00
Clint Andrew Hall 06864817b9
Adding beta marker (#25256) 2018-11-06 18:11:42 -06:00
Matt Apperson dbfc86b39d
dont allow tag creation if id is invalid (#25133) 2018-11-06 18:49:39 -05:00
Matt Apperson 86e11c0e12
[BeatsCM] Rework table controls to use the pattern now found in the rest of Kibana (#25131)
* Rework table controls to use the pattern now found in the rest of Kibana

* Fix TS errors

* better fix TS issue

* uncomment code removed for testing
2018-11-06 18:49:15 -05:00
Søren Louv-Jansen deae168672
[APM] Show message for missing transaction sample (#25141) 2018-11-07 00:40:25 +01:00
dave.snider@gmail.com f99c8032f4
kibana design owns .scss files (#23889) 2018-11-06 15:24:21 -08:00
Lee Drengenberg a881a65a4c
Fix context test timing (#24949)
* Add sleeps so tests will pass

* removed a space in a comment

* replaced some sleeps with waiting for loading indicator

* Removed context page object calls from filter_bar and doc_table services
2018-11-06 16:25:44 -06:00
Lisa Cawley feae892dcc
[DOCS] Updates Elasticsearch and Kibana monitoring screenshots (#25035) 2018-11-06 14:21:34 -08:00
Matt Bargar a61c11e2ea
Add hacky workaround for getDerivedStateFromProps change in react 16.4 (#25142) 2018-11-06 15:39:37 -05:00
liza-mae 7748fe633f
Fix the jenkins job for cloud to export headless browser variable (#25242) 2018-11-06 12:48:48 -07:00
Walter Rafelsberger 3b94e3cece
[ML] Removes deprecated angularjs based jobs list and related code. (#25216) 2018-11-06 20:05:45 +01:00
Tiago Costa ca30a09be9
Add timestamps for logs into the functional tests reports (#24509)
* feat(NA): first version to add logs to the functional test runner when running on dev.

* fix(NA): change timestamp position.

* test(NA): add unit test for tooling log text writer with timestamp.

* test(NA): update test and snapshots

* fix(NA): only apply timestamp logs for the jenkins test reports.

* test(NA): update jest snapshots correctly.

* fix(NA): only add timestamp for the test results cached chunk logs.

* fix(NA): rollback bad changes.

* refact(NA): change comments on code to be more clear with the purpose.

* refact(NA): rename chunk to line.

* feat(NA): log the relative time info since the start time of the task instead of the absolute time.
2018-11-06 18:44:38 +00:00
Marco Vettorello d9e0967676
Fix missing TSVB markdown variables (#25132)
* Move fieldsFetch logic into the vis editor

* Add annotations index pattern change detection

* Fix async update of state. Add functional test

* Add missing data archive

* Force fetch when component mount the first time

* Fix parameters naming

* Refactoring indexPatterns to fetch

* Add observables and pipe data updates to markdown panel config

* Fix jest test
2018-11-06 18:55:31 +01:00
Melissa Alvarez 493fe14821
[ML] JobList search bar: Show useful error on invalid query (#25153)
* Show error on invalid query

* Additional undefined check for query

* Cleanup undefined check
2018-11-06 17:13:32 +00:00
Aaron Caldwell 9b40183317
Ensure baselayers display in region maps (#22609)
* Add tmsLayers placeholder array to collections. Bind collections to wms-options scope

* Move tmsLayers attribute declaration to base visualization creation

* Add test to verify presence of road_map base layer option
2018-11-06 10:11:45 -07:00
Peter Pisljar 383b41904a
other bucket filter for table and vislib legend (#24473) 2018-11-06 16:37:46 +01:00
Chris Cowan 4a251b541a [Infra UI] Normalizing CPU usage for waffle map (#25123)
This PR changes the aggregation for calculating the CPU usage for hosts to match the metrics overview calculation by adding both system and user together then dividing it by the number of cores. This PR also includes a fix for the Docker cpu field.
2018-11-06 14:55:28 +01:00
Marco Vettorello 6ec3f0d636
Remove console.log (#25207) 2018-11-06 14:46:42 +01:00
Leanid Shutau 8149642bb4
[Tools] Exclude node_modules folders from i18n_check (#25112)
* [Tools] Exclude node_modules folders from i18n_check

* Make node_modules be ignored by default

* Update exclusion patterns
2018-11-06 15:58:10 +03:00
Leanid Shutau e9ff201be7
[I18n] Migrate enzyme helpers to TypeScript (#25108)
* [I18n] Migrate enzyme helpers to TypeScript

* Migrate src enzyme helpers

* Remove eslint comments
2018-11-06 15:56:37 +03:00
Leanid Shutau 26b01ddbb0
[Tools] Rename i18n context field to description field (#25105)
* [Tools] Rename React i18n context field to description field

* Rename context to description in all i18n use cases
2018-11-06 15:54:05 +03:00
Peter Pisljar 23cd191d39
remove inspector from Vis (#24112) 2018-11-06 13:49:38 +01:00
Melissa Alvarez 830e149787
[ML] MultiMetric/Population Job creation: Allow model plot enablement via checkbox (#24914)
* Add route/api-mapping for validateCardinality

* Create directive for enableModelPlot checkbox

* Ensure model plot enabled prior to cardinality check

* Add callout when cardinality high

* ensure correct cardinality success check

* Population wizard: add enableModelPlot checkbox

* Update with suggested changes from review

* Remove warning when invalid. Add tests.

* Ensure checkbox updated on uncheck
2018-11-06 11:52:26 +00:00
Marco Vettorello 89efb81fca
Fix TSVB state updates when changing indexpatterns (#24832)
* Move fieldsFetch logic into the vis editor

* Add annotations index pattern change detection

* Fix async update of state. Add functional test

* Add missing data archive

* Force fetch when component mount the first time

* Fix parameters naming

* Refactoring indexPatterns to fetch
2018-11-06 11:50:46 +01:00
Felix Stürmer 45f4b1bcf3
[Infra UI] Add beta badge with tooltip to the header (#25113)
In accordance with #25008, this adds a "Beta" badge with a corresponding tooltip to the header.
2018-11-06 11:01:02 +01:00
Shaunak Kashyap 1e346b9094
Infra UI: Fixing minor typo (#25005)
Resolves #25007.

Outbound traffic is generally denoted with TX, abbreviation for Transmit, instead of RX, abbreviation of Receive.

This PR fixes this minor typo.
2018-11-06 01:27:19 -08:00
Tim Roes b74f286961
Fix dashboard export documentation (#24701) 2018-11-06 09:59:59 +01:00
Tudor Golubenco ac169a1ad5
Add Cloudwatch Logs tutorial (#24582)
* Add Cloudwatch Logs tutorial

This is the first tutorial that makes use of Functionbeat, so it adds the
related instructions.

Closes #23708.
2018-11-06 09:23:58 +01:00
Peter Pisljar cc46def7a1
remove dashboardContext (#23227) 2018-11-06 08:16:58 +01:00
CJ Cenizal a4d108d80e
Fix aria attribute of icons on status page. (#25179) 2018-11-05 21:03:42 -08:00
Ryan Scovill 5dbfec7d20 fix typos (#25176) 2018-11-05 17:56:43 -07:00
Spencer c9d8bdc82d
[InputControlVis] React 16.4+ compatibility (#25164)
* [input-control-vis/list-control-editor] add failing test to verify issue

* [input-control-vis/list-control-editor] update prevFieldName when fieldName changes
2018-11-05 16:39:56 -08:00
CJ Cenizal 0709293aac
[Rollups] Improve Rollup Job Wizard error handling (#25092)
* Consistently format errors with showApiWarning and showApiError helpers.
* Use fatalError for unexpected errors.
* Localize errors.
* Surface error in Job List when the jobs can't be loaded.
2018-11-05 14:32:48 -08:00
Stacey Gammon 531424ef17
Disable animations for xpack functional tests too (#25148) 2018-11-05 17:17:53 -05:00
Chris Roberson 25666f8d41
Unskip the mappings test (#24667) 2018-11-05 14:57:44 -05:00
Chris Roberson 25896d625d
Re-enable these tests (#24600) 2018-11-05 14:57:02 -05:00
Felix Stürmer dfef1c52e2
[Infra UI] Rename InfraOps to Infrastructure (#25135) 2018-11-05 20:33:53 +01:00
Ryan Keairns 7470b632eb
Security - convert LESS to SASS (#25079)
* convert security less to sass

* remove unused less styles from xpack_main
2018-11-05 13:28:18 -06:00