Commit graph

23364 commits

Author SHA1 Message Date
Joe Reuter
7530f37cc6
Make time picker in query bar usable in Firefox (#35279) (#35283) 2019-04-18 17:52:00 +02:00
Aaron Caldwell
c89cca4061
Handle multipolygon geo_shape (#35096) (#35164) 2019-04-18 06:45:08 -07:00
Sarah Hersh
239850df46 add logging.json setting (#34581) 2019-04-18 09:36:17 -04:00
kaiyan-sheng
8a23afcdb0
Add documentation link to functionbeat (#35174) (#35255) 2019-04-17 15:04:11 -06:00
Spencer
8767252b8a
[dev/run] add ability to register callback for clean up (#35119) (#35196)
* [dev/run] add ability to register callback for clean up

* remove old onExit option

* update docs to mention `addCleanupTask`

* update yarn.lock
2019-04-17 06:12:25 -07:00
Dmitry Lemeshko
d1e8ca057a
update functional tests to support Firefox (#34635) (#35214) 2019-04-17 15:05:43 +02:00
Spencer
094cf670c9
[7.0] [dev/build] fix missing flag checks (#35187) (#35193)
* [dev/build] fix missing flag checks (#35187)

* [dev/build] fix missing flag checks

With the upgrade to the new version of getopts, boolean flags are now defaulting to `false`, which prevents the `undefined` checks in place for the `--rpm`, `--deb`, `--docker` flags. Or order to ensure that they can be checked for existence we can default the flags to `null`, which gives these "boolean" flags a third possible state, only possible when the flags are not specified from the command line.

* [dev/build] break out args processing and test

* reindent help text

* always return unknownFlags

* fix lint error
2019-04-16 16:17:27 -07:00
Tyler Smalley
eaa473838d
[UA] Specify allow_restricted_indices for _has_privileges (#35125) (#35169)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2019-04-16 12:23:15 -07:00
Chris Cowan
6674bde18f
Fixes bug where tooltip doesn't line up with data (#34749) (#34834) 2019-04-16 12:18:15 -07:00
igoristic
077607f50e
Allow empty and null key types (#35016) (#35141) 2019-04-16 03:28:15 -07:00
Nathan Reese
a6cdbe45e2
[Maps] connecting to EMS docs (#34737) (#35117)
* [Maps] connecting to EMS docs

* remove un-related test file

* worked with gchaps to make much better

* simplify disable intro

* feedback

* add optional flag back to step
2019-04-15 21:53:42 -06:00
Shaunak Kashyap
bfc9fc8c36
[7.0] Fix field name for "Events Ingested" in Logstash Node List page (#35122) (#35127)
Backports the following commits to 7.0:
 - Fix field name for "Events Ingested" in Logstash Node List page  (#35122)
2019-04-15 19:39:01 -07:00
Spencer
96da7ad767
[7.0] [npm] upgrade getopts (#34603) (#35109)
Backports the following commits to 7.0:
 - [npm] upgrade getopts  (#34603)
2019-04-15 15:45:17 -07:00
Luke Elmers
c45fbf3ca4 docs: Recategorize table split breaking change. (#35100)
Fixes the 7.0 release notes so the breaking change related to table splits is correctly categorized under `Visualizations`.
2019-04-15 15:29:47 -04:00
Larry Gregory
cea353fc2a
Revert "Upgrade js-yaml to 3.13.1" (#35026) (#35053)
Reverts elastic/kibana#34987
2019-04-14 11:58:17 -04:00
Dmitry Lemeshko
8c5a3f50f5
bump chromedriver to 2.46.0 (#27302) (#35012) 2019-04-13 10:31:49 +02:00
Mike Côté
acb08ecafa
Fix conflicts (#35046) 2019-04-12 23:08:28 -04:00
Tyler Smalley
e83895b920 Revert "[CI] Build from source until 7.0.1 snapshot is available"
This reverts commit 36db331374.
2019-04-12 13:44:42 -07:00
Gil Raphaelli
efe928c74f
update APM migration reindex script (#34801) (#35003) 2019-04-12 13:13:45 -04:00
Brandon Morelli
66a5e7e1a4 remove rogue or (#34830) 2019-04-12 08:49:09 -07:00
Larry Gregory
acde20d5c7
[7.0] Upgrade js-yaml to 3.13.1 (#34987) (#34993)
Backports the following commits to 7.0:
 - Upgrade js-yaml to 3.13.1  (#34987)
2019-04-12 11:23:37 -04:00
Justin Kambic
c8ba91e6ba
Remove crosshair synchronization to avoid display bug. (#33660) (#34082)
Fix broken snapshot.

Fix busted type.
2019-04-12 09:37:02 -04:00
Tim Roes
cb49d73534
[7.0] Don't save the current timezone in visualizations (#34795) (#34926)
* Don't save the current timezone in visualizations (#34795)

* Don't save the current timezone in visualizations

* Add additional test

* Add test and switch migration number

* Don't clone object according to review feedback

* Better documentation

* Update src/legacy/core_plugins/kibana/migrations.js

Co-Authored-By: timroes <mail@timroes.de>

* Fix migrationVersion in tests
2019-04-12 08:01:38 +02:00
Tiago Costa
19154557fd
Be able to delete watch_optimizer_cache_state.json when data folder is outside of Kibana source folder (#32446) (#34960) 2019-04-12 02:09:44 +01:00
Mike Côté
405fbd3142
Fix import UI to not fail silently when a record other than index-pattern and search is missing (#33080) (#34442)
* Fix import UI to not fail silently when a record other than index-pattern and search is missing

* Reduce code for error handler
2019-04-11 18:58:23 -04:00
Chris Roberson
b7ce1cf8b1
[Monitoring] Protect against these fields not existing in Logstash Nodes listing (#34939) (#34953)
* Protect against these fields not existing

* Add basic unit tests to ensure this behavior does not regress

* Expand this test to ensure we don't break on other pieces of data missing

* Use N/A if there is no value (rather than 0)
2019-04-11 15:01:57 -04:00
Melissa Alvarez
e4d382d23b
[ML] Multi metric job wizard - ensure cardinality warning only shown on validity fail (#34874) (#34936)
* Ensure cardinality warning only showns on fail

* add missing whitespace and fix typo
2019-04-11 08:14:41 -07:00
Tyler Smalley
36db331374 [CI] Build from source until 7.0.1 snapshot is available
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2019-04-10 14:37:31 -07:00
Joe Fleming
ff14c25c00
Fix: recreate handlers and reset completed state on expression change (#33900) (#34482)
* fix: add expression and filter to ElementWrapper propso

cause the component to re-render when these values change

* fix: correctly spread additional props

* chore: convert ElementWrapper to functional component

* chore: refactor ElementWrapper container

use connectAdvanced instead of connect since it provides a way to get a hold of dispatch just one time, so the handlers object can be built in the container and only updated when something actually changes

* fix: reset handlers isComplete when element changes

allow completeFn to be called again, required so that the correct external actions happen

* feat: make expression available on shapes object

* fix: reset done checker on function change

* fix: only rebuild handlers when element changes

rebuild on happens when id, filter, or expression change

* chore: remove unused ElementWrapper props
2019-04-10 13:40:03 -07:00
Nathan Reese
7e0b9b3311
[Maps] update map name in breadcrumb when changed (#34287) (#34362) 2019-04-10 12:52:29 -06:00
Lee Drengenberg
c7604b58e6
fixing @babel/types back to 7.0.0 2019-04-10 11:10:00 -05:00
LeeDr
265bf2c060 bump version to 7.0.1 2019-04-10 11:05:43 -05:00
CJ Cenizal
e1c115d502
Update Delete Remote Cluster API to support multiple comma-delimited clusters. (#34595) (#34736) 2019-04-10 08:43:12 -07:00
CJ Cenizal
69b4eecfa9
Fix wrapping of Remote Cluster connection status in table. (#34642) (#34655) 2019-04-10 08:42:56 -07:00
lcawl
94009608f4 [DOCS] Removes coming tags 2019-04-10 08:30:39 -07:00
Søren Louv-Jansen
f82b2ce44f
[Cloud] Revert hardcoded cloud id (#34861)
Partially revert change introduced in aff8c69deb
2019-04-10 15:47:47 +02:00
Søren Louv-Jansen
8efadfd318
[APM] Link to APM Server setup in APM Getting started guide (#34786) (#34844) 2019-04-10 14:38:05 +02:00
Sarah Hersh
0bbd1b1792
fix beats link (#34816) 2019-04-09 17:26:44 -04:00
Josh Dover
0e85315f35
[UA] Show different interstital text when cluster is upgraded (#34762) (#34797) 2019-04-09 14:54:03 -05:00
igoristic
5bea4ac436
Swapped kui base class with eui equivalent (#34644) (#34765)
* Swapped kui base class with eui equivalent

* Added the react component instead
2019-04-09 13:47:34 -04:00
Sarah Hersh
8c271f192f
add beats issue (#34800) 2019-04-09 12:23:42 -04:00
Jason Rhodes
f20059563a
Fixes APM -> infra links for 7.0 (#34785)
* Fixes APM -> infra links for 7.0

* Updates snapshot with correct infra links
2019-04-09 10:34:02 -04:00
Søren Louv-Jansen
8a333d2ee6
[APM] Set minimum bucket size to connect dots in metric chart (#34473) (#34773) 2019-04-09 11:02:38 +02:00
Robert Monfera
0fe636cddf
[Canvas] Fix: wait for DOM element to exist (#34475) (#34760)
* Fix: wait for DOM element to exist

* Fix: add the missing retry in the other branch too

* Fix: clear timeout

* Perf: avoid an extra async step

* Chore: remove unused static props and explicitly initialize them via the constructor
2019-04-09 00:39:04 +02:00
Sarah Hersh
eba17ed83a
update for notable highlights page (#34656) 2019-04-08 14:39:14 -04:00
Tiago Costa
7a885ebef0
Generate dockerfiles target to be used for elastic/dockerfiles (#32169) (#34703)
* feat(NA): generate bundles with dockerfiles as targets.

* chore(NA): change dockerfiles suffix to docker-build-context.
2019-04-08 15:39:11 +01:00
Sarah Hersh
cf14daf7d3
[DOCS] Adds release notes for 7.0.0 (#34649) 2019-04-08 09:41:24 -04:00
Lisa Cawley
ee89fda8a1 [DOCS] Updates data recognizer screenshots for ECS (#34596) 2019-04-05 11:55:31 -07:00
Lisa Cawley
6e3196108c
[DOCS] Adds breaking change for ML data recognizer (#34651) 2019-04-05 11:24:19 -07:00
Oliver Gupte
c41be72575
[APM] Fixes #33443 by guarding for undefined request types in URL (#33828) (#34647) 2019-04-05 11:15:08 -07:00