Commit graph

17752 commits

Author SHA1 Message Date
Tim Roes cb5ee01c6a
Increase prettier line width to 100 (#20535)
* Increase prettier line width to 100

* Fix packages JS prettier

* Change style guide to 100 width

* Fix line-width in latest master changes
2018-07-09 22:50:37 +02:00
CJ Cenizal 433f8a919c
Declare SearchRequest state variables in constructor. (#20578) 2018-07-09 13:49:22 -07:00
Peter Pisljar dfeb947d20
update visualize development docs (#20507) 2018-07-09 22:37:55 +02:00
Peter Pisljar fffa3d4fac
Remove Angular from visualize (#20295) 2018-07-09 22:36:28 +02:00
CJ Cenizal 49139d2218
Replace uses of Notifier with toastNotifications in Watcher. (#20538) 2018-07-09 13:29:48 -07:00
Matt Bargar 87f137761a
Remove outdated attribute (#20532) 2018-07-09 15:57:28 -04:00
gchaps 405ddc0ba1
[DOCS] Management: Updated Saved Obects to include index patterns and reflect new UI (#20432) 2018-07-09 12:41:45 -07:00
Peter Pisljar 9ec66ab5bb
remove auto scaled bucket info from editor label (#20548) 2018-07-09 19:45:39 +02:00
James Gowdy 646f1d7f2c
[ML] disabling time range selector on jobs list (#20563) 2018-07-09 18:05:18 +01:00
gchaps be6b6ca713
[DOCS] Management: Updated Watcher docs to show new buttons (#20446) 2018-07-09 09:59:34 -07:00
Tyler Smalley ee0610bd6b
[kbn-es] Windows uses zip snapshot, Linux uses tar. (#20503)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2018-07-09 09:35:51 -07:00
Tim Sullivan c043788c97
[Telemetry] move x-pack/monitoring collector classes to src/server/usage (#20248)
* [Monitoring/Telemetry] Move Usage service from Monitoring to Kibana core

* fix tests

* fix reporting integration

* roll back more diffs

* roll logger into bulk uploader to remove file duplication

* fix xpack usage api

* subclass constructor is not needed

* collectorSet has factory methods for collector object creation

* fix reporting usage jest test
2018-07-09 09:32:02 -07:00
Justin Kambic d4d5fe1368
[PipelineViewer] Test PipelineViewer sub-components (#20329)
* Rename config view to PipelineViewer.

* Decouple CollapsibleStatement from if/else using props.children.

* Add tests for PipelineViewer component.

* Test Metric component.

* Test CollapsibleStatement component.

* Test PluginStatement component.

* Test Queue component.

* Test StatementListHeading component.

* Test StatementSection component. Move StatementList component to dedicated file.

* Test StatementList component.

* Test Statement component.

* Run prettier on edited files.
2018-07-09 11:51:52 -04:00
Peter Pisljar c66c0f19ca
adding indexPattern to agg so its not accessed from vis.indexPattern (#20491) 2018-07-09 16:28:14 +02:00
James Gowdy d44840cd19
[ML] Adding jobs stats bar to top of jobs list (#20527)
* [ML] Adding jobs stats bar to top of jobs list

* unsetting update function

* changing node variable name

* small refactor

* using props copy of `updateJobStats`

* adding proptypes

* adding fixed height
2018-07-09 14:59:10 +01:00
Chris Roberson 6ef5d8d298
Ensure we provide parsed url data from bucket aggs for relative urls to work (#20521) 2018-07-09 09:34:21 -04:00
Peter Pisljar 0c7b44dcb7
fixing dashboard state filters (#20480) 2018-07-09 15:28:37 +02:00
Tim Roes bd52c60742
Typescriptify ResizeChecker and render complete (#20531)
* Typescriptify ResizeChecker and render complete

* Simplify getSize method
2018-07-09 12:19:29 +02:00
Tudor Golubenco a300aa94b8
New Beats tutorials and improvements (#20514)
This contains the following improvements:

* Adds a status check step, similar to the APM tutorial
* In order to support the above, we needed some refactoring that generates more
  of the manifest object. The result is less code duplication, most tutorials now
  become a single file with a few settings.
* A few new tutorials: Kafka logs, MongodDB metrics, PostgreSQL metrics, PHP-FPM metrics
2018-07-09 10:23:23 +02:00
CJ Cenizal 63a97c8c3b
Remove markdown-to-jsx from yarn.lock. (#20537) 2018-07-06 16:23:45 -07:00
Tim Roes d59316d639
Reenable VEGA_DEBUG for Vega visualization (#20456)
* Reenable vega debug

* Restore to simple VEGA_DEBUG implementation
2018-07-06 22:50:37 +02:00
Tim Roes 3c3d18c6a6
Make aggTypeFilter registry static (#20523) 2018-07-06 22:22:27 +02:00
Chris Davies e34dbd0817
Fix issue w/ running chromium headless over http (#20528)
Remove the referrer header from report requests.
2018-07-06 15:30:10 -04:00
Nathan Reese 61d7b918c3
Upgrade to EUI 1.1.0 (#20411)
* Upgrade to EUI 1.0.1

* upgraded to eui 1.1.0

* fix setInspectorTablePageSize function in functional tests

* better comment about basic table pagination buttons
2018-07-06 12:15:55 -06:00
CJ Cenizal 8b8e5a0a8d
Convert various uses of notifier to toastNotifications. (#20420)
* Add MarkdownSimple component.
* Replace Context use of notifier with toastNotifications.
* Replace field.js use of notifier with toastNotifications.
* Replace State use of notifier with toastNotifications.
* Replace reporting use of notifier with toastNotifications.
* Convert Logstash to use toastNotifications.
* Convert Security to use toastNotifications.
2018-07-06 08:33:04 -07:00
James Gowdy d9fe439671
[ML] Using kibana's auto-refresh for jobs list (#20496)
* [ML] Using kibana's auto-refresh for jobs list

* better auto refresh management

* fixing typo

* increasing default interval

* variable rename

* kill interval on page change

* updating comment

* adding minimum refresh interval

* correctly clearing the interval
2018-07-06 11:32:49 +01:00
James Gowdy c6ba696127
[ML] Adding permission checks to jobs list (#20487)
* [ML] Adding permission checks to jobs list

* adding comment

* removing horizontal line

* changes based on review
2018-07-06 08:57:54 +01:00
Peter Pisljar aa0c6df8cf
refactoring geohash agg to not use vis (#20298) 2018-07-06 08:38:21 +02:00
CJ Cenizal ddb890c320
Refactor courier by naming internal searchRequest variable consistently. (#20448) 2018-07-05 14:03:42 -07:00
Peter Pisljar 3bae675a37
removing angular from render_complete (#20478) 2018-07-05 15:02:20 +02:00
Peter Pisljar fb96647b60
moving visualize legend into vislib legend (#20479) 2018-07-05 13:31:28 +02:00
Tim Roes 9e7ea330c2
Add missing wait (#20481) 2018-07-05 13:15:44 +02:00
Tim Roes b4b309e4b6
Fix editor sidebar with long field names (#20455)
* Fix editor sidebar overflow

* Fix sidebar select overflow in Firefox

* Ellipsis too long field names in select
2018-07-05 09:00:31 +02:00
Tim Roes b0057d9eac
Inspector enhancements (#20452)
* Rename trigger button to Inspect

* Change default page size to 20

* Change request description layout

* Fix functional tests

* Fix functional test

* Fix more functional tests
2018-07-05 08:59:50 +02:00
James Gowdy 9d57acc867
[ML] Allow job cloning via wizards (#20227)
* [ML] [WIP] Allow job cloning via wizards

* updating clone link

* removing-created-by-data-when-editing-job

* removing commented out code

* changes based on review
2018-07-04 16:51:23 +01:00
Peter Pisljar a1e44ef496
applying scope in angular vis type (#20461) 2018-07-04 16:23:45 +02:00
Peter Pisljar f9cc61580a
removing angular dependency from base and react vis types (#20386) 2018-07-04 14:58:10 +02:00
James Gowdy c4756b183f
[ML] Adding filter bar to jobs list (#20415)
* [ML] Adding filter bar to jobs list

* fixing page index when filtering

* refreshing job selection after actions have happened

* adding job counts to groups

* catching multi-select start datafeed errors

* style tweaks

* more style tweaks

* changes based on review

* refactoring search logic
2018-07-04 13:57:25 +01:00
Søren Louv-Jansen 90528194da
[APM] ML integration (#19791) 2018-07-04 14:18:19 +02:00
Pete Harverson ea0395fd1e
[ML] Add endpoints and service for ML filters (#20406)
* [ML] Add endpoints and service for ML filters

* [ML] Replace getFilter(s) with single filters function
2018-07-04 13:00:16 +01:00
Peter Pisljar 16d806275b
adding dissabled aggs functional tests (#20454) 2018-07-04 12:49:13 +02:00
Felix Barnsteiner 3f096a889d
[APM] Add Java agent tutorial (#20403) 2018-07-04 10:29:43 +02:00
Peter Pisljar a9c8bfec83
Split editor state from saved state (#20323) 2018-07-04 09:10:55 +02:00
CJ Cenizal e024d3dfa1
Refactor SearchSource interface (#20334)
* Removed the dynamically assigned type, query, filter, sort, highlight, highlightAll, aggs, from, searchAfter, size, source, version, and fields methods.
* The accessor interface now consists of getField and setField methods which throw errors if an unrecognized property name is provided, in addition to getFields, setFields, getOwnField, and getId methods.
* Linked-list interface now consists of setParent and getParent.
* Factory interface now consists of create, createCopy, and createChild.
* Removed the unused unused enable, disable, and addFilterPredicate, and the redundant toString (method only used internally) and extend method (superseded by createChild).
* Internally, renamed the _state property to _data and grouped methods by concern.
2018-07-03 16:53:48 -07:00
Nathan Reese e308828b83
Remove display from timefilter refreshInterval state (#20348)
* Remove display from refresh state

* fix spelling error, ensure garbage cannot be added to timefilter state
2018-07-03 17:52:10 -06:00
Nathan Reese 23d5dd4275
disable flaky reporting tests (#20441) 2018-07-03 16:35:02 -06:00
Nathan Reese 3fb2561686
disable flaky dashboard filtering test (#20425) 2018-07-03 15:17:23 -06:00
Lisa Cawley 27a0ef3fb8
[DOCS] Adds config file location (#20421) 2018-07-03 13:32:49 -07:00
Lisa Cawley 5c32523cd9
[DOCS] Starting and stopping Kibana (#20354) 2018-07-03 11:30:08 -07:00
Nathan Reese c0f0aae5de
Improve Saved object import functional test assertions (#20409)
* disable broken functional tests in saved object import

* add better assertions to verify objects are imported as expected

* more discriptive variable name

* add test case for imported object linked to saved search when saved search does not exist
2018-07-03 11:27:57 -06:00