Commit graph

20432 commits

Author SHA1 Message Date
spalger
f7dd5da9f2 bump version to 6.8.4 2019-09-05 10:53:50 -07:00
Kaarina Tungseth
baa673afd5
[DOCS] 6.8.3 Release Notes (#44669)
* [DOCS] 6.8.3 Release Notes

* Added #42836

* Removed #42836
2019-09-04 09:24:33 -05:00
Chris Roberson
c814843540
[6.8] [Monitoring] Only do a single date_histogram agg for get_nodes calls (#43481) (#44137)
* [Monitoring] Only do a single date_histogram agg for get_nodes calls (#43481)

* I think this is working now

* Add a way to uncovert, and then fix tests

* Remove unnecessary export

* Update snapshots

* normalize this across branches

* This is just interval in 6.8
2019-08-28 08:58:45 -04:00
Mike Place
59be31e7f3
[Stack Monitoring] Re-order items in segment count legend (#43752) (#43975)
* Switch the order of primaries and total in legend

* Revert "Switch the order of primaries and total in legend"

This reverts commit 895960af10.

* Reorder legend items

* Functional test fixes
2019-08-26 16:17:29 +00:00
igoristic
ba857a0dff
Fix sorting of Monitoring nodes on CPU, Throttle, Heap columns (#36125) (#43615)
* Complete rebase

* Testing

* Retest

* Made the get method more compatible
2019-08-20 18:17:16 -04:00
Dmitry Lemeshko
06f6d7f025
[6.8] bump chromedriver version to 76 (#42468) (#42884)
* bump chromedriver version to 76 (#42468)

* bump chromedriver version to 76

* [test/interpreter_functional] update snapshots

* [test/interpreter_functional] skip failing tests

* Revert "[test/interpreter_functional] update snapshots"

This reverts commit 6401554882.

* [test/interpreter_functional] skip snapshot tests

* skip failing tests

* remove moveMouseTo for click

* Revert "skip failing tests"

This reverts commit 3371d93228.
2019-08-10 20:55:13 +02:00
Przemysław Hejman
28a4da36b0 [build] Override "org.label-schema.license" Docker label (#42836) 2019-08-08 14:11:19 -05:00
Shaunak Kashyap
6dfb7adaef
[6.8] Fixing typo in Stack Monitoring error message (#42889) (#42955)
* Fixing typo

* Updating jest snapshots

* Adding missing trailing whitespace :|
2019-08-08 10:19:32 -07:00
Spencer
2eff7f959e
move vault setup into repo so all ci logic is in the repo (#42642) (#42654)
* move vault setup into repo so all ci logic is in the repo

* turns out I'm used to less strict bash...

* unset VAULT_ADDR

# Conflicts:
#	.ci/run.sh
2019-08-06 01:41:28 -07:00
István Zoltán Szabó
2edb5871be [DOCS] Updates ML/anomaly detection terms in the Kibana guide from 7.1 to 6.5 (#42428)
* [DOCS] Updates ML/anomaly detection terms in the Kibana guide from 7.1 to 6.5.

* [DOCS] Fixes indentation.
2019-08-01 14:49:19 +02:00
Tyler Smalley
f5f4b3d5d0
[6.8] Revert ES pinning (#42355)
6.8.3 snapshot is now available.

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2019-07-31 10:02:24 -07:00
Tyler Smalley
93d7d18d5d
[CI] Updates snapshot version pinning (#42283)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2019-07-30 12:39:35 -07:00
Tyler Smalley
a537e8f14f [temp] Pin ES to 6.8.2 until 6.8.3 snapshot is available
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2019-07-30 10:53:43 -07:00
Tyler Smalley
821efdaf55 bump version to 6.8.3
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2019-07-30 10:51:54 -07:00
Court Ewing
caa478b8e5
Use new docker-based docs tool (#41985) (#42000)
The old perl-based docs tool was previously deprecated and now no longer
works.
2019-07-25 11:28:24 -04:00
Lisa Cawley
a43eb88db5 [DOCS] Clarifies xpack.security.enabled setting (#41904) 2019-07-24 10:31:12 -07:00
gchaps
e4c760d5fd
[DOCS] Adds 6.8.2 Release Notes (#41817) 2019-07-24 07:44:05 -07:00
Peter Schretlen
f027fad862
revert configurable global socket timeouts (#31603) (#41837) 2019-07-24 04:42:49 -04:00
Spencer
29fa09bb6f
[6.8] Use kibana-ci-proxy-cache for chrome and gecko drivers (… (#41633)
* Use kibana-ci-proxy-cache for chrome and gecko drivers (#41581)

* [ci] download chromedriver and geckodriver through a caching proxy

* restore chromedriver and geckodriver caching in bootstrap cache

# Conflicts:
#	.ci/packer_cache.sh
#	src/dev/ci_setup/setup.sh

* remove some extra changes
2019-07-20 01:53:26 -07:00
Spencer
ec50f86b0c
[6.8] [jest] disallow invalid describe calls (#41378) (#41490)
* [jest] disallow invalid describe calls (#41378)

* [jest] disallow invalid describe calls

* correct other describe calls

* remove unnecessary glob

* cast decribe names to strings

* remove new async describe function

# Conflicts:
#	.eslintrc.js
#	src/legacy/core_plugins/data/public/filter/filter_manager/filter_manager.test.ts
#	src/legacy/ui/public/courier/fetch/request/serialize_fetch_params/serialize_fetch_params.test.js
#	src/legacy/ui/public/kfetch/kfetch.test.ts
#	test/api_integration/apis/management/saved_objects/relationships.js
#	test/functional/apps/dashboard/create_and_add_embeddables.js
#	test/functional/apps/dashboard/dashboard_filter_bar.js
#	test/functional/apps/dashboard/dashboard_filtering.js
#	test/functional/apps/dashboard/dashboard_listing.js
#	test/functional/apps/dashboard/dashboard_options.js
#	test/functional/apps/dashboard/dashboard_query_bar.js
#	test/functional/apps/dashboard/dashboard_time.js
#	test/functional/apps/dashboard/embed_mode.js
#	test/functional/apps/dashboard/empty_dashboard.js
#	test/functional/apps/dashboard/full_screen_mode.js
#	test/functional/apps/dashboard/view_edit.js
#	test/functional/apps/discover/_discover.js
#	test/functional/apps/visualize/_point_series_options.js
#	test/functional/apps/visualize/_visualize_listing.js
#	x-pack/legacy/plugins/canvas/migrations.test.js
#	x-pack/legacy/plugins/canvas/server/routes/workpad.test.js
#	x-pack/legacy/plugins/cross_cluster_replication/__jest__/client_integration/auto_follow_pattern_list.test.js
#	x-pack/legacy/plugins/cross_cluster_replication/__jest__/client_integration/follower_indices_list.test.js
#	x-pack/legacy/plugins/grokdebugger/server/lib/license_pre_routing_factory/__tests__/license_pre_routing_factory.js
#	x-pack/legacy/plugins/index_management/__jest__/client_integration/home.test.ts
#	x-pack/legacy/plugins/maps/public/connected_components/map/feature_properties.test.js
#	x-pack/legacy/plugins/maps/public/connected_components/map/feature_tooltip.test.js
#	x-pack/legacy/plugins/monitoring/server/lib/elasticsearch_settings/__tests__/find_reason.js
#	x-pack/legacy/plugins/remote_clusters/__jest__/client_integration/remote_clusters_list.test.js
#	x-pack/legacy/plugins/reporting/export_types/csv/server/__tests__/execute_job.js
#	x-pack/legacy/plugins/reporting/server/routes/jobs.test.js
#	x-pack/legacy/plugins/reporting/server/usage/get_reporting_usage_collector.test.js
#	x-pack/legacy/plugins/security/server/lib/authorization/privileges/privileges.test.ts
#	x-pack/legacy/plugins/siem/public/components/last_event_time/index.test.tsx
#	x-pack/legacy/plugins/siem/public/components/page/add_to_kql/index.test.tsx
#	x-pack/legacy/plugins/siem/public/components/page/hosts/first_last_seen_host/index.test.tsx
#	x-pack/test/api_integration/apis/management/index_lifecycle_management/nodes.js
#	x-pack/test/api_integration/apis/security/roles.js
#	x-pack/test/functional/apps/canvas/smoke_test.js
#	x-pack/test/functional/apps/discover/feature_controls/discover_spaces.ts
#	x-pack/test/functional/apps/maps/documents_source/top_hits.js
#	x-pack/test/functional/apps/maps/es_geo_grid_source.js
#	x-pack/test/functional/apps/rollup_job/rollup_jobs.js
#	x-pack/test/functional/apps/spaces/spaces_selection.ts
#	x-pack/test/functional/apps/uptime/monitor.ts
#	x-pack/test_utils/jest/integration_tests/example_integration.test.ts

* fix eslint violations
2019-07-18 23:24:26 -07:00
Spencer
a65faaf2b5
[6.8] Use custom GECKODRIVER_CDNURL (#41513) (#41553)
# Conflicts:
#	.ci/packer_cache.sh
#	src/dev/ci_setup/setup.sh
2019-07-18 23:22:54 -07:00
Spencer
34e20ef05b
[6.8] [Kibana Plugin Generator]target branch → version (#3020… (#41521)
A version error will occur each time the following procedure is executed.
Changing「6.6」 from 「6.6.1」 will succeed.
So I changed branch (6.6) to version(6.6.1).

1.Execute「node scripts/generate_plugin my_plugin_name」with [Kibana Plugin Generator][Quick Start]
2.Answer「6.6」to the question 「What Kibana version are you targeting?(6.x)」
3.Execute「yarn start」
2019-07-18 21:58:56 -07:00
liza-mae
efc4b26a1f
Update functional test doc (#41276) (#41465) 2019-07-18 10:27:46 -06:00
Chris Roberson
12bbb5ed82
[6.8] [Monitoring/Telemetry] Force collectors to indicate when they are ready (#36153) (#41289)
* Backport c87e8811cb to 6.8

* Fix tests

* Add in missing functionality

* Add more missing code
2019-07-17 12:23:26 -04:00
Catherine Liu
53edbfed40
[Canvas] Apply global CSS to export workpad view #41298 (#41316) 2019-07-16 22:08:03 -07:00
Brandon Kobel
8bb613e22a
Updating lodash (#40702) (#41033)
* Updating to @elastic/lodash to 3.10.1-npm-kibana2

* Updating lodash to 4.17.13

There's a stray dependency to lodash 4.17.11 via cypress which doesn't
use "^". This is a dev dependency, so we can ignore it for a bit while
they update their package.json

* Updating some forgotten references to @elastic/lodash@3.10.1-kibana1

* Updating lodash-es to 4.17.13

* Updating to @elastic/lodash to 3.10.1-npm-kibana3

* Using the root resolutions to update cypress's version of lodash.

Thanks @spalger!!!
2019-07-16 07:16:55 -07:00
Jonathan Budzenski
836bb2d8c5
[6.8] configurable global socket timeouts (#31603) (#40906)
* configurable global socket timeouts (#31603)

* configurable global socket timeouts

* update snapshots

* update tests

* add test

* add test

* add test

* happy path

* test happy path

* docs

* stop server after

* fix/lint import ordering

* use older new platform apis

* prettier

* config => HttpConfig
2019-07-15 14:23:38 -05:00
igoristic
a213ec36c4
Added sorting to all columns (#35410) (#41149)
* Added sorting to all columns

* Added sorting to table wrapper instead

* Fixed condition

* Removed default sorting value

* Removed a log statement

* Converted beats directive into a controller
2019-07-15 13:55:56 -04:00
Lisa Cawley
1dbbafbf09 [DOCS] Fixes experimental annotations (#40376) 2019-07-15 10:43:31 -07:00
Dmitry Lemeshko
8870ba4f0c
FTR: upgrade chromedriver to 75 (#40791) (#41069) 2019-07-13 07:30:15 +02:00
Lisa Cawley
76cdb9f521 [DOCS] Fixes typo (#40668) 2019-07-10 15:44:18 -07:00
Marco Vettorello
aa3e62e399
Configure GraphiteURLs whitelist from kibana.kml (#39480) (#40758) 2019-07-10 22:29:52 +02:00
Lisa Cawley
58d4908f3d
[DOCS] Adds deleted page (#40432) 2019-07-08 13:49:09 -07:00
Rudolf Meijering
1e76fc54ce
new known plugin (#25795) (#39903) 2019-06-28 16:28:42 +02:00
bryankouwen
70ce0a6263 single quotes missing (#30096)
(cherry picked from commit 738a08fc4a)
2019-06-27 16:58:59 -07:00
Holger Brandl
47340ec112 Removed invalid/unneeded comma in json query (#31797)
(cherry picked from commit 276dcc7f72)
2019-06-27 16:43:16 -07:00
Peter Schretlen
7d7b45b185
[6.8] upgrade prop-types to an MIT-licensed version (#39526) (#39608)
* upgrade prop-types to an MIT-licensed version (#39526)
2019-06-26 12:45:29 -04:00
Roy Zanbel
1f355db987 Update upgrade assistant docs (#37862)
Updated upgrade assistant docs to indicate last version in 6.x series is 6.8
2019-06-26 02:23:38 -07:00
spalger
6475350f22 remove es snapshot override 2019-06-25 13:17:05 -07:00
Jonathan Budzenski
e8ca0cad1f
[docs/production] multiple es nodes (#30276)
* [docs/production] multiple es nodes

* note console limitation

* mention related configuration
2019-06-24 13:08:54 -05:00
Pete Harverson
4a9fd0f8ba
[ML] Fixes URL of link to detector function reference docs (#35734) (#39426) 2019-06-21 11:18:01 +01:00
Oliver Gupte
ecb6fc2336
[APM] fixes #39310 by checking that waterfall items exists before (#39311)
referencing it.
2019-06-20 12:10:20 -07:00
spalger
1c45809a50 simply test against ES 6.8.1, not a specific snapshot 2019-06-20 08:45:47 -07:00
spalger
97b4f31676 use correct TEST_ES_BRANCH env var 2019-06-20 08:29:55 -07:00
spalger
3dd5896b94 bump version to 6.8.2 2019-06-20 08:10:06 -07:00
Lisa Cawley
672529948b [DOCS] Removes out-dated tags from monitoring page (#39181) 2019-06-18 09:46:58 -07:00
Kaarina Tungseth
15a31e7222
6.8.1 Kibana Release Notes (#39029) 2019-06-18 09:16:16 -05:00
Spencer
6d53abe713
[6.8] [kbn/es] auto retry snapshot download on unexpected errors (#38944) (#38994)
* [kbn/es] auto retry snapshot download on unexpected errors

* missed an await

* pass log to retry()
2019-06-14 10:42:04 -07:00
Chris Roberson
5caf5da7a4
Ensure we provide the cluster when toggling completed recoveries (#38543) (#38909) 2019-06-13 13:48:03 -04:00
Chris Roberson
8eb532ac3f
Minor changes to text on Alerting in Stack Monitoring application (#38388) (#38884)
* Minor changes to text.

* "Basic" is a proper name, so it should be capatalized.

* Cluster Alerts are plural.

* Fix tests to align with help text changes

* Missed one test file
2019-06-13 10:23:41 -04:00