Commit graph

20374 commits

Author SHA1 Message Date
Brandon Kobel
f871da227a
[DOCS] - Adding token auth docs (#35431) (#35513)
* Adding token auth docs

* Revising based on Aleh's input

* Restructuring the token docs a bit

* Linking from the bullets

* More revisions, thanks Gail!!

* Whoops, accidentally added intead of replaced a sentence

* Clarifying the behavior when using both basic and token auth
2019-04-23 15:23:03 -07:00
Dmitry Lemeshko
1667175376
bump chromedriver to 73 (#35395) (#35472) 2019-04-23 17:23:29 +02:00
Ahmad Bamieh
d28e5b252a
[i18n] 6.7.2 remove comments from Chinese translations (#35461) 2019-04-23 17:50:27 +03:00
Thomas Neirynck
70515d0cdd
[Maps] Clear data load error when layer gets correct data (#34484) (#34740) (#35436) 2019-04-23 08:34:31 -04:00
Sarah Hersh
4ff8cb1f28
[DOCS] Adds 6.7.2 release notes (#35401) 2019-04-22 16:32:04 -04:00
Chris Roberson
afb09f18cc
[Monitoring] Address shard allocation color mismatch (#34086) (#35422)
* Address mismatch and add a couple starter tests

* More tests and fixing a bug
2019-04-22 14:48:46 -04:00
CJ Cenizal
798e92655f
Retrieve paused state of follower index from ES instead of depending upon the client to provide it. (#35342) (#35409) 2019-04-22 10:48:48 -07:00
Spencer
5415c8303a
[shellcheck] fix warnings (#35328) (#35367) 2019-04-21 11:30:44 -07:00
Josh Dover
a16c620ee8
Add configPrefix to upgrade assistant to allow disabling (#35383) 2019-04-21 11:47:01 -05:00
Joel Griffith
5a0db40dd7
Removing the noreferrer in the filterbar docs (#35368) 2019-04-19 12:25:14 -07:00
CJ Cenizal
0134e552d1
[CCR] Allow user to use CCR when security is not enabled. (#35333) (#35339) 2019-04-18 20:22:11 -07:00
Spencer
da37619e5e
[6.7] [chance] ensure random words are unique (#35302) (#35313)
Backports the following commits to 6.7:
 - [chance] ensure random words are unique  (#35302)
2019-04-18 11:58:32 -07:00
Joe Reuter
375f9c61e1
Make time picker in query bar usable in Firefox (#35279) (#35285) 2019-04-18 17:52:03 +02:00
Sarah Hersh
3872a4e2e8 Merge branch '6.7' of github.com:elastic/kibana into 6.7 2019-04-18 10:05:14 -04:00
Sarah Hersh
07e0fd0d58 backport logging.json setting 2019-04-18 10:02:29 -04:00
Aaron Caldwell
64cb874efd
Handle multipolygon geo_shape (#35096) (#35165) 2019-04-18 06:45:22 -07:00
kaiyan-sheng
cf37ce0cb2
Add documentation link to functionbeat (#35174) (#35256) 2019-04-17 15:03:52 -06:00
Joe Reuter
2e56908120
Expand add panels flyout and increase default rows per page (#30508) (#35071) 2019-04-17 12:27:07 +02:00
Chris Cowan
8d00651ff8
Fixes bug where tooltip doesn't line up with data (#34749) (#34835) 2019-04-16 13:00:38 -07:00
Tyler Smalley
f28e743598
[UA] Specify allow_restricted_indices for _has_privileges (#35125) (#35170)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2019-04-16 12:22:59 -07:00
Nathan Reese
b0302ff981
[Maps] connecting to EMS docs (#34737) (#35118)
* [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:54:12 -06:00
Shaunak Kashyap
1e36255da9
[6.7] Fix field name for "Events Ingested" in Logstash Node List page (#35122) (#35128)
Backports the following commits to 6.7:
 - Fix field name for "Events Ingested" in Logstash Node List page  (#35122)
2019-04-15 19:39:07 -07:00
Tiago Costa
32bb5257d1
fix(NA): dockerfiles env var support for elasticsearch.url (#34968) 2019-04-15 19:06:18 +01:00
Dmitry Lemeshko
a683b34b17
[6.7] bump chromedriver to 2.46.0 (#27302) (#35017)
* bump chromedriver to 2.46.0 (#27302)

* [services/leadfoot_element_wrapper] update Session.execute call

* [services/leadfoot_element_wrapper] fix clearValueWithKeyboard

* fix scripted fields tests

* fix heatmap functional test
2019-04-15 18:10:04 +02:00
Tim Roes
5e86ec3003
[6.7] Don't save the current timezone in visualizations (#34795) (#34927)
* 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 integration tests

* Fix tests

* Fix migrationVersion in tests

* Fix more tests
2019-04-15 11:16:22 +02:00
Ahmad Bamieh
5d1f4a52e8
[6.7.2] Update zh-CN.json translation (#35020) 2019-04-13 10:50:18 +03:00
Tyler Smalley
09c77bb310
[UA] Ignore additional warnings handled by Cloud (#35005)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2019-04-12 10:49:45 -07:00
Chris Roberson
8cd353d9c8
[Monitoring] Protect against these fields not existing in Logstash Nodes listing (#34939) (#34954)
* 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-12 09:24:19 -04:00
Tiago Costa
8017b1bbf7
Be able to delete watch_optimizer_cache_state.json when data folder is outside of Kibana source folder (#32446) (#34961) 2019-04-12 02:09:42 +01:00
Justin Kambic
884e0eddee
Remove crosshair synchronization to avoid display bug. (#33660) (#34083)
Fix broken snapshot.

Fix busted type.
2019-04-11 15:09:04 -04:00
Melissa Alvarez
6dd4f22152
[ML] Multi metric job wizard - ensure cardinality warning only shown on validity fail (#34874) (#34937)
* Ensure cardinality warning only showns on fail

* add missing whitespace and fix typo
2019-04-11 09:11:56 -07:00
Tyler Smalley
6e4f55171b Revert "build es 6.7 from source until snapshots are available"
This reverts commit f6b8f91c3f.
2019-04-10 14:38:45 -07:00
Joel Griffith
af5e7c8941
Set a default timeout for all "waitfor" methods (#34756) (#34829) 2019-04-10 08:03:49 -07:00
Marco Vettorello
62cfb2eecf
Add flex wrap to metric vis container (#31891) (#34715) 2019-04-09 18:48:27 +02:00
Josh Dover
84ef0ff251
[UA] Show different interstital text when cluster is upgraded (#34762) (#34798) 2019-04-09 11:00:06 -05:00
Tiago Costa
978c717cc8
Generate dockerfiles target to be used for elastic/dockerfiles (#32169) (#34704)
* feat(NA): generate bundles with dockerfiles as targets.

* chore(NA): change dockerfiles suffix to docker-build-context.
2019-04-09 00:58:22 +01:00
Robert Monfera
a26793085c
[Canvas] Fix: wait for DOM element to exist (#34475) (#34761)
* 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:18 +02:00
Robert Monfera
1818c4c7b5
Fix: don't attempt grouping while mouse is down (#34448) (#34463) 2019-04-08 19:22:22 +02:00
Caroline Horn
dc714d2e5f
[6.7] [Regression fix] Add dark theme for doc viewer (#34632) 2019-04-05 14:28:03 -04:00
Shaunak Kashyap
0660b0b0c3
[6.7] Cleanup geoipRequired and uaRequired (#31173) (#34625)
Backports the following commits to 6.7:
 - Cleanup geoipRequired and uaRequired  (#31173)
2019-04-05 08:51:46 -07:00
gchaps
e4f13733b1 [DOCS] Fixes formatting in plugin and l10 docs (#34594) 2019-04-05 08:33:55 -07:00
Sébastien Loix
3679883eec
[ILM] Remove "Beta" badge (#34547) 2019-04-05 10:38:36 +02:00
Greg Thompson
a7819a5e9a [6.7] Upgrades EUI to 6.10.6 (backported browser-related fix) (#33883) (#33972)
* Upgrades EUI to 6.10.6 (backported browser-related fix) (#33883)

* eui to 6.10.6

* update snapshots related to onClick

* yarn.lock
2019-04-04 12:31:19 -07:00
Peter
126b119b5a
Exclude assets from canvas usage query - fixes #34513 2019-04-04 13:19:58 -04:00
Joe Fleming
f1048be2c3
[6.7] Fix: recreate handlers and reset completed state on expression change (#33900) (#34483)
Backports the following commits to 6.7:
 - Fix: recreate handlers and reset completed state on expression change  (#33900)
2019-04-04 10:11:29 -07:00
Nathan Reese
8afef73af0
[Maps][6.7] fix breadcrumbs in Maps application (#34270) 2019-04-04 10:22:55 -06:00
spalger
f6b8f91c3f build es 6.7 from source until snapshots are available 2019-04-04 09:14:42 -07:00
Luke Elmers
03d92314d5
Preserve rawData to fix filtering on split tables. (#33886)
When the legacy response handler was created specifically for table vis,
`rawData` was no longer attached to the `AggConfigResult`s returned from
the handler. This caused filtering on individual table cells to fail
when using split rows/tables, because `vis_filters` could not find the
`rawData` it needed to generate the filter.

This issue only affects 6.6/6.7, as the response handler was removed in
subsequent versions.

Fixes #32529.
2019-04-04 10:12:25 -06:00
Chris Roberson
20c9530e39
Backport #32654 (#34353) 2019-04-04 12:05:17 -04:00
LeeDr
2aa2ade25d bump version to 6.7.2 2019-04-04 10:52:35 -05:00