Commit graph

22622 commits

Author SHA1 Message Date
Spencer
f87b767265
[ftr/services/es] use apiVersion from es plugin (#30733) 2019-02-11 17:18:19 -08:00
Justin Kambic
139b0d512d
Remove double-format for duration value. (#30664) 2019-02-11 18:25:33 -05:00
Mike Côté
e60d6d119d
Clone saved object document before migrating to prevent accidental mutations (#30475)
* Clone saved object document before migrating to prevent accidental mutations

* Add tests

* Add example comment

* Use latest version of lodash cloneDeep

* Revise spaces functional tests to use same sample data.

* Fix broken test
2019-02-11 16:01:12 -05:00
Matt Apperson
409320a054
Revert "[BeatsCM] remove type from ES template and requests (#30549)" (#30728)
This reverts commit 93a10a1c39.
2019-02-11 15:40:49 -05:00
Spencer
6f94493a35
[esArchiver] only load uiExports for xpack when necessary (#30474)
* [esArchiver] only load uiExports for xpack when necessary

* [esArchiver/kibanaIndex] remove caches, node caches modules so uiExports shouldn't be too bad

* [esArchiver/cli] include command name in error

* [esArchiver/kibana] include error in new message

* remove comment about caching
2019-02-11 12:25:12 -08:00
Spencer
133ba2360f
[esArchiver] stable archives (#30477)
* [esArchiver/save] serialize with stable json stringify

* [esArchives] rebuild all archives
2019-02-11 11:16:25 -08:00
Catherine Liu
63d4ddb2d5
Added isFirstLoad to transient state. (#30150) 2019-02-11 11:57:34 -07:00
Thomas Neirynck
736d8193b3
[Maps] Fix and improve error messaging when adding TMS from kibana.yml (#30529) 2019-02-11 13:44:36 -05:00
James Gowdy
d45bc882e3
[ML] Fixing detector help link in advanced wizard (#30641)
* [ML] Fixing detector help link in advanced wizard

* tiny refactor
2019-02-11 18:38:23 +00:00
Matt Apperson
93a10a1c39
[BeatsCM] remove type from ES template and requests (#30549)
* remove dype from ES template and requests

* remove doc type?
2019-02-11 13:34:16 -05:00
Justin Kambic
e4f61a69c7
[Uptime] Fix snapshot query to handle large numbers of monitors (#30441)
* Refactor snapshot histogram ES query and subsequent processing.

* Fix issues on client, remove obsolete code, update tests.

* Get type check passing and update Snapshot component's unit tests to work with new schema data.
2019-02-11 13:25:26 -05:00
Søren Louv-Jansen
1a28b5cd87
[APM] Fix progress indicator (#30649) 2019-02-11 18:20:55 +01:00
Lisa Cawley
e513c6e96c
[DOCS] Sorts the list of Kibana settings (#30551) 2019-02-11 09:20:19 -08:00
Matt Bargar
fa2eab7718
skip flaky dashboard filtering test (#30682) 2019-02-11 12:14:37 -05:00
Spencer
da010f6ef0
[ftr/uiSettingDefaults] disable telemetry by default (#30473) 2019-02-11 08:37:14 -08:00
Jen Huang
23c5a49853
Fix ordering of CCR plugin (#30596) 2019-02-11 08:25:59 -08:00
CJ Cenizal
14c31406b9 Fix ILM dependency upon xpack.index_management.enabled setting. (#30592) 2019-02-11 11:21:37 -05:00
Lisa Cawley
f05f0e18d4
[DOCS] Removes X-Pack settings section (#30554) 2019-02-11 08:17:25 -08:00
Josh Dover
3fab420bb8
Bump max_old_space_size in CI (#30653) 2019-02-11 10:13:09 -06:00
Tyler Smalley
6a9af1f52d
[docs] Improve contributing docs on runing Elasticsearch (#30286)
Closes #28657 #23692

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2019-02-11 07:59:59 -08:00
Court Ewing
4aa2a4c05f
Move more directories into src/legacy (#30435)
Moves the following directories into src/legacy:

src/deprecation         -> src/legacy/deprecation
src/ui                         -> src/legacy/ui
src/server                  -> src/legacy/server
src/plugin_discovery -> src/legacy/plugin_discovery
src/utils                     -> src/legacy/utils
2019-02-11 10:51:53 -05:00
Court Ewing
2ce51a5be5 Update paths to ui, server, deprecation, plugin_discovery in src/legacy
This commit accompanies the four that precede it. Rather than squash
them altogether, the four previous commits all do nothing except move
files to help avoid conflicts.
2019-02-11 10:41:37 -05:00
Court Ewing
049814d53c Move src/ui to src/legacy/ui 2019-02-11 10:41:37 -05:00
Court Ewing
ec48186179 Move src/server to src/legacy/server 2019-02-11 10:41:33 -05:00
Court Ewing
630b5828d3 Move src/plugin_discovery to src/legacy/plugin_discovery 2019-02-11 10:41:32 -05:00
Court Ewing
19f5875580 Move src/utils to src/legacy/utils 2019-02-11 10:41:32 -05:00
Court Ewing
827f22557f Move src/deprecation to src/legacy/deprecation 2019-02-11 10:41:32 -05:00
Stacey Gammon
1677685e24
Track all test times (#30285)
* track all test times

* Add full title for easy ingestion to track performance times
2019-02-11 10:39:04 -05:00
Lukas Olson
79b8ccbc34
Fix buildEsQuery to ignore filters if not in index (#29880)
* Fix buildEsQuery to ignore filters if not in index

* Fix tests and move getEsQueryConfig to package

* Revert changes to TSVB

* Remove console log

* Review feedback
2019-02-11 08:36:19 -07:00
Aleh Zasypkin
088d5f6919
Add zh-CN.json translations and respective compatibility checks via i18n tools (#30378) 2019-02-11 14:39:59 +01:00
Pete Harverson
0e5730c991
[ML] Removes non ECS apache, nginx and auditbeat data recognizer modules (#30537) 2019-02-11 12:21:21 +00:00
Casper Hübertz
a216004197
[APM] Replace colour variables (#30491)
Replaced APM UI custom colour variables with EUI theme variables.
2019-02-11 10:55:59 +01:00
Sébastien Loix
6b376e54ef
[Watcher] Add Index, HipChat, PagerDuty, and Jira Action types on the client (#30043) 2019-02-11 09:39:22 +01:00
Joe Reuter
c6ba32d3b4
Add typings for saved_object_finder (#30067) 2019-02-11 09:38:29 +01:00
Sébastien Loix
2de68cbfee
[CCR] Put back API integration test for follower indices (#30260) 2019-02-11 09:22:35 +01:00
Casper Hübertz
1bd8a22d32
[APM] Fix Stackframe fontsize (#30489)
Decreased the font size in the code box to improve legibility.
2019-02-11 09:15:23 +01:00
Caroline Horn
f1782b666c
Homepage style updates (#30341)
* Better responsive handling of home grids

* Update sample data images to match UI updates

* Hide non-existent MSSQL logo so it doesn’t throw errors

* Dark mode images for sample data

* Som layout fixes to tutorials

* remove unused file

* convert synopsis to use EuiCard

* Snaps

* IE fix

* Remove unnecessary inline margin for flex group spacing

* More snaps cuz of the IE fix
2019-02-10 18:18:25 -05:00
Søren Louv-Jansen
de2c976796
[APM] Cleanup ES queries (#30363) 2019-02-10 12:41:38 +01:00
Spencer
cbb424fbfd
[esArchiver/save] save .kibana as .kibana_1 pointing to .kibana alias (#30476)
* [esArchiver] always save .kibana archives as .kibana_1 pointing to .kibana alias

* update tests

* [esArchiver] comment strange index name replacement logic
2019-02-09 23:45:31 -08:00
CJ Cenizal
9ddb331909
Fix width of Watcher table. (#30311) 2019-02-08 18:13:39 -08:00
Court Ewing
c34a72e99b
Skip upgrade assistant test until fixture is updated (#30587)
The test's setup routine loads a data directory into ES that is not
compatible with version 8.0.0, so ES fails to start and the test always
fails.

It is skipped for now to unblock CI, but this should be resolved for 8.0
2019-02-08 17:07:40 -05:00
Matt Bargar
247502083b
Enable query bar datepicker in core apps where appropriate (#30171)
Updates discover, visualize, and dashboard to use the date picker added to the query bar in #29130. There are still some areas where we use the top nav date picker, like Timelion and TSVB which don't have a query bar.
2019-02-08 17:02:53 -05:00
Spencer
476c4cd099
[ftr/services/kbnServer] set uiSetting defaults more often (#30459)
* [ftr/services/kbnServer] set uiSetting defaults more often

* [ftr/services/uiSettings] only init defaults when they're defined
2019-02-08 13:18:16 -08:00
Larry Gregory
3fba1f3fd5
Upgrade grunt to 1.0.3 (#30504) 2019-02-08 16:15:27 -05:00
Tyler Smalley
f741137c99
Resets Upgrades Assistant in preperation for 9.0 (#30334)
**Removes APM reindexing**: Since indices created in 6.x will be required to
re-index in 7.x there is no longer a need to support migrating APM indices to
the ECS format since ECS is shipped starting in 7.0

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2019-02-08 13:08:06 -08:00
Lisa Cawley
afdb0509e4
[DOCS] Adds placeholders for release notes, breaking changes, highlights (#30545) 2019-02-08 12:56:52 -08:00
Rashmi Kulkarni
98e152902e
Rollup job Functional UI test (#30280) 2019-02-08 12:44:00 -08:00
Shaunak Kashyap
753da9370d
Adding breaking changes docs for removed setting (#30505) 2019-02-08 11:42:32 -08:00
Tim Sullivan
a9edf2dec2
Fix/reporting vis preserve (#30456)
* add state field for isPreserveLayoutSupported

* doc updates
2019-02-08 11:56:29 -07:00
Tim Sullivan
f291325d56
[Reporting/PDF/PNG] Hide the global header in browser capture (#30000)
* [Reporting/PDF/PNG] Hide the global header in browser capture

* fix a devastating mistake
2019-02-08 09:50:19 -07:00