Commit graph

27262 commits

Author SHA1 Message Date
Felix Stürmer
094969b5ce
[7.5] [Logs UI] Provide index name pattern choice during ML jo… (#48849)
Backports the following commits to 7.5:
 - [Logs UI] Provide index name pattern choice during ML job setup (#48231)
2019-10-22 12:15:10 +02:00
Walter Rafelsberger
32f12a8397
[ML] Transform: Fix wizard width. (#48778) (#48872)
The Kibana management section pages default to a max-width of 1200px. The transform creation wizard had a max-width of 100% when it was part of the ML plugin. Because of the existing two-column layout, the new default width can be a bit narrow for table with a lot of columns.
This PR provides an override to replicate the previous full-page-width of the transforms creation wizard. We might revisit this for future versions to blend in more with the overall design of the Kibana management section.
2019-10-22 02:42:45 -07:00
Dima Arnautov
3574a084a3
[ML] Fix partitioning field value update (#48655) (#48771) 2019-10-22 09:34:00 +02:00
Spencer
c136143893
[7.5] standardize notice-comment usage (#48677) (#48815)
* standardize notice-comment usage

* regenerate notice.txt
2019-10-21 15:55:17 -07:00
Matt Bargar
725700ba53
Debounce filter value suggestion refresh (#48450) (#48699) 2019-10-21 17:23:39 -04:00
Melissa Alvarez
1c6b6c0356
Add right margin spacing to top nav refresh button (#48788) (#48804) 2019-10-21 15:30:07 -04:00
Melori Arellano
77a1434662 [DOCS] 7.4.1 Release Notes (#48676)
* [DOCS] 7.4.1 Release Notes

* [DOCS] Minor fixes
2019-10-21 12:17:07 -07:00
Brian Seeders
432b1a6102
[7.5] Add ability to use ram disk for jenkins workspace (#4774… (#48667)
* Add ability to use ram disk for jenkins workspace

* Re-combine ciGroup agents

* Address some PR feedback / questions

* Add --preserve-root
2019-10-21 15:05:52 -04:00
Nathan Reese
6d629a4e91
[skip-ci][Maps] Add tooltip documenation (#48171) (#48806)
* [skip-ci][Maps] Add tooltip documenation

* mention field formatters

* gchap's updates
2019-10-21 12:10:57 -06:00
Steph Milovic
29816728e7
[SIEM] Network redux cleanup (#48469) (#48712) 2019-10-21 09:50:08 -07:00
Brandon Kobel
53759e9d3f
No response compression when there is a referer (#47751) (#48769)
* Hacking it in there, this is obviously not where this belongs

* Moving implementation to a private method

* Adding unit tests, I don't like the way I had to write these

* Adding integration tests

* Test not relying on implementation details...

* No longer using .inject, thanks Mikhail!!!

* Adding comment explaining the long body

* Fixing nesting of describes for api integration tests
2019-10-21 09:46:55 -07:00
James Gowdy
3abe12edee
[ML] Fix detector modal combo box selection (#48741) (#48764)
* [ML] Fix detector modal combo box selection

* removing old work around
2019-10-21 17:02:35 +01:00
Daniil Suleiman
03db0ea571
Add keys in NewVisHelp render (#48619) (#48758) 2019-10-21 17:44:34 +03:00
Alejandro Fernández
146b1beac7
[7.5] Handle empty datafeedState (#48660) (#48743) 2019-10-21 14:49:45 +02:00
Walter Rafelsberger
7140ec1363
[ML] Fix analytics source index selection. (#48731) (#48739)
Fixes the empty dropdown when only one Kibana index pattern is available. Root cause of the issue: When no index is selected we passed in an selection item with an empty label. Internally EuiComboBox doesn't check if that item matches one of the available options, it just compares the length of selected and available options. So with one empty option selected and one index pattern available the dropdown would say You've selected all available options. This PR fixes it by checking if the current selection is actually part of the available index patterns. If it's an empty string for example, an empty array will be passed to the component instead of an empty with an item with an empty label.
2019-10-21 05:27:41 -07:00
James Gowdy
08413d14ec
[ML] Filtering advanced detector's aggs and fields (#48651) (#48737)
* [ML] Filtering advanced detector's aggs and fields

* adding comments

* fix for EuiComboBox

* better words

* updating tests
2019-10-21 13:19:50 +01:00
WangQianliang
6338d17bd1
[Code] diff page (#46714) (#48725)
* fix(code/frontend): enable diff page
2019-10-21 19:51:43 +08:00
Walter Rafelsberger
7f74d61697
[ML] Transforms: Fix page layout (#48628) (#48730)
Fixes the overall page layout of the transform plugin to be in line with the rest of the Kibana Elasticsearch management section.
2019-10-21 03:50:10 -07:00
Pete Harverson
bfd5411230
[ML] Fixes reselection of same Anomaly Explorer swimlane cell (#48626) (#48653) 2019-10-21 11:11:47 +01:00
Walter Rafelsberger
e6b3c85171
[transform] Fix API endpoints. (#48648) (#48658)
Fixes deprecated API endpoints _data_frame/transforms/ with the _transform/ replacement.
2019-10-21 01:37:01 -07:00
Melissa Alvarez
d218e77c45
[ML] DF Regression: fix custom results_field and prediction_field_name not considered in eval config (#48599) (#48714)
* consider results_field and prediction_field_name in eval congif

* temp typescript fix for evaluatePanel not being used yet

* fix typescript error. clarify comment

* Disable create button if dependentVariable not set

* ensure advancedEditor json valid at every change

* update reducer test
2019-10-20 15:56:36 -04:00
patrykkopycinski
a614e89f62
[SIEM] Fix AnomaliesNetworkTable and AnomaliesHostTable items count (#48634) (#48717) 2019-10-19 23:51:14 +02:00
patrykkopycinski
63ac369fc6
[SIEM] Refactor IP details page (#47593) (#48719) 2019-10-19 23:50:58 +02:00
Spencer
0149c011ff
[7.5] only use --progress if stdout is a TTY (#48476) (#48693) 2019-10-19 12:01:38 -07:00
Melissa Alvarez
d33326b008
[ML] Overview maxScore - fix 0 values being shown as failed loads (#48569) (#48695)
* ensure 0 maxScore is viewed correctly

* display score as 0 if value is 0

* complete Group interface for max_anomaly_score type

* use euiHealth for 0 value for maxScore
2019-10-18 21:30:53 -04:00
Rashmi Kulkarni
b4e70d885e
Management Saved object test (#48691) (#48706) 2019-10-18 18:04:17 -07:00
spalger
c48f47516b disable flaky suite (#48048)
(cherry picked from commit ef3641123a)
2019-10-18 14:15:39 -07:00
James Gowdy
51f4b86b63
[ML] Adding time range to wizard summary step (#48620) (#48643) 2019-10-18 22:04:58 +01:00
Chris Cowan
172e68dc4e
[Infra UI] Convert terms aggregation to composite for field selection filtering (#47500) (#48675)
* Convert from large terms agg to multiple smaller composite

* Fixing bug in snapshot

* Reducing duplicate code for composite agg requests

* Adding filter for last 24 hours

* Creating a helper for the afterKey handlers
2019-10-18 13:18:07 -07:00
Steph Milovic
cfab2a96d7
[SIEM] Top Countries network page tab change; fix column heading bug (#48526) (#48546) 2019-10-18 12:36:44 -07:00
Matthias Wilhelm
d26438312d
Fix Discover console Range Error (#48608) (#48671) 2019-10-18 19:57:19 +02:00
James Gowdy
e3bd0c8c2f
[ML] Disable exclude frequent if no by or over has been selected (#48625) (#48641)
* [ML] Disable exclude frequent if no by or over has been selected

* fixing typo in comment
2019-10-18 16:07:00 +01:00
Alexey Antonov
2a8cab4504
Fix angular stack overflow by changing apply filters popover directive implementation (#48559) (#48632) 2019-10-18 15:53:13 +03:00
James Gowdy
9742c02222
[ML] Fixing empty validation list in wizards (#48553) (#48624)
* [ML] Fixing empty validation list in wizards

* updating translations

* updating snapshot
2019-10-18 12:28:24 +01:00
James Gowdy
1d6dcdb6ae
[ML] Fixing missing advanced job summary items (#48537) (#48622)
* [ML] Fixing missing advanced job summary items

* updating translations
2019-10-18 11:55:31 +01:00
Pete Harverson
b06d553ea0
[ML] Fixes errors in JSON of SIEM module job configurations (#48508) (#48543)
* [ML] Fixes errors in JSON of SIEM module job configurations

* [ML] Fixes queries in custom URLs for two SIEM jobs
2019-10-18 10:54:09 +01:00
James Gowdy
567288216b
[ML] Adding missing detector descriptions to advanced wizard (#48440) (#48615)
* [ML] Adding detector descriptions to advanced wizard

* renaming things

* reverting accidentally added refactor
2019-10-18 10:50:39 +01:00
Walter Rafelsberger
bc375cacab
[ML] Transforms: Fix error toasts. (#48509) (#48611)
Previously, error messages were just output within the toast as raw text which could result in overflows and overall unreadable results. This update fixes it by providing a "View details" button which opens a modal with the properly formatted error message. Plain text error message up to 140 character will still be shown in the toast itself.
2019-10-18 02:40:23 -07:00
Sebastian Grodzicki
8da32357d2
[Infra UI] Rename Infrastructure to Metrics (#47862) (#48549) 2019-10-18 07:32:31 +02:00
Yulong
5a445d5f53
[Code] code viewer for APM integration (#46884) (#48601)
* [Code] code viewer for APM integration
2019-10-18 13:26:05 +08:00
Yulong
2f78ec5168
[Code] Fix diff api (#48603) 2019-10-18 13:25:21 +08:00
Yulong
4a7db104c6
[Code] stop persist random path in es (#47923) (#48605) 2019-10-18 13:24:45 +08:00
Mengwei Ding
8b379ed1d6
[Code] Fix malformt date string from git log (#48585) (#48597) 2019-10-17 18:24:02 -07:00
Tyler Smalley
1d40ebd9e5
Preserve script load/execution order (#48465) (#48592)
We need to either disable async loading, or defer exection. In IE11,
we're running into an issue where the logout page is executing before
the vendors file.

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2019-10-17 16:52:46 -07:00
Fuyao Zhao
d7618b6176
[Code] Disable Code by default in 7.5 (#48519)
* [Code] Disable xpack.code.ui.enabled instead of xpack.code.enabled

* Revert "[Code]: disable code by default in 7.2 (#38757) (#38801)"
2019-10-17 16:04:05 -07:00
Tyler Smalley
b463833a72
Move request-crypto package to root (#48547) (#48573)
This package is only being referenced in OSS Kibana, though it was
defined in X-Pack causing issues for OSS builds.

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2019-10-17 14:40:29 -07:00
Melissa Alvarez
034dbcea22
overview page - update empty prompt button (#48530) (#48565) 2019-10-17 15:57:21 -04:00
Jean-Louis Leysens
0a6a4563b5
Fix stale value in editor shortcut command (#48484) (#48531) 2019-10-17 21:20:15 +02:00
Dima Arnautov
b78273a1d6
[ML] fix a documentation link for transform pivot (#48522) (#48551) 2019-10-17 20:04:25 +02:00
Sebastian Grodzicki
899f4051aa
[Infra UI] Update docs to reflect renaming to Metrics (#47927) (#48554)
* Rename Infrastructure UI to Metrics UI

* Rename Infrastructure app to Metrics app

* Rename Infrastructure to Metrics

# Conflicts:
#	x-pack/legacy/plugins/infra/docs/test_setups/infra_metricbeat_docker_nginx.md
2019-10-17 19:59:14 +02:00