Commit graph

20118 commits

Author SHA1 Message Date
Jonathan Budzenski
5a22e3e4d4
Bump node to 10.15.2 (#32200) 2019-02-28 10:50:20 -06:00
Aleh Zasypkin
a5486d98eb
Document scripts/i18n_check. (#32209) 2019-02-28 17:46:38 +02:00
Clint Andrew Hall
58b37bd8a8
Fix: don't initialize workpad from WorkpadApp (#32163) (#32173)
Closes https://github.com/elastic/kibana/issues/32161

All the elements are loaded in the router, so loading the from the component just duplicates the work.

This is actually left-over code from before we had a router. Apparently I missed this lifecycle when adding the router, so it's been an issue in Canvas for quite some time now.

### Stats

Workpad | Previous load time | PR load time
-- | -- | -- 
Elastic{ON} Tour Dallas: Canvas v3 | 10 seconds | 7 seconds
Kibana Canvas - Your data, your way. | 32 seconds | 18 seconds

*Time from when the Canvas loading indicator goes away and the workpad app renders to when the loading indicator stops spinning*
2019-02-27 23:48:54 -06:00
Spencer
08c5efb8ea
[6.7] [server/logging/tests] use --oss to load kibana faster and avoid timeouts (#32162) (#32166)
Backports the following commits to 6.7:
 - [server/logging/tests] use --oss to load kibana faster and avoid timeouts  (#32162)
2019-02-27 18:30:30 -08:00
Caroline Horn
c3320d93cd
[Bugfix] Remove bootstrap classes from Notifier (#31956) (#32157) 2019-02-27 17:09:15 -05:00
Robert Monfera
15f5a988ca
Usability: larger minimum element size (#32106) (#32144) 2019-02-27 20:07:40 +01:00
DeDe Morton
689334a992
[Docs] Add list of supported config blocks for central management (#27275) (#29795)
* [Docs] Add list of supported config blocks for central management

* Add Redis to list of supported outputs
2019-02-27 10:24:48 -08:00
Chris Cowan
f5e0c11a62
Fixes #32022 - Fix table to display name instead of ID (#32051) (#32127) 2019-02-27 09:41:17 -07:00
Justin Kambic
93a4dd9e10
Replace heartbeat app icon with uptimeApp. (#32055) 2019-02-27 11:20:44 -05:00
Justin Kambic
38f7dca087
Fix bug causing unwanted text to be rendered. (#31334) 2019-02-27 11:12:54 -05:00
Sarah Hersh
c95ce96d0a
[Docs]Adds docs for Follower indices UI (#31928) 2019-02-27 10:43:04 -05:00
Robert Monfera
617affef26
fix: bump max payload size up to 25MB (#31974) (#32103)
default of 1MB is very easy to hit, so it's not hard to make Canvas fail
2019-02-27 09:38:16 +01:00
Clint Andrew Hall
faf686c63e
[6.7] Fix Shortcut EventEmitter Leak/Re-render leaks (#31779) (#32095)
* Fix Shortcut EventEmitter Leak/Re-render leaks (#31779)

* Fix yarn.lock
2019-02-27 00:55:00 -06:00
Tyler Smalley
bab2369873
[6.7][UA] Security index should reindex into ".security-7" (#31996)
Security indices are whitelisted and it has been decided to stick with the
naming convention introduced in the 5.6 Upgrade Assistant.

Related https://github.com/elastic/elasticsearch/pull/39337
Related https://github.com/elastic/elasticsearch/issues/39284

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>

* Always match against .security-{6,7}

* Use constant for security source index name

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2019-02-26 21:18:01 -08:00
Joel Griffith
84a0579d4e
Fixes data points on maps not showing up in reports (#31949) (#32071)
* Fixes data points on maps not showing up in reports
2019-02-26 13:47:45 -08:00
Luke Elmers
0c27e9258a
[6.7] Preserve x-axis order in vislib. (#31533) (#31944) 2019-02-26 08:36:36 -07:00
Bill McConaghy
4ea8ea373c
fixing issues with maximum documents and maximum size being set (#31998) (#32041)
* fixing issues with maximum documents and maximum size being set

* removing defaults from ES policy load and removing unneeded propTypes

* fixing react warnings about controlled -> uncontrolled

* fixing tests

* more fixes for react controlled -> uncontrolled errors

* better fix for react warnings through empty default phases

* removing unused translation

* removing unnecessary async/awaits in onChange handlers
2019-02-26 10:25:07 -05:00
Alison Goryachev
ee4072be29
fix Platinum features link in license management (#31945) (#32017)
* fix Platinum features link in license management

* move external license links to constants file
2019-02-26 09:07:30 -05:00
Nathan Reese
5ce2873cc6
fix flaky input controls functional test (#31970) (#32012) 2019-02-26 07:05:24 -07:00
Thomas Neirynck
e12716f7d9
[6.7] [Maps] Show joined term metrics in tooltip (#31826) (#32001)
* [Maps] Show joined term metrics in tooltip (#31826)

* fix merge
2019-02-26 08:54:25 -05:00
Joe Reuter
8125f044c6
Introduce workaround for vega height bug (#31461) (#31955) 2019-02-26 10:10:49 +01:00
Clint Andrew Hall
bc7ff50f15
[6.7] Kill unnecessary re-renders in ElementWrapper (#31734) (#31969)
Backports the following commits to 6.7:
 - Kill unnecessary re-renders in ElementWrapper  (#31734)
2019-02-26 00:06:31 -06:00
Thomas Neirynck
08f6a1d63c
Ensure any existing layers get cleared when previewing a new one (#31973) (#31982) 2019-02-26 00:03:44 -05:00
Tyler Smalley
123fbbdc15
[UA] Support previously re-indexed ML/Watcher indices (#31046) (#31871)
Previously we were comparing the start of the indices to determine if ML/Watcher
should be stopped before re-indexing. Since we are now pre-pending the index
name we should compare the index names without the re-indexed portion.

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2019-02-25 20:18:45 -08:00
Catherine Liu
a98e07d341
[Canvas] Fixes filter clearing on undo/redo (#31859) (#31977)
* Added check to reset filters in 'setExpression'

* Removed filter reset from filter renderers' onDestroy handler

* Cleaned up setExpression

* Added TODO
2019-02-25 21:17:58 -07:00
Aaron Caldwell
a0009fb446
[Maps] Remove unneeded and breaking layer condition that prevents cancel from add layer panel (#31634) (#31932)
* Remove unneeded and breaking layer condition that prevents cancelling unless a layer's selected

* Add layer tests. Review feedback

* .....and the test file

* Review feedback. Factor out reusable maps test functions. Clean up

* Picky picky

* Review feedback. Remove sleeps

# Conflicts:
#	x-pack/plugins/maps/public/components/widget_overlay/layer_control/__snapshots__/view.test.js.snap
#	x-pack/plugins/maps/public/components/widget_overlay/layer_control/layer_toc/toc_entry/__snapshots__/view.test.js.snap
#	x-pack/plugins/maps/public/components/widget_overlay/layer_control/layer_toc/toc_entry/view.js
#	x-pack/plugins/maps/public/components/widget_overlay/layer_control/view.js
#	x-pack/test/functional/apps/maps/index.js
2019-02-25 13:39:37 -07:00
CJ Cenizal
22aa08ed95
Fix width of Watcher table. (#30311) (#31938) 2019-02-25 11:23:55 -08:00
Bill McConaghy
c2958dc875
fix clearing number of replicas from existing policy (#31905) (#31912) 2019-02-25 09:55:11 -05:00
Nathan Reese
a5d88c6381
[Maps] render attribution with no url as text instead of EuiLink (#31873) (#31900)
* [Maps] render attribution with no url as text instead of EuiLink

* remove check for length
2019-02-25 07:45:21 -07:00
Ahmad Bamieh
a5537ee3b4
[6.7] [Telemetry] collect xpack.cloud details (#31180) (#31704)
* [Telemetry] collect xpack.cloud details (#31180)

* collect xpack.cloud details

* add elasticsearch cluster uuid

* remove cloud ID from telemetry stats

* remove esUUID from telemtry stats

* add stack_stats.kibana.plugins.cloud.isCloudEnabled
2019-02-24 15:09:17 +02:00
Catherine Liu
4e0b72d035
Refactor time_filter (#31641) (#31852)
Fixes time_filter state

Removed console logs

Cleaned up changes

Removed unused prop in time_filter

Moved propTypes

Fixed bug with changing columns

Added comment
2019-02-22 16:41:14 -07:00
Søren Louv-Jansen
307e20a6a4
[APM] Avoid crashing transaction details page if trace duration is 0 (#31799) (#31851)
* [APM] Avoid crashing transaction details page if trace duration is 0

* Remove snapshot
2019-02-23 00:33:37 +01:00
Nathan Reese
cf89c22149
[Maps] fix app crash where layer details panel calls getId on undefined (#31816) (#31845)
* [Maps] fix app crash where details panel calls getId on undefined

* add jest test ensuring no errors when selectedLayer is undefined
2019-02-22 15:29:11 -07:00
Catherine Liu
7488b22a95
[Canvas] Adds doc links and keyboard shortcut cheatsheat to help menu (#31335) (#31729)
* Fixed tooltip in fullscreen_control

    * Removed aeroelastic keyboard event handlers

    * Added input target check to workpad page keyhandler

    * Fixed ungrouping

    * Removed tabIndex

    * Fix: reintroduce additional call on keyboard event
2019-02-22 15:21:03 -07:00
Joe Fleming
5d59537338
chore: unify the workpad update handler (#31218) (#31823) 2019-02-22 11:52:58 -07:00
Chandler Prall
7930a3f045
Upgrade eui to 6.10.3 (#31696) (#31756) 2019-02-22 10:03:57 -07:00
Josh Dover
6e9c8ebe92
Show interstitial prompt when ES is upgrading (#31309) (#31740)
* Show interstitial prompt when ES is upgrading

* Update copy
2019-02-22 09:20:17 -06:00
Nathan Reese
91aaf97ede
fix merge conflicts (#31778) 2019-02-22 06:18:22 -07:00
Alexey Antonov
6c4f23c8c0
TSVB doesn't work for percentile aggregation in Gauge, metric and Top N (#31680) (#31795) 2019-02-22 15:58:55 +03:00
Robert Monfera
bb06b0a0c9
[Canvas] unify pointer event x/y origin logic for localMousePosition calculation (#28748) (#31791) 2019-02-22 11:20:04 +01:00
Søren Louv-Jansen
1c97901299
[APM] Show metric-only services in service overview (#30397) (#31788) 2019-02-22 11:06:46 +01:00
Joe Reuter
e978baa10e
Add referenced pipeline aggs to every level of query (#31121) (#31711) 2019-02-22 10:55:54 +01:00
CJ Cenizal
0cd62dd722
Fix bug where rollup job search would display an empty prompt if no jobs matched the search. (#31642) (#31768)
* Internationalize and refine message.
2019-02-21 19:35:08 -08:00
Thomas Neirynck
78d58324de
[Maps] display metric tooltips for grid source the same as for joins (#31621) (#31755) 2019-02-21 18:09:46 -05:00
Josh Dover
fd286bce11
[ugprade] Point upgrade doc link to 7.0 (#31743) 2019-02-21 14:45:24 -06:00
Chris Davies
c808aff397
Get Kibana 6.7 tests passing when run against Elasticsearch 7.0 (#30647) 2019-02-21 15:33:04 -05:00
Felix Stürmer
a8359115b9
[Logs UI] Fix some filebeat ECS message formats (#31120) (#31716)
Backports the following commits to 6.7:
 - [Logs UI] Fix some filebeat ECS message formats (#31120)
2019-02-21 20:05:09 +01:00
Catherine Liu
49d2008cb9
Update prop types on RangeArgInput (#31654) (#31722)
* Added string as value prop type in range arg input

* Added string as value prop type in range arg input
2019-02-21 11:55:55 -07:00
Joel Griffith
bab832593c
Using content-disposition pkg for non-US font titles in reporting (#30895) (#31713)
* Using content-disposition for non-US font titles in reporting
2019-02-21 10:18:25 -08:00
Jonathan Budzenski
b4864042f9
[monitoring] only start bulk uploader once (#31307) 2019-02-21 11:30:09 -06:00