Commit graph

18122 commits

Author SHA1 Message Date
Brandon Kobel c1374b0bfe
Changing doc link from ES to Stack docs (#22497) (#22498) 2018-08-29 11:50:56 -04:00
Brandon Kobel 8f3003dec3
Fixing a few typos and some links that were updated (#22470) (#22488) 2018-08-29 07:35:02 -04:00
Leanid Shutau b705fed963
Integrate main i18n tool into build pipeline (#22254) (#22482)
* Integrate main i18n tool to build process

* Resolve comments

* Remove old task

* Replace default Error with FailError
2018-08-29 13:42:47 +03:00
Nathan Reese 27dd8c2919
Eui sharing top nav (#21997) (#22468)
* just getting the popover to open and start laying out the context menu

* pass getUnhashableStates to ShareMenu

* generate original and snapshot ids

* move state into ShareUrlContent

* start working on form

* use radio group

* add input for creating short URL

* display URL in alert until copy functionallity gets migrated to EUI

* allowEmbed prop

* replace share directive with showShareContextMenu

* fix button styling

* add jest test for share_context_menu

* use EuiCopy to copy URL, add jest test for ShareUrlContent component

* clean up

* display short URL create error message in form instead of with toast

* switch option order so disbaled option can not be first

* fix discover share functional tests

* add functions required by reporting

* typescript

* remove empty file

* fix typescript compile error

* move import so jest tests work

* fix Failed prop type: The proptextToCopyis marked as required inEuiCopy, but its value isundefined

* move shortUrl out of react state and into Component object

* getUnhashableStates type from any[] to object[]

* add comment about type change once EUI issue is solved

* add functional test for saved object URL sharing

* remove commit
2018-08-28 14:52:16 -06:00
Tim Sullivan 48fdc0f51e
Saved Objects Client handle RequestEntityTooLarge error from Elasticsearch (#22430) (#22434)
* Saved Objects Client handle RequestEntityTooLarge error from Elasticsearch

* remove console log
2018-08-28 09:11:52 -07:00
pavel06081991 8411c02579
translate tutorials(ceph_metrics, couchbase_metrics, docker_metrics, … (#22120) (#22283)
translate tutorials(ceph_metrics, couchbase_metrics, docker_metrics, dropwizard_metrics, elasticsearch_logs)

# Conflicts:
#	src/core_plugins/kibana/server/tutorials/elasticsearch_logs/index.js
2018-08-28 17:39:18 +03:00
Leanid Shutau 91989b5eca
Wrap consts in kibana tutorials (#22181) (#22444)
* Wrap consts in kibana tutorials

* Fix onPrem instructions

* Fix rails instructions

* Use arrow functions and implicit return

Co-authored-by: LeanidShutau <leanidshutau@gmail.com>
2018-08-28 17:27:33 +03:00
Søren Louv-Jansen c8a4a9a752
[docs] Import APM dashboards in 6.4+ (#22439) (#22448) 2018-08-28 16:27:01 +02:00
Aleh Zasypkin dc04be03f1
[6.x] Make core responsible for reading and merging of config files. Simplify legacy config adapter. (#22447) 2018-08-28 16:26:50 +02:00
Jason Rhodes efd58d25ba
Removes ui-framework/TableInfo component, uses div instead (#22310) (#22423) 2018-08-28 07:25:18 -04:00
Spencer 260059ea3d
[dev-utils/withProcRunner] fix test that swallows promise rejection (#22342) (#22437)
* [dev-utils/withProcRunner] fix tests that can silently fail

* test async/sync withProcRunner functions
2018-08-28 03:17:29 -07:00
Spencer 0d00b4088f
[ftr] capture test output and only log on failure (#21903) (#22436)
This is an attempt to write a log capture integration for the functional test runner that will collect all log output written during a test, prevent it from being written to stdout to lower the amount of work Jenkins master has to do and include the entire log output for each test in the junit report. I'm slightly concerned about the amount of memory we'll be using to store a copy of the logs for each test, but streaming the XML report isn’t easy and there doesn’t seem to be a library out there to help. If we decide it’s torally necessary we might be able to figure it out.
2018-08-27 21:21:08 -07:00
Jason Rhodes 8a6f35d886
Uses polished (lib) to generate rgba values from existing hex color vars (#22272) (#22424)
* Adds and uses new rgba generation method for generating rgba colors from hex variables

* Removes old comments and duplicate imports

* Adds tests for rgba method and some jsdocs, and prettier fixes

* Removed custom rgba in favor of polished.rgba
2018-08-27 22:28:35 -04:00
Lee Drengenberg 4a8fe9b0b8
Fix "visualize app linked saved searched should allow adding filters while having a linked saved search" (#22380) (#22417)
* Rebuild modulePath correctly if on Windows

* Adding 1 second sleep to fix flaky test

* Wait to find a gear in the visualization after clicking Edit

* Revert "Wait to find a gear in the visualization after clicking Edit"

This reverts commit 8dac3fbd63.

* use waitForRenderComplete and change that to 1s timeout

* Add retry.waitFor

* use waitFor and return === result

* Revert to files from another PR

* Remove a debug console.log
2018-08-27 21:02:25 -05:00
Nathan Reese 31a9ca74eb
Refactor Sample Data Home section which also fixes flaky sample data functional test (#21655) (#22425)
* add retry to sample data unstall test

* fix flaky sample data test

* remove retry around expect

* simplify solution

* remove onRequestComplete and just track status in state

* move all state into new SampleDataSetCards

* track processing status in seperate object than sampleDataSets

* display toast notifications from SampleDataSetCards component

* remove checks for toast notifications, just causing flakyness

* only load sample data set status on initial component load

* set processing to false when there is an install failure
2018-08-27 15:24:12 -06:00
Tim Sullivan 350c7db683
let _claimPendingJobs have a valid job when updating leads to version conflict (#21980) (#22375)
* let _claimPendingJobs have a valid job when updating leads to version conflict

* change _claimJob to reject the promise instead of resolve to true/false

* add _claimPendingJobs tests

* fix tests
2018-08-27 10:14:01 -07:00
Peter Pisljar f4cc99ac76
fixing flaky vsualize data_table_nontimeindex test (#22288) (#22401) 2018-08-27 17:03:27 +02:00
Lee Drengenberg 9cc037cac7
Fix es unzip (#21817) (#21839)
* Rebuild modulePath correctly if on Windows

* fix it so we create empty dirs like /logs/
2018-08-27 09:37:21 -05:00
Lee Drengenberg 1b408edcb0
Speed up dashboard add panel (#22278) (#22339)
* Rebuild modulePath correctly if on Windows

* Change how we find dashboard add panel is loaded

* Add and use find.byClassName instead of remote

* cleanup a comment
2018-08-27 09:36:33 -05:00
Rachel Shen b3b27477ee
TS Panel_error and dashboard_constant (#22141) (#22252)
* Panel migration to ts

Added the getKibanaVersion to index.d.ts file
Panel error now in ts

* test

* Panel migration to ts

Added the getKibanaVersion to index.d.ts file
Panel error now in ts

* deleted dashboard_constants.js

* removed comment in dashboard_constants
2018-08-27 07:13:02 -07:00
Thomas Neirynck cae293e00e
doc: add calendar vis plugin link to docs (#22366) (#22397) 2018-08-27 08:41:50 -04:00
Tyler Smalley f0dd4b695a
[build] Include X-Pack plugins and use aliases (#22325) (#22396)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2018-08-26 18:40:24 -07:00
Larry Gregory e83dc15cfa
Introduce component registry for advanced ui settings screen (#22315) (#22391)
* introduce component registry for advanced ui settings screen
2018-08-25 11:02:32 -04:00
Larry Gregory df453a6383
Bump EUI to 3.7.0 (#22287) (#22392)
Upgrades EUI from 3.6.1 => 3.7.0
2018-08-25 11:02:13 -04:00
CJ Cenizal 7dd84292de
When an index is deleted, and it's selected in the table, then it's removed from the selection. (#22242) (#22301) 2018-08-24 11:54:33 -07:00
Lisa Cawley 3fc85f72fa [DOCS] Updates links to role mapping APIs (#22167) 2018-08-24 09:07:54 -07:00
Lisa Cawley 522f89c565 [DOCS] Updates links to token APIs (#22155) 2018-08-24 09:00:49 -07:00
Lisa Cawley 69eb9007e8 [DOCS] Updates links to user management APIs (#22161) 2018-08-24 08:52:26 -07:00
Aleh Zasypkin 35c081c55a
[6.x] Revamp core environment class to support upcoming core<-->legacy bootstrap inversion. (#22333) 2018-08-24 13:05:29 +02:00
pavel06081991 1c821e8f45
translate tutorials(elasticsearch_metrics, etcd_metrics, golang_metri… (#22121) (#22352)
translate tutorials(elasticsearch_metrics, etcd_metrics, golang_metrics, haprozy_metrics, iis_logs)
# Conflicts:
#	src/core_plugins/kibana/server/tutorials/iis_logs/index.js
2018-08-24 13:46:46 +03:00
pavel06081991 5e81bbb313
translate tutorials(kafka_logs, kafka_metrics, kibana_metrics, kubern… (#22122) (#22351)
translate tutorials(kafka_logs, kafka_metrics, kibana_metrics, kubernetes_metrics, logstash_logs, logstash_metrics, memcached_metrics)
# Conflicts:
#	src/core_plugins/kibana/server/tutorials/logstash_logs/index.js
2018-08-24 13:46:05 +03:00
pavel06081991 2d4fdf63a1
translate tutorials(osquery_logs, php_fpm_metrics, postgresql_logs, p… (#22124) (#22350)
translate tutorials(osquery_logs, php_fpm_metrics, postgresql_logs, postgresql_metrics, prometheus_metrics, rabbitmq_metrics, redis_logs)
# Conflicts:
#	src/core_plugins/kibana/server/tutorials/postgresql_logs/index.js
2018-08-24 13:45:19 +03:00
Marco Vettorello b6a2ca4795
Skipping vertical bar chart with index without time filter (#22337) (#22345) 2018-08-24 10:07:59 +02:00
Lisa Cawley 79296a5100 [DOCS] Updates links to role management APIs (#22150) 2018-08-23 19:06:56 -07:00
Brandon Kobel 7529ac90a9
Skipping Visualize "data table with index without time filter" (#22323) (#22324) 2018-08-23 14:09:49 -04:00
CJ Cenizal 8ed3b1e60e
Convert usage of notify.error to toastNotifications.addDanger for string messages (#22243) (#22309)
* Update buildHierarchicalData test.
2018-08-23 10:50:16 -07:00
Chris Roberson 4fe840e823
[Monitoring] Ensure the settings api always return the xpack/default_admin_email (#22220) (#22289)
* If the settings collector returns nothing, ensure the settings api still returns a null value for default_admin_email

* Update test

* Feedback from PR
2018-08-23 12:39:10 -04:00
Rashmi Kulkarni 1c22214b87
added log info for clarity while running the test with additional parameters (#22277) 2018-08-23 09:15:45 -07:00
Nathan Reese 35ee6e2ac8
Replace RadioButtonGroup with EuiButtonGroup (#22256) (#22291)
* Replace RadioButtonGroup with EuiButtonGroup

* remove unneeded function onInstructionSetChange
2018-08-23 09:21:30 -06:00
Marius Dragomir 9f2c0da95c
Add clarification for server.ssl.supportedProtocols setting (#22244) (#22263)
* Add clarification for server.ssl.supportedProtocols setting

Added clarification that the setting has to be an array. With the current wording you can assume that you can just add it as a simple string.

* Update settings.asciidoc
2018-08-23 18:06:30 +03:00
lcawl cccc3d1f07 [DOCS] Small edit to release notes 2018-08-23 07:55:22 -07:00
Lisa Cawley 4621a84d91 [DOCS] Adds more PRs to release notes (#22157) 2018-08-23 07:53:06 -07:00
Brandon Kobel c9a914bead
Move note about needing access to additional indices above the fold (#22248) (#22284) 2018-08-23 08:29:12 -04:00
pavel06081991 5d4dfc6a69
translate tutorials(redis_metrics, system_logs, system_metrics, traef… (#22125) (#22282)
translate tutorials(redis_metrics, system_logs, system_metrics, traefik_logs, uwsgi_metrics, vsphere_metrics, windows_metrics, zookeeper_metrics)

# Conflicts:
#	src/core_plugins/kibana/server/tutorials/traefik_logs/index.js
2018-08-23 15:18:01 +03:00
pavel06081991 8afa8591f9
translate tutorials(mongodb_metrics, munin_metrics, mysql_logs, mysql… (#22123) (#22281)
translate tutorials(mongodb_metrics, munin_metrics, mysql_logs, mysql_metrics, nginx_logs, nginx_metrics)
2018-08-23 15:16:33 +03:00
Spencer 138f45698c
[accessibility] implement no-animation mode, auto enable for functional tests (#21629) (#22203) 2018-08-22 14:53:58 -07:00
lcawl b0156abeb5 [DOCS] Removes coming tags 2018-08-22 14:07:54 -07:00
liza-mae 00c0478c74
Emit error if api is not stopped and exit code is greater than zero (#22224) (#22257) 2018-08-22 12:26:59 -06:00
CJ Cenizal a913683fc4
Fix incorrect key name in Index Management delete confirmation message. (#22199) (#22219) 2018-08-22 11:19:27 -07:00
Leanid Shutau c6309b91e8
Add ability to skip file writing for messages extraction tool (#21588) (#22247)
* Add ability to skip 'en.json' file writing for default messages extraction tool

* Update default messages extractor

* Add namespace validation

* Update tests

* Fix i18n config file

* Add ability to choose output JSON format

* Update output json properties keys
2018-08-22 16:48:15 +03:00