Commit graph

25669 commits

Author SHA1 Message Date
Todd Kennedy ceac5524b2
Allow requestCert option to be set (#38920)
This allows you to pass the option in correctly to the constructor
2019-06-13 15:09:01 -07:00
chongzhe 4e8206b380
[Code] udpate links in setup guide (#38928) 2019-06-13 13:06:55 -07:00
Spencer 421a941df5
[tinymath] use the es5 build (#38911) 2019-06-13 12:03:34 -07:00
Sébastien Loix 941cc44270
[SR] Component integration tests (#36871) 2019-06-13 20:34:47 +02:00
Clint Andrew Hall 13260786ca
[Canvas][Storybook] Convert Shapes to TS, Storybook (#38850)
* Shapes stories + TS

* Merging storybook into shapes-ts-stories

* A few tweaks
2019-06-13 13:08:48 -05:00
Todd Kennedy 2e55dc71de
Add requestCert option to SSL config (#38844)
* Add requestCert option to SSL config

The proxy plugin needs to require a client certificate, so this option
must be surfaced into the public interface for the HttpServer in Kibana

* [fix] use mapped variable
2019-06-13 11:01:45 -07:00
chongzhe 56e0c00c7b
[Code] fix title level error in Code setting page (#38913) 2019-06-13 10:56:40 -07:00
Chris Roberson b1a7bcb40a
Ensure we provide the cluster when toggling completed recoveries (#38543) 2019-06-13 12:44:29 -04:00
Brandon Kobel 3e06e6b09a
Spaces - Hiding management link (#38472)
* Changing the Spaces management section to behave like the other FC
controlled sections

* Adding those glorious tests and fixing a bug

* Fixing some test descriptions

* Making the mergeCapabilities operation emulate the old behavior

* Fixing privileges test with the addition of the new action

* Updating jest snapshot

* Adding tests, preventing additional clobbering

* Changing requireUICapability to use management.kibana.spaces
2019-06-13 09:32:27 -07:00
igoristic 51074bbc20
Added a retry for a flaky test in FF (#38845) 2019-06-13 11:58:00 -04:00
Aleh Zasypkin ffb0b06fa3
Make xpack.security.authc.saml.realm mandatory and completely remove xpack.security.authProviders and xpack.security.public. (#38657) 2019-06-13 17:43:18 +02:00
Peter Pisljar 120b060687
partly removing angular from visFilters and visFactory (#38643) 2019-06-13 17:43:01 +02:00
Melissa Alvarez 4260d82c97
[ML] File datavisualizer - custom timestamp override functionality (#38727)
* show custom input option for timestamp format

* show validation errors if custom timestamp format invalid

* Update error messages. Remove unnecessary comments

* use custom constant for delimiter override

* fix i18n errors
2019-06-13 09:36:51 -04:00
Chris Roberson 25802019ae
[Monitoring] Integrate logs source for Logs UI (#36929)
* Define and use an internal log ui source configuration

* Fix urls in tests

* Remove unnecessary code
2019-06-13 09:28:54 -04:00
Mike Place 6c0f83a515
Minor changes to text on Alerting in Stack Monitoring application (#38388)
* Minor changes to text.

* "Basic" is a proper name, so it should be capatalized.

* Cluster Alerts are plural.

* Fix tests to align with help text changes

* Missed one test file
2019-06-13 14:46:36 +02:00
Tim Roes 5f3f1966cb
Rename Visual Builder to Timeseries (#38777) 2019-06-13 14:44:53 +02:00
Vitali Haradkou a15b15aae3
[TSVB] [AT] time series formatter duration (#38256)
* Add new tests for the duration formatter
2019-06-13 15:31:26 +03:00
CJ Cenizal b2e0527735
Convert Index Management from using intl.formatMessage to i18n.translate. (#38780) 2019-06-13 04:42:24 -07:00
Felix Stürmer 12b82548d8
[Logs UI][skip ci] Document the customizable columns feature (#37021)
This PR adds documentation about the new log column feature. To keep the docs Logs UI readable as new features are added, they are now restructured into four pages:

* a landing page with a full screenshot linking to the subsequent section
* a "getting started" page to link to the tutorials on ingesting log data
* a "using" page to explain the main features of the Logs UI
* a "configuring" page to explain the configuration UI

closes elastic/kibana#36025
2019-06-13 05:14:40 -04:00
Maryia Lapata 386619e577
[Vis: Default editor] EUIficate Sub agg control (#37979)
* EUIficate metric agg control

* Fix translation errors

* Display agg error underneath the last bucket agg form control

* Update functional test

* Update error message

* Update parent_pipeline_agg_controller.js

* Fix validation when metricAgg is invalid

* Show error message when a filed is selected

* Delete _terms_helper.tsx

* Remove extra empty line

* Update parent_pipeline_agg_helper.js

* Update selector for test
2019-06-13 11:18:26 +03:00
spalger f2dd96b50a disable flaky test (#38849) 2019-06-12 16:40:33 -07:00
Lukas Olson 9e472e66fb
Allow passing in a signal to abort a cluster client request (#37563)
* Allow passing in a signal to abort an Elasticsearch request using the cluster client

* Go back to using promises (which still return abort method) and update test

* Update docs

* Explicitly return Promise<any> instead of {}
2019-06-12 15:43:22 -07:00
CJ Cenizal 4785301ed9
[Remote Clusters] Migrate to the New Platform with a shim (#37559)
* Extract isEsError from router.
2019-06-12 14:13:11 -07:00
Mengwei Ding ad19b6bb11
[Code] add beta label for code (#38814) 2019-06-12 12:25:00 -07:00
igoristic 35a5706e16
Flooring number down to whole second (#38065) 2019-06-12 15:24:33 -04:00
Clint Andrew Hall ce80d0063a
[Canvas] Update Type Documentation (#38554)
* Add docs; fix nits

* Updating documentation

* Tweaks

* Fix missed conversions
2019-06-12 14:08:39 -05:00
Philipp B 722559129d
[Accessibility] A <label> for time bucket size selector on discover (#38396)
* Replace <span> with a <label for=''> used as a label for a dropdown <select>
* Change CSS selector for functional test
2019-06-12 21:46:10 +03:00
Fuyao Zhao f877c78e95 Revert "[Code]: disable code by default in 7.2 (#38757)" (#38802)
This reverts commit 4886c4bb21.
2019-06-12 10:42:01 -07:00
Dario Gieselaar fed808c2af
[APM] Use transaction type from flyout instead of url params (#38782)
* [APM] Use transaction type from flyout instead of url params

* Use GET instead of HEAD to prevent kfetch from erroring out on invalid JSON

* Remove unnecessary check for existence of transactionType
2019-06-12 18:31:11 +02:00
Steph Milovic 42480a3944
[SIEM] bugfix data fetch error in Uncommon Processes table (#38706)
[SIEM] bugfix data fetch error in Uncommon Processes table
2019-06-12 10:25:20 -06:00
CJ Cenizal 5bc23b6468
Skip ILM node API integration tests on Cloud, because they depend on setting custom node attributes and Cloud disallows that. (#38715) 2019-06-12 09:05:39 -07:00
Pete Harverson 9adce54902
[ML] Show time range button on index data viz when on basic license (#38789) 2019-06-12 17:04:57 +01:00
Fuyao Zhao 4886c4bb21
[Code]: disable code by default in 7.2 (#38757) 2019-06-12 08:56:14 -07:00
liza-mae 0dc4eaf641
Skip uptime monitor test on FF (#38325)
* skip uptime monitor test on FF

* Fix lint issue

* put yarn file back
2019-06-12 09:31:44 -06:00
renovate[bot] b7dee440c5 Update webpack related packages (#38729)
* Update webpack related packages

* force updates to transient dep versions
2019-06-12 08:11:51 -07:00
spalger c8d39feec8 skip flaky tests (#38791) 2019-06-12 08:05:35 -07:00
Josh Dover 51d47cae39
Move Chrome and I18n to CoreStart (#37915) 2019-06-12 10:04:45 -05:00
Spencer 996f9a3246
[ftr][x-pack/functional] default to UTC timezone (#38698) 2019-06-12 08:00:52 -07:00
Daniil Suleiman 04e87eed60
[Vis: Default editor] EUIficate ranges param editor (#38531)
* EUIficate ranges control

* Remove unused translations

* Fix screenreader issue

* Add an initial case for safety

* Remove labels, add icon between ranges

* Add title for delete btn
2019-06-12 17:34:28 +03:00
spalger a99ab83e1d disable flaky tests 2019-06-12 07:26:04 -07:00
spalger 3000ed8f02 [renovate] add vega dep group, extend webpack group 2019-06-12 07:07:07 -07:00
Ahmad Bamieh e5b2239dfb
[Telemetry] Banner fix (#38769)
* remove always false flag

* telemetry banner flag
2019-06-12 17:00:25 +03:00
spalger f5ab2a1701 [master] revert vega related upgrades
(cherry picked from commit 4b153a54c8)
2019-06-12 06:50:47 -07:00
Silvia Mitter 9361323678
[APM] Update Kibana Index Pattern (#38411)
related to https://github.com/elastic/apm-server/pull/2265
2019-06-12 15:01:37 +02:00
CJ Cenizal 7b8f6ba837
Convert ILM from using intl.formatMessage to i18n.translate. (#38747) 2019-06-12 05:41:30 -07:00
Stacey Gammon cde4fb6ed5
Small step to consolidating refresh interval types. Stop exporting from all embeddable apis. Conform to time filter one. (#38681) 2019-06-12 08:08:19 -04:00
Vitali Haradkou a7abe1999d
[TSVB] [AT] new markdown tests (#38545)
* perform new markdown tests
2019-06-12 14:25:36 +03:00
Ahmad Bamieh c308048f04
[Telemetry] move from xpack main (#35403)
* enabling xpack in new plugins

* move telemetry into separate new platform plugin

* remap constants

* resolved hacks issue

* remove extra dir

* js -> ts

* run linter

* fix tests

* reset kibana.yml

* reset kibana.yml

* ts types

* add telemetry translations to i18n

* use deprecated configs

* checkout config.yml

* fix test

* move telemetry from xpack_main in api_integration

* add telemetry apis

* hide banner

* remove routes/get_stats in favor of collectors/get_stats

* code review fixes
2019-06-12 13:53:48 +03:00
Yulong d6cf22f9ff
[Code] fix a problem when using server connection in lsp proxy (#38750) 2019-06-12 16:08:53 +08:00
renovate[bot] dfe30a9bdf Update dependency xmlbuilder to v9.0.7 (#38702) 2019-06-11 22:37:57 -07:00