Commit graph

22601 commits

Author SHA1 Message Date
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
Nathan Reese 83b24e7e6d
[Maps] do not display mapbox style inspector view unless turned on in kibana.yml (#30428)
* [Maps] do not display mapbox style inspector view unless turned on by kibana.yml

* use better name for config name
2019-02-08 09:32:48 -07:00
Walter Rafelsberger 3e648084bd
[ML] Removes deprecated $scope.indexPatterns. (#30494)
This was missed during the recent migrations to React of Anomaly Explorer in #28750. It removes the now unnecessary `$scope.indexPatterns`.
2019-02-08 15:36:05 +01:00
Walter Rafelsberger e312daecfc
[ML] Fix Job Audit Messages filter. (#30490)
The way job audit messages were fetched didn't retrieve the expected results if there were deleted jobs with messages still present for these jobs.
This fix allows to specify a list of job IDs to filter the audit messages on. For the jobs list UI, the currently existing job IDs will be passed on to ignore messages from deleted jobs.
2019-02-08 15:13:17 +01:00
Court Ewing 0b4f41dc7f
Bump to 8.0.0 2019-02-08 09:04:02 -05:00
James Gowdy 00949efc5b
[ML] Removing old angular based start datafeed modal (#30392)
* [ML] Removing old and broken start datafeed modal

* fixing typos

* removing need to load job from server

* small refactor

* adding comments

* removing unnecessary async/await
2019-02-08 13:58:59 +00:00
Chris Davies beb4542079
Remove custom WebPack bundles from Canvas (#30123)
This removes the custom build process for Canvas plugins. Canvas plugins are now regular
Kibana plugins. They can register server-side functions like so:

```js
server.plugins.interpreter.register({
  serverFunctions: [yourFunctionsHere],
});
```

And client-side functions need to be included in `uiExports.canvas`, then they need to
register themselves like so:

```js
// kbnInterpreter is a global, sadly, but it makes registration simple
kbnInterpreter.register({
  elements: [yourElementsHere],
  browserFunctions: [yourFnsHere],
});
```
2019-02-08 08:42:03 -05:00
Pete Harverson d4edbd9821
[ML] Fixes filtering on the metric cards in the data visualizer (#30493) 2019-02-08 13:18:57 +00:00
Chris Davies 16c2dcb9ca
Make migration mapping change detection more robust (#28252)
Modify the way migrations detect mapping changes. The previous approach simply
diffed the index mappings against the mappings defined in Kibana. The problem was
that sometimes the index mappings will *always* differ. For example, if an index template
is affecting the .kibana* indices. Or if Elasticsearch adds a new magical mapping that
appears in the index, even though not specified (this happened in the 7.0 release). So,
instead of diffing, we now store hashes of our mappings in _meta, and compare against
those.
2019-02-08 07:43:07 -05:00
Walter Rafelsberger 31531c82f8
[ML] Fix double escaping. (#30492)
Because the info tooltip has been migrated to React, the escaping necessary for the previous jQuery based tooltip resulting in a double escaping and special character visible in the tooltip. This fixes it by removing the now unnecessary escaping.
2019-02-08 13:38:24 +01:00
James Gowdy 59cddd706d
[ML] Fixing job deletion slow refresh delay (#30371) 2019-02-08 10:21:24 +00:00
Oliver Gupte 7ae1b4f44d
[APM] Render related errors link in transaction flyout (#29807)
* [APM] closes #29563 by rendering related errors link with error count in transaction flyout

* [APM] improved get_trace query by  narrowing indices and parallelizing queries, improved code org/readability

* [APM] code improvements, split get_trace queries into separate source files

* [APM] remove initial transaction details request in favor of looking up the
current transaction data within the trace (waterfall) data

* Add test for `getWaterfall`

* Revert change to `getWaterfallItems` test

* simplified aggregation, waterfall helpers code, and moved get_trace_errors_per_transaction.ts under 'errors'

* improved naming and readbility of waterfall properties

* removed unused routes and queries and fixed some invisible bugs in the waterfall helpers

* added trace.id in addition to the transaction.id filter in the kuery bar for related errors
2019-02-07 23:17:02 -08:00
dave.snider@gmail.com fb6d42bc3c
Make map gradients more subtle (#30345)
Cleanup in the maps app.
2019-02-07 22:38:04 -08:00
spalger bd56a0d9dd skip super flaky test 2019-02-07 22:33:34 -08:00
Spencer ab9eaa9721
[esArchiver/edit] add command for temporarily extracting archives (#30472)
* [esArchiver/edit] add command for temporarily extracting archives

* [esArchiver/edit] fix method description

* [esArchiver/edit] fix return value doc

* [esArchiver] support editing all or sections of archives
2019-02-07 22:22:27 -08:00
Thomas Neirynck 37b5ba932e
[Maps] Correctly handle single-feature joins (#30409) 2019-02-07 21:10:28 -05:00
Spencer 120606d037
[yarn] upgrade to @elastic/makelogs 4.4.0 (#30447) 2019-02-07 17:36:26 -08:00
Nathan Reese ae580e3a26
[Maps] upgrade mapboxgl to 0.52.0 (#30431) 2019-02-07 18:30:56 -07:00
Spencer 3f5597a741
[tslint] ban exclusive tests (#30448)
Fixes #30262

Adds tslint rules to explicitly ban `describe.only`, `it.only`, and `test.only`.
2019-02-07 17:30:04 -08:00
Thomas Neirynck 168d17e474
[Maps] Fix tileload error messaging / Fix heatmap error message (#30327) 2019-02-07 17:22:44 -05:00
Chandler Prall b47a92cfa9
Upgrade EUI to 6.10.1 (#30404) 2019-02-07 15:00:56 -07:00
Søren Louv-Jansen 56f8a42826
[APM] Show metric-only services in service overview (#30397) 2019-02-07 22:36:27 +01:00