Commit graph

17637 commits

Author SHA1 Message Date
Nathan Reese
a0add1bf5b
Upgrade to EUI 1.1.0 (#20411) (#20529)
* 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 13:33:27 -06:00
CJ Cenizal
55228fbd81
Convert various uses of notifier to toastNotifications. (#20420) (#20520)
* 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 11:09:26 -07:00
James Gowdy
ef32b06296
[ML] Using kibana's auto-refresh for jobs list (#20496) (#20512)
* [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 15:13:03 +01:00
James Gowdy
abbfb03ec4
[ML] Adding permission checks to jobs list (#20487) (#20511)
* [ML] Adding permission checks to jobs list

* adding comment

* removing horizontal line

* changes based on review
2018-07-06 10:12:10 +01:00
Peter Pisljar
92ed45719e
refactoring geohash agg to not use vis (#20298) (#20510) 2018-07-06 10:11:40 +02:00
Peter Pisljar
cb907b564f
moving visualize legend into vislib legend (#20479) (#20484) 2018-07-06 08:41:19 +02:00
CJ Cenizal
d5a95d1c27
Refactor courier by naming internal searchRequest variable consistently. (#20448) (#20501) 2018-07-05 14:10:17 -07:00
gchaps
41c8f935b3 [DOCS] Removes comming soon label from Release Notes (#20357) 2018-07-05 08:09:40 -07:00
Peter Pisljar
1924f63207
removing angular from render_complete (#20478) (#20485) 2018-07-05 16:29:05 +02:00
Tim Roes
b6a2ec51e5
Fix flaky TSVB test (#20481) (#20483) 2018-07-05 14:31:58 +02:00
Pete Harverson
d967c5d0eb
[ML] Add endpoints and service for ML filters (#20406) (#20462)
* [ML] Add endpoints and service for ML filters

* [ML] Replace getFilter(s) with single filters function
2018-07-05 12:08:42 +01:00
Tim Roes
9a974c9479
Fix editor sidebar with long field names (#20455) (#20475)
* Fix editor sidebar overflow

* Fix sidebar select overflow in Firefox

* Ellipsis too long field names in select
2018-07-05 12:31:37 +02:00
James Gowdy
d62aa9c77e
[ML] Allow job cloning via wizards (#20227) (#20471)
* [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-05 10:30:18 +01:00
Tim Roes
4cc9fc30a8
Inspector enhancements (#20452) (#20474)
* 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 10:52:05 +02:00
Peter Pisljar
941533eb25
adding dissabled aggs functional tests (#20454) (#20458) 2018-07-05 08:27:14 +02:00
Tim Roes
f85af486ee
Skip flaky vega test (#20127) (#20468)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2018-07-04 19:41:14 +02:00
Peter Pisljar
53d38799ac
Split editor state from saved state (#20323) (#20451) 2018-07-04 18:53:53 +02:00
Peter Pisljar
b5fac1b9a6
[6.x] Move visualize editor out of visualize directive (#20263) (#20404) 2018-07-04 17:39:08 +02:00
James Gowdy
90b5b78897
[ML] Adding filter bar to jobs list (#20415) (#20463)
* [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 15:26:04 +01:00
Peter Pisljar
ac0eb944c6
removing angular dependency from base and react vis types (#20386) (#20464) 2018-07-04 16:15:04 +02:00
Felix Barnsteiner
1002aed3c3
[APM] Add Java agent tutorial (#20453) 2018-07-04 13:28:35 +02:00
James Gowdy
0dff5c9b90
[ML] Rewrite of jobs list using react and eui (#19758) (#20405)
* [ML] [WIP] New jobs list

* adding JSON tab

* adding datafeed and forecast tabs

* adding action menu functionality

* removing comments

* forcing change in file that is missing

* removing unnecessary change

* rolling back accidental change

* adding job group badges to main list

* adding multi-job action buttons

* adding start/stop actions

* showing start/end modal for multi-jobs

* adding multi-job delete

* changing delete warning

* initial edit job functionality

* adding space for custom url editing

* adding jobs summary endpoints

* fixing job loading for edit flyout

* adding calendars to jobs

* adding group loading endpoint for edit flyout

* adding audit message icons

* icon style change

* adding job messages in expanded job row

* removing log statements

* adding proptypes

* fixing expanded row table cell color

* removing log message

* renaming jobs endpoint provider

* changing case of button label

* renaming closeModal function

* adding missing proptypes

* changes based on review

* adding basic table sorting

* refactoring modal and flyout show/hide functions

* fixing sorting issues

* fixing overflow in groups
2018-07-04 07:03:43 +01:00
Nathan Reese
62deaa896b
Remove display from timefilter refreshInterval state (#20348) (#20445)
* Remove display from refresh state

* fix spelling error, ensure garbage cannot be added to timefilter state
2018-07-03 19:09:12 -06:00
Nathan Reese
47fa8abeac
disable flaky reporting tests (#20441) (#20444) 2018-07-03 19:08:55 -06:00
CJ Cenizal
bd04df6c0a
Refactor SearchSource interface (#20334) (#20447)
* 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:57:10 -07:00
Nathan Reese
51c43ed385
disable flaky dashboard filtering test (#20425) (#20440) 2018-07-03 16:29:58 -06:00
Nick Peihl
4d95508337
Add distinct links and float tags to Region Map docs (#20361) (#20418)
The float tags are required here to keep the subheadings on the same
page in the website. And, since link tags are global, we need to give them unique
names to avoid cross-linking errors.

These changes need to be backported to all 6.X releases.
2018-07-03 14:43:52 -07:00
Spencer
aecc9e24c2
[6.x] [system-loader] remove I-prefixed interface names (#20362) (#20380)
Backports the following commits to 6.x:
 - [system-loader] remove I-prefixed interface names  (#20362)
2018-07-03 13:47:04 -07:00
Lisa Cawley
a08520eb84 [DOCS] Adds config file location (#20421) 2018-07-03 13:36:32 -07:00
Nathan Reese
80452ba9d3
Improve Saved object import functional test assertions (#20409) (#20419)
* 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 12:45:08 -06:00
Lisa Cawley
3ca54d06fd [DOCS] Starting and stopping Kibana (#20354) 2018-07-03 11:35:20 -07:00
liza-mae
27d83401fb
Add wait for page load to methods (#20390) (#20414)
* Add wait for page load to methods

* fix trailing space
2018-07-03 12:03:00 -06:00
Tim Roes
b8a8cc8cff
Don't create nested search source per postflightrequest (#20373) (#20401) 2018-07-03 14:23:27 +02:00
Felix Stürmer
a954f44cf1
[6.x] Upgrade styled-components to 3.3.3 (#20257) (#20368)
Backports the following commits to 6.x:
 - Upgrade styled-components to 3.3.3  (#20257)
2018-07-03 12:20:59 +02:00
Peter Pisljar
54006173f4
bwc for showMeticsAtAllLevels (#20369) (#20385) 2018-07-03 08:12:16 +02:00
liza-mae
d86d2ab921
Fix flaky context _size tests and bug in context page object file (#20254) (#20391)
* Update getSuccessorLoadMoreButton() to point to correct selector
Add a sleep in navigateTo() and remove refresh()
Add methods to click predecessor and successor load more buttons
Update waitUntilContextLoadingHasFinished to check buttons are enabled and displayed
Update tests to use click methods

* Fix lint issues
2018-07-02 17:54:50 -06:00
Yuri Astrakhan
9ec476bccc
[Vega] Implement context filter modification (#17586) (#20381)
* [Vega] Implement context filter modification

https://github.com/elastic/kibana/issues/17210

Testing code (click button)

```
{
  "$schema": "https://vega.github.io/schema/vega/v3.json",
  "marks": [
    {
      "name": "myButton",
      "type": "rect",
      "encode": {
        "enter": {
          "xc": {"signal": "width/2"},
          "yc": {"signal": "height/2"},
          "width": {"signal": "width*0.8"},
          "height": {"signal": "height*0.8"},

          "cornerRadius": {"value": 6},
          "strokeWidth": {"value": 10}
        },
        "update": {
          "stroke": {"value": "gray"},
          "fill": {"value": "lightgray"}
        },
        "hover": {"fill": {"value": "gray"}}
      }
    }
  ],
  "signals": [
    {
      "name": "%ADD_FILTER%",
      "on": [
        {
          "events": "@myButton:click",
          "update": "{field: 'SRC', value: 10, operator: 'IS'}"
        }
      ]
    }
  ]
}
```
2018-07-02 16:22:39 -04:00
Tim Sullivan
de2b2177d8
fix monitoring elasticsearch nodes listing sort and filtering (#20321) (#20382)
closes https://github.com/elastic/kibana/issues/20132
2018-07-02 12:29:45 -07:00
Justin Kambic
08ba05ea6d [Pipeline Viewer] Refactor collapsible statement component to wrap props.children (#20252)
* Rename config view to PipelineViewer.

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

* Modify function to take params instead of single object.
2018-07-02 14:02:06 -04:00
Justin Kambic
4e42c189b5 [PipelineViewer] Replace bare img tags with euiicon (#20330)
* Remove direct references to EUI SVG. Remove bare img tag from DetailDrawer.

* Update DetailDrawer test snapshots.
2018-07-01 15:38:30 -04:00
CJ Cenizal
57f23065e4
Aggregate SearchRequestQueue functions into a single module (#20332) (#20363)
* Refactor all functions operating on requestQueue to be instance methods of the SearchRequestQueue class.
* Rename requestQueue to searchRequestQueue.
2018-06-29 19:35:22 -07:00
Jen Huang
8bfa87e767
Field editor to React/EUI (#20245) (#20349) 2018-06-29 16:42:16 -07:00
Lee Drengenberg
1959e89dd6
merge (#20280) 2018-06-29 17:02:06 -05:00
Jen Huang
7bd5b3830f
Update yarn.lock with new react-test-renderer version (#19745) (#20350) 2018-06-29 14:36:36 -07:00
CJ Cenizal
99e16d17ba
Prevent undefined from and to timepicker dates. (#20355) (#20358) 2018-06-29 14:04:25 -07:00
CJ Cenizal
12566efc79
Remove Notifier lifecycle, timed, event, describeError, and log methods (#20327) (#20356) 2018-06-29 13:28:26 -07:00
gchaps
c15d2fd1bd [DOCS] 6.3.1 Release Notes (#20246)
* [DOCS] 6.3.1 Release Notes

* [DOCS] Updated 6.3.1 Release Notes
2018-06-29 13:13:20 -07:00
gchaps
4bca3bbd60 [DOCS] Added missing image 2018-06-29 13:12:27 -07:00
Lisa Cawley
f15108c3d8
[DOCS] Clarifies licensing highlight (#20318) 2018-06-29 11:42:54 -07:00
Bill McConaghy
b7aa49027f
fixing issues with bad error message for low permission users (#20275) (#20351)
* fixing issues with bad error message for low permission users

* fixing stats, settings, and mappings error message and removing unused file
2018-06-29 13:50:36 -04:00