Commit graph

17199 commits

Author SHA1 Message Date
Nathan Reese 4d3b173272
remove application icon assets in kibana that ship with EUI (#18570) (#18871)
* remove assets in kibana that ship with EUI

* update home page tests

* replace logstash pipeline svg with EUI icon type
2018-05-07 12:37:22 -06:00
Justin Kambic 733f625dea [Logstash Pipeline Management] Fix bottom border of Pipeline Editor (#18834)
* Change pipeline editor markup so bottom border doesn't hide text on last line.

* Add constants for scroll margin size.

* Add comments to editor constants.

* Add PX units to constant names.
2018-05-07 14:13:06 -04:00
Thomas Neirynck 73f144f095
do not handle click when no aggregation has been specified (#18825) (#18868) 2018-05-07 14:04:22 -04:00
Søren Louv-Jansen fadb1f5029
[6.x] Replace api calls with ReduxRequest (#18815) | [APM] Fix docs link and mock ui/metadata (#18857) (#18864)
* Replace api calls with ReduxRequest (#18815)

* [APM] Fix docs link and mock ui/metadata (#18857)
2018-05-07 17:29:50 +02:00
Thomas Neirynck 1ea934c7d0
Do not handle precision changes when no aggregations have been configured on the coordinate map (#18826) (#18859) 2018-05-07 11:28:20 -04:00
Stacey Gammon d4e1dc2b21
Expand coverage of dashboard tests (#17703) (#18861)
* Expand coverage of dashboard tests and decrease time

* Fix timing error when sub urls fail to save from too fast app link clicking

* discover doesn't have breadcrumbs

* Check top nav text so it works on both listing and saved object edit/view pages

* need to do the add panel operations one at a time

* Need both types of input in filter

* Give test data a title

* Remove incorrect and unnecessary comment

* Move data around and get rid of 6_3 specific naming as we will end up migrating the data as we progress

* Remove code accidentally checked in
2018-05-07 10:38:22 -04:00
Nathan Reese 538b58c6f8
upgrade to eui 0.0.46 (#18827) (#18849)
* upgrade to eui 0.0.46

* update logoElasticsearch

* update x-pack jest snapshots
2018-05-05 13:21:18 -06:00
Jonathan Budzenski 283dca9348
[build] Set file times to build time (#18742) (#18831) 2018-05-04 18:59:03 -05:00
Lisa Cawley dda84d7570
[DOCS] Added X-Pack release items to changelog (#18832) 2018-05-04 14:57:35 -07:00
Tim Sullivan bdf1f3c973
[Monitoring/Metrics] clean up metric classes and getMetricFields stat… (#18741) (#18757)
* [Monitoring/Metrics] clean up metric classes and getMetricFields static helpers

* more pull out

* more to break out

* snapshot update
2018-05-04 14:25:20 -07:00
Lisa Cawley 255085f37d
[DOCS] Removes X-Pack Breaking Changes page (#18755) 2018-05-04 12:27:42 -07:00
spalger b64bf90313 disable flaky test
(cherry picked from commit 6667c63a91)
2018-05-04 12:19:59 -07:00
Nathan Reese a6c3ce58da
fix movingstd (#15911) (#18824) 2018-05-04 13:17:39 -06:00
Justin Kambic 40d597908a Fix suboptimal file org/export structure. (#18820) 2018-05-04 14:28:47 -04:00
lcawley 45cf6a0c78 [DOCS] Adds 6.x items to changelog 2018-05-04 11:13:45 -07:00
Lisa Cawley 4828e9206e [DOCS] Adds changelog to Kibana User Guide (#18698) 2018-05-04 11:05:10 -07:00
Justin Kambic eb1a07e9fd [Grok Debugger] Better editor expansion/Fix border hiding bottom line (#18752)
* Update to grok debugger editors: let them grow taller and stop hiding half of bottom line input.

* Update custom pattern size to 10 LOC.

* Remove unnecessary options, add constants for scroll margin.

* Encapsulate editor options in mutate function.

* Move editor helper file and prefer "function" declaration over ES6 const.

* Add test for new helper function.
2018-05-04 12:31:49 -04:00
James Gowdy c3f310a67a
[ML] Data recognizer UI improvements (#18804) (#18809)
* [ML] Data recognizer UI improvements

* rolling back accidental change
2018-05-04 15:12:16 +01:00
Shaunak Kashyap f11b52f619 Removing line that's causing an error (#18807) 2018-05-04 06:27:32 -07:00
Thomas Neirynck d4f132d716
Normalize longitudes of bounds so it falls within the acceptable [-180,180] range (#18674) (#18799) 2018-05-04 08:31:13 -04:00
James Gowdy 7046999062
[ML] Fixing data recogniser save success issue (#18803) (#18806) 2018-05-04 13:02:02 +01:00
Pete Harverson 375f5f1546
[ML] Convert Explorer Influencers List to EUI/React (#18773) (#18801)
* [ML] Convert Explorer Influencers List to EUI/React

* [ML] Remove unused abbreviate_whole_number Angular filter

* [ML] Convert React Influencers List to stateless function
2018-05-04 10:32:34 +01:00
Walter Rafelsberger a77e2bfc4b
[ML] Fix Anomaly Table update trigger (#18769) (#18774)
Fixes an issue with the anomaly table not correctly updating in the anomaly explorer and the anomaly markers not showing up in the time series viewer.
- moves the initialization of scope.anomalyRecords = []; to the controllers of anomaly explorer and time series viewer. having it in the anomaly table directive caused a race condition to overwrite already fetched records.
- use $watchCollection instead of $watch to track anomalyRecords and focusChartData changes.
replaces $timeouts with scope.$evalAsync
- fixes how focusChartData gets updated correctly to fix missing anomaly markers in the time series viewer.
2018-05-04 07:00:22 +02:00
Peter Pisljar 3e3106901c
remove other bucket UI from significant terms (#17810) (#17826) 2018-05-03 21:23:03 -05:00
James Gowdy 29dd4602d1
[ML] Fixing error reporting in message bar (#18781) (#18788) 2018-05-03 22:39:51 +01:00
Tim Sullivan 7c5c610c14
[Monitoring/Test] More indices listing tests to prep for refactoring (#18758) (#18784) 2018-05-03 13:07:59 -07:00
Spencer a6c0c62121 [uiExports] migrate uiApp "uses" to explicit imports in apps (#17828)
* [uiExports] migrate uiApp "uses" to explicit imports in apps

* [uiApp] update tests for getModules() method

* [optimize/uiExports] improve naming and comments

* [uiExports] sort imports so they load in the same order as before

* [testHarness] load hacks when testing in the browser

* [x-pack/uiExports] use new uiExports modules

* [testHarness] describe why we import uiExports/hacks

* [optimize] remove needless [].concat()

* [optimize/createUiExportsModule] string.includes > string.indexOf

* [uiExports/createUiExportsModule] remove needless capture of module exports

(cherry picked from commit e1a2fcbd96)
2018-05-03 12:19:12 -07:00
Chris Cowan a26ddafb19 [TSVB] Adding log scale mode to y-axis (#17761)
* [TSVB] Adding log scale mode to y-axis

* adding license for jquery.flot.log.js to NOTICE

* Adding transforms to log

* updating notices

* Fixing transform to ingore zero
2018-05-03 10:43:29 -07:00
Spencer a537fae358 [uiSettingsClient] use kbn-version header (#18746)
(cherry picked from commit 6486db7280)
2018-05-03 09:45:07 -07:00
lcawley 2dd91b2c47 [DOCS] Enables editing links for X-Pack pages 2018-05-03 08:52:38 -07:00
James Gowdy 95986bde1e
[ML] Fixing icon 404 responses in firefox (#18766) (#18770) 2018-05-03 15:35:05 +01:00
James Gowdy cb9ef05923
[ML] Converting services to be non-angular imports (#18687) (#18771)
* [ML] Removing angular from services

* removing commented out code

* fix include path for tests

* adding flag to initPromise

* moving job service for jest tests to pass

* moving initPromise to its own file
2018-05-03 15:34:54 +01:00
Justin Kambic f1fb846cd8 Fix typo. (#18750) 2018-05-03 10:32:30 -04:00
Brandon Kobel 9fae5d1e42
No longer setting certs and keys for proxied calls to Elasticsearch (#17804) (#18772) 2018-05-03 09:01:39 -04:00
Walter Rafelsberger 4113348c79
[ML] Refactor to not rely on broadcast which could result in listeners not picking up changes. (#18717) (#18762)
Fixes an issue where the anomaly table wouldn't load because a broadcast to renderTable was triggered before the anomaly table directive initialized the corresponding listener. This change replaces the use of broadcast and instead uses $watch to listen on scope changes on the specific attributes relevant to the updates. The updating of code in parent scopes was moved inside the $timeouts instead of the broadcast event.
2018-05-03 11:49:16 +02:00
Nathan Reese bb6157b2ed
fix conflicts (#18748) 2018-05-02 18:01:31 -06:00
lcawley 28cc3d86a0 [DOCS] Removes X-Pack release notes 2018-05-02 16:53:07 -07:00
Spencer 0296eb2816 Fix loading indicator for uiSettingsClient (#18694)
* [ui/chrome/loadingIndicator] expose VanillaJS hooks for gloabl loading indicator

* [ui/uiSettingsClient] increment/decrement loading count while request in progress

* [ui/loadingIndicator] fix HeaderPage.isGlobalLoadingIndicatorHidden()

* [ui/loadingIndicator] remove rxjs, fix tests

* [ui/loadingIndicator] improve docs

* [ui/loadingIndicator] remove needless unmounts

* [ui/loadingCount] correct typo

* [functionalTests/headerPage] awaitGlobalLoadingIndicatorHidden

* [ui/loadingCount] send subscribers the loading count on subscription

* [ui/loadingIndicator] remove error throwing, cleanup render

(cherry picked from commit d35316642d)
2018-05-02 16:38:37 -07:00
Tim Sullivan be27610951
[Monitoring/Test] More API Integration tests (#18700) (#18732) 2018-05-02 14:07:11 -07:00
spalger 53a0a93769 [x-pack/readme] remove left-over merge conflict
(cherry picked from commit 7e41dc5248)
2018-05-02 13:55:46 -07:00
James Gowdy 5d37bf5619
[ML] Increasing calculated model memory limit (#18723) (#18730)
* [ML] Increasing calculated model memory limit

* updating comment

* updating tests
2018-05-02 21:53:17 +01:00
Lisa Cawley 5e43110a2e [DOCS] Fixes broken link to built-in users (#18747) 2018-05-02 13:22:59 -07:00
Spencer 66d1d3c1ce [esArchiver] fix esArchiver.loadIfNeeded (#18621)
* [utils/jsonParseStream] ensure only callback once

* [utils/streams] add util for piping many streams in series

* [esArchiver/load] combine record streams to fix skipExisting functionality

(cherry picked from commit 21d6dd2cba)
2018-05-02 12:56:29 -07:00
Søren Louv-Jansen df564a7f96
Update .backportrc.json (#18724) (#18734) 2018-05-02 21:00:07 +02:00
Kelly Murphy c3e41894f9
[Docs] Kibana settings anchors for ECE (6.x) (#17376)
* Reference anchors for links

* Cloud phrasing

* Reviewer feedback
2018-05-02 12:23:15 -05:00
Bill McConaghy eab030b9f7
fixing issue with cancel button on revert to basic license modal (#18718) (#18727) 2018-05-02 12:57:06 -04:00
Walter Rafelsberger 895249f1d9
[ML] Adds an mml check to trigger an error when mml value is invalid. (#18678) (#18711)
This adds an additional check and corresponding error message to the validation of the model memory limit. If the parsing of the memory model limit results in 0 bytes the message will be triggered. This behaviour catches both correctly formatted but invalid strings (like 0mb) and invalid strings (like asdf).
2018-05-02 18:53:27 +02:00
James Gowdy e19a951594
[ML] Fixing MS Edge GET request error (#18713) (#18719) 2018-05-02 17:34:14 +01:00
gchaps 309fc2cd49
[UI Text: Security] Edited text in User, Add user, and Edit user pages (#18618) (#18720) 2018-05-02 08:46:44 -07:00
Pete Harverson c651831a45
[ML] Display typical values for lat_long anomalies (#18715) (#18716) 2018-05-02 14:29:27 +01:00