Commit graph

428 commits

Author SHA1 Message Date
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
James Gowdy
ede1d86554
[ML] Adding ace editor for JSON (#18692) (#18714)
* [ML] Adding ace editor for JSON

* removing unnecessary require-keys setting
2018-05-02 13:40:50 +01:00
Pete Harverson
049516a1e3
[ML] Fix merge conflicts (#18710) 2018-05-02 11:10:28 +01:00
Walter Rafelsberger
7e81eb2882
[ML] Omit mml success message when mml checks are not run. (#18659) (#18708)
Updates the behaviour of the job validation's model memory limit checks: The success messages success_mml gets only returned if the checks were actually run. This omits the success message for example in the single metric and population wizard.
2018-05-02 11:37:19 +02:00
Walter Rafelsberger
ad326be776
[ML] Fixes sync issue where a manipulated AppState wouldn't contain the original attribute anymore. (#18653) (#18705)
Inconcistencies between AppState and derived custom states for UI components like mlSelectLimit and mlSelectInterval could trigger errors because the parent of a nested object attribute could become undefined. This PR adds additional checks to state_factory.js's get/set/reset methods to reinitialize itself with AppState and fall back to its default state should it not be present within AppState anymore. The original issues were hard to reproduce consistently using the UI only. However the error could be triggered when creating a malformed URL, like replacing the mlSelectInterval:(interval:(display:Auto,val:auto)) part of the URL to something like mlSelectInterval:(undefined). This PR includes additional unit tests which simulate this behaviour and fail without the additional checks provided by this PR.
2018-05-02 10:10:28 +02:00
Jonathan Budzenski
88eed1a0aa
[console_extensions] disable when console is disabled (#18673)
* [console_extensions] disable when console is disabled

* [console extensions] has console and enabled

* [console_extensions] fix console_extensions.enabled
2018-05-01 10:56:14 -05:00
Shaunak Kashyap
b378717c86 [Logstash Centralized Management] Hide recently-deleted pipelines (follow up PR) (#18683)
* Renaming constant to be more descriptive

* Less kludgy language for better readabilility

* Removing extraneous newlines
2018-05-01 07:16:45 -07:00
James Gowdy
65c907834c
[6.x] [ML] Convert job select service to a provider (#18665) 2018-05-01 07:07:25 +01:00
James Gowdy
95b234842d
[6.x] [ML] Removing messagebar angular service (#18661) 2018-05-01 07:07:14 +01:00
Shaunak Kashyap
84ae548b77 [Grok Debugger] Adding syntax highlighting for grok expressions (#18572)
* Adding basic syntax highlighting for grok expressions

* Use EUI color palette

* Handle regex tokens, escaped and unescaped

* Return token for escaped content

* Add functional test

* Using higher-contrast colors

* Removing comment I used for developing the highlight rules

* Using object destructuring

* Removing unnecessary method
2018-04-30 12:31:57 -07:00
Shaunak Kashyap
f0e30997fd [Logstash Centralized Management] Hide recently-deleted pipelines (#18644)
* Extracting constant for reuse

* Keep track of recently-deleted pipelines until Monitoring stops reporting them

* Adding explanatory comment for constant
2018-04-30 12:05:11 -07:00
Tim Sullivan
c4476243d5
[Monitoring] add get_clusters_summary to shrink cluster api response (#18596) (#18663)
This reduces the output from the clusters API in the data processing stage.

Mainly, it throws away a lot of unused fields in `elasticsearch.cluster_stats` and `elasticsearch.cluster_state`

cc @rasroh
2018-04-30 10:59:17 -07:00
Bill McConaghy
e8957c2592
passing acknowledge=true with start_trial (#18655) (#18666) 2018-04-30 13:02:42 -04:00
Tim Sullivan
9219ef2413
[Monitoring/React] Render ES Nodes Listing with Base Controller (#18585) (#18594)
* [Monitoring/React] Render ES Nodes Listing with Base Controller

Refactors the ES Nodes Listing to use Base Controller and a React component instead of an Angular directive

* remove another obsolete file
2018-04-30 09:14:13 -07:00
James Gowdy
6f30c7b905
[6.x] [ML] Removing angular services refactor (#18654) 2018-04-30 15:39:00 +01:00
James Gowdy
641f9da5af
[6.x] [ML] Privileges refactor (#18652) 2018-04-30 13:14:53 +01:00
Pete Harverson
0c2f46a1ef
[6.x] [ML] Fix opening Data Visualizer for recognized index (#18639) 2018-04-30 12:56:14 +01:00
James Gowdy
6b8ce02a96
[ML] [6.x] Better error reporting in create recognized job page (#18638)
* Better error reporting in create recognized job page

* removing failed jobs from the results url
2018-04-28 08:23:57 +01:00
Nathan Reese
d74866dd0d
update to eui 0.0.44 (#18606) (#18641)
* update to eui 0.0.44

* keep eui dependency in x-pack

* wrap EuiBasic table column in span to avoid className prop from getting overridden

* remove brittle functional tests that are no longer needed with EUI components

* filter field list instead of chaning table size

* update x-pack snapshots
2018-04-27 13:02:35 -06:00
James Gowdy
1249643cf6
Adding move to advanced job feature (#18633) 2018-04-27 16:20:57 +01:00
James Gowdy
a80c669490
[ML] [6.x] Allow overwriting of query in recognised jobs (#5274) (#18632)
* Allow overwriting of query in recognizer jobs

* adding query overwrite warning

* adding null check
2018-04-27 16:20:44 +01:00
Pete Harverson
c00bfe535a
[6.x] [ML] Convert forecasting modal to EUI/React (#18630) 2018-04-27 13:14:42 +01:00
Søren Louv-Jansen
bd68da3b55
[APM] Minor watcher improvements (#18602) (#18608)
* [APM] Improve watcher tests

* Update tests
2018-04-26 19:05:24 +02:00
Tim Sullivan
e3389ee171 [Monitoring/License] copy license LESS instead of reference it (#18591) 2018-04-25 17:37:34 -07:00
Chris Earle
b826d2f2ca [Monitoring] Recognize Write Threadpool (#18147)
This changes the Advanced Node page for Elasticsearch to recognize the
"write" threadpool, while also incorporating the deprecated "index"
threadpool and renamed "bulk" usage (renamed to "write").

This sums the three writing threadpools together and displays it as a
unified view.
2018-04-24 19:30:06 -04:00
Jenkins CI
bc5b51554d Migrate x-pack-kibana source to kibana 2018-04-24 13:49:26 -07:00