Mikhail Shustov
1d93e8db8d
update @types/node to latest v10 ( #32306 ) ( #32324 )
2019-03-01 19:11:39 +01:00
Chris Davies
aa73d53e96
Remove unused server functionality from the interpreter ( #32133 ) ( #32312 )
2019-03-01 11:38:14 -05:00
Pete Harverson
5035d13a52
[ML] Adds missing applyAsync to advanced job wizard page ( #32186 ) ( #32296 )
2019-03-01 12:07:32 +00:00
Pete Harverson
1687a660bf
[ML] Fix formatting of values for time of day or week anomalies ( #32134 ) ( #32287 )
2019-03-01 10:42:41 +00:00
CJ Cenizal
9bf1906a90
Fix Index Management bug in which the "Show system indices" toggle turned off other toggles ( #32258 ) ( #32262 )
2019-02-28 16:41:42 -08:00
Bill McConaghy
d0adce03d2
disabling ccr and remote clusters when index mgmt is disabled ( #32203 ) ( #32248 )
...
* disabling ccr and remote clusters when index mgmt is disabled
* addressing PR feedback
adjusting config paths for index_management
2019-02-28 15:53:59 -05:00
Bill McConaghy
bfe22d830b
Revert "disabling ccr and remote clusters when index mgmt is disabled ( #32203 ) ( #32236 )" ( #32242 )
...
This reverts commit 2932490f5f
.
2019-02-28 14:27:12 -05:00
Bill McConaghy
2932490f5f
disabling ccr and remote clusters when index mgmt is disabled ( #32203 ) ( #32236 )
...
* disabling ccr and remote clusters when index mgmt is disabled
* addressing PR feedback
2019-02-28 13:58:23 -05: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
Robert Monfera
15f5a988ca
Usability: larger minimum element size ( #32106 ) ( #32144 )
2019-02-27 20:07:40 +01: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
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
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
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
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
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
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
Nathan Reese
7937f1ae31
fix merge conflicts ( #31702 )
2019-02-21 10:24:00 -07:00
Matt Apperson
47d838e436
[6.7] [BeatsCM] fix API for tokens to support any number ( #30335 ) ( #31661 )
...
* [BeatsCM] fix API for tokens to support any number (#30335 )
* add basic script for standing up a fake env
* tweaks
* API needs to support any number of tokens not us
* [BeatsCM] Add testing script used to create test deployments
* Move to JWT for enrollment
* wrap dont scroll command
* Dont use token as token ID
* fix tests
* not sure why this file is enabled in this branch/PR…
# Conflicts:
# x-pack/plugins/beats_management/server/lib/adapters/framework/integration_tests/kibana.ts
* remove dev only k7Design
2019-02-21 10:30:58 -05:00
James Gowdy
2a130b8f36
[ML] File data visualizer - setting default number of shards ( #31567 ) ( #31670 )
2019-02-21 09:55:58 +00:00
Aaron Caldwell
9bd97a4016
Add back dispatch ( #31602 ) ( #31615 )
2019-02-20 14:45:57 -07:00