Commit graph

15703 commits

Author SHA1 Message Date
Bill McConaghy
820fe03c76 fixing undefined fn error in Promise.halt (#14296) 2017-10-05 10:52:10 -04:00
Chris Roberson
4129353726 [Management] Allows for imports to select existing index (#14137) (#14323) 2017-10-04 22:59:02 -07:00
Jonathan Budzenski
6e2c2f0305 [index patterns] Fallback to id if title does not exist (#14302)
* [index patterns] Fallback to id if title does not exist

* [tests] browser index patterns should always have id and title

* [tests] add regression test for no saved title
2017-10-04 14:54:09 -05:00
Kim Joar Bekkelund
6819311ec8 [index patterns] Don't attempt to wrap Boom errors (#14253) (#14265) 2017-10-03 18:25:08 +02:00
Spencer
c3c161e29a [visConfig/tests] test with own element, cleanup after (#14215)
(cherry picked from commit 0a4a2a1219)
2017-10-02 14:41:32 -07:00
Spencer
3ef06eb9fe [cli/dev] rely on commander for deduping argv (#14181)
In eb317804b5 I started combining custom argv with the process's argv, and naively used union to combine the lists. This breaks cli arguments that are supposed to be repeated and isn't necessary since commander handles parsing the argv and deduping/merging based on config.

(cherry picked from commit 014dee07fa)
2017-09-26 13:38:18 -07:00
Chris Cowan
4bd9534e39 Fixes #14171 - Handle boom errors properly for vis data requests (#14174) 2017-09-26 10:22:33 -07:00
Court Ewing
653dc4f19e bump version to 5.6.3 2017-09-26 12:58:17 -04:00
Court Ewing
07e2938868 docs: 5.6.2 release notes 2017-09-26 12:06:41 -04:00
Chris Cowan
a179e7b27e [TSVB] Remove field_stats calls from 5.6 for TSVB (#14152)
* Changing strategy to match core

* Adding tests
2017-09-26 08:53:50 -07:00
Chris Cowan
864b8719e2 Fixes #14127 - TSVB should check id vis params instead of type (#14129)
* Fixes #14127 - TSVB should check id vis params instead of type

* Adding functional test from master
2017-09-22 17:19:04 -04:00
Peter Pisljar
b55100e46f fixes bad backport of #13659 (#13974) (#14091)
* fixing bad backport

* 5.x defaults to stacked histogram
2017-09-21 11:39:43 +02:00
Yuri Astrakhan
fa09b20bac Adds Vega-based visualizations to Known Plugins list (#14062) 2017-09-20 13:04:29 -07:00
Stacey Gammon
8f36778c93 Avoid a wrapped retry and use exists instead of find, which will take up all the time allotted for the retry if it fails once (#13467) (#14083) 2017-09-20 15:51:10 -04:00
lcawley
b0b19752f1 [DOCS] Added index-shared6.asciidoc 2017-09-19 10:55:06 -07:00
Court Ewing
e04bb647ea docs: add dendogram to known-plugins 2017-09-19 10:18:00 -04:00
Court Ewing
144cd89c7e Bump chromedriver (#14053) 2017-09-19 09:52:46 -04:00
sw-jung
c4f6335ed7 Update known-plugins.asciidoc (#13701) 2017-09-18 14:38:34 -04:00
jimgoodwin
b1f0b155c1 Bump version to 5.6.2 2017-09-18 13:31:24 -04:00
jimgoodwin
466835807c Release notes for 5.6.1 2017-09-15 13:23:39 -04:00
Tyler Smalley
d1e7b4cfb0 Sets update_all_types when setting mapping (#13991)
Prior to 5.6, we would push mappings once the object type was used. Since we are now ensuring all mappings are set, there is a situation where a field with type string exists but we are pushing text.

You can not have a field with the same name, but different data type, in two different document types.

To resolve this, we are setting update_all_types when updating mappings.

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2017-09-14 11:21:12 -07:00
David Moreno Lumbreras
cf8d97f389 Add new plugin "Dotplot" to known plugins 2017-09-13 12:12:17 -04:00
Rashid Khan
639c569b08 Check color, dont bind (#13922) 2017-09-13 09:00:28 -07:00
Thomas Neirynck
f46553b9c4 fix faulty 6.x -> 5.x backport (#13931) 2017-09-12 03:44:06 -04:00
jimgoodwin
ecbb530922 Bump to 5.6.1 2017-09-11 12:11:29 -04:00
Peter Pisljar
55950c3ac8 point series handler (#13885) 2017-09-11 18:00:35 +02:00
Peter Pisljar
e8da9d9786 fixing metric reporting issue (#13933) 2017-09-11 16:53:28 +02:00
Brandon Kobel
1078d19210 Adding "BSD 3-Clause" as a valid license (#13934)
We already have "BSD-3-Clause" as a valid license, but there's a variant
with a space instead of a '-' being used by js-base64 that we need to
accomodate for.
2017-09-11 09:20:43 -04:00
jimgoodwin
8989665345 Release notes for 5.5.3 and 5.6.0 2017-09-11 08:56:46 -04:00
Rashid Khan
e0a056cd2c Dont use jquery 2017-09-08 08:38:49 -07:00
Nathan Reese
12d17c6d11 fix html misspelling of class
backport of https://github.com/elastic/kibana/pull/13851
2017-09-06 11:02:20 -06:00
Tyler Smalley
f213dfa040 Explicitly define injected vars (#13867)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2017-09-06 09:29:55 -07:00
Court Ewing
ec1e297a31 docs: 5.5.2 known issues in release notes 2017-09-06 09:00:05 -04:00
Court Ewing
f9817da757 docs: link to 5.5.2 and 5.5.1 release notes 2017-09-06 08:59:38 -04:00
Court Ewing
96704e114d docs: release notes for 5.5.1 and 5.5.2 2017-09-06 08:51:18 -04:00
Peter Pisljar
3a1f8721e6 Fix/upgrade vis #13659 5.x (#13792)
* smoothLines should not override the seriesParams setting
(cherry picked from commit 9047b2e)

* adding new series should respect the previous settings
(cherry picked from commit 6959725)

* update visualization configuration
(cherry picked from commit c96fec8)

* updating based on review from thomas
(cherry picked from commit e3023f4)

* upgrading metric fontSize setting
(cherry picked from commit 2bcbfff)

* remove old (malfunctioning) update function
2017-09-05 11:46:52 +02:00
Peter Pisljar
7969d5caac parentElement to parentNode (#13830) (#13838) 2017-09-05 11:21:01 +02:00
Peter Pisljar
45bd78ca38 fix metric wrapping and legend #13242 backport 5.6 (#13833) 2017-09-04 12:13:29 +02:00
Peter Pisljar
7fff53fcb8 gauge/goal should not try to display negative values (#13638)
* gauge/goal should not try to display negative values

* it should take ranges into account when looking for minimum
2017-09-04 08:09:10 +02:00
spalger
7d490fd64f [npm] bump grunt-esvm
(cherry picked from commit 38cbd44658)
(cherry picked from commit 0e215e2326)
2017-09-01 11:44:36 -07:00
Court Ewing
27cdc4a07a docs: remove reference to ES host input in console
There is no feature in console to input a generic URL for Elasticsearch
cluster access. This was an accidental carryover from sense.
2017-09-01 08:20:23 -04:00
Jonathan Budzenski
d123c86c83
[docs] Add path.data to setup instructions (#13513)
* [docs] Add path.data to setup instructions

* [docs] Add path.data to rpm and deb table
2017-08-31 10:19:21 -05:00
Jonathan Budzenski
a678f1f288
[docs] Remove .kibana dynamic mappings section (#13671) 2017-08-31 10:08:54 -05:00
Johnny Lim
c97701ede2 Fix extracted Kibana directory names in doc (#13658) 2017-08-30 15:03:20 -07:00
jerenmb
991fc8c38e Spelling corrections (#11908) 2017-08-30 10:55:31 -04:00
archana
a2a54f5746 Complete doc on running functional tests (#13035)
* Complete doc on running functional tests

* Update development-functional-tests.asciidoc

* Fix section title
2017-08-29 16:55:49 -05:00
Peter Pisljar
a142e2c745 custom value axis should not be overriden (#13639) (#13745) 2017-08-29 11:35:58 +02:00
Matt Bargar
cdafaad519 Fix blank index pattern selector in Discover (#13715)
ui-select-match's expression was expecting an IndexPattern object, but
the indexPatternList passed to ui-select-choices contained SavedObject
instances due to the [SavedObjectsClient refactor][1]. This wasn't a
problem most of the time because switching index patterns caused the
entire directive to get destroyed and re-created. However, when the
directive didn't get re-created (for example, when clicking the already
selected pattern) it would result in a blank select box.

Fixes https://github.com/elastic/kibana/issues/13080

[1]: https://github.com/elastic/kibana/pull/12719
2017-08-28 11:03:48 -04:00
Nathan Reese
6436a1f566 Keep current cursor or top line in view when resizing Console to avoid losing user context (#13695) (#13710)
* keep current cursor or top line in view when resizing to avoid losing user context

* rename variable to more descriptive name

* move state from editor to smart_resize
2017-08-25 14:49:44 -06:00
Tyler Smalley
889fbe92a8 Changes verbage for opening an existing pattern (#13697)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2017-08-25 07:21:51 -07:00