Commit graph

27569 commits

Author SHA1 Message Date
Steph Milovic
57c6412f2b
[SIEM] change flag to drag and drop field (#44705) 2019-09-03 15:47:12 -06:00
renovate[bot]
3dd9e1f895 Update dependency @types/object-hash to ^1.3.0 (#43954) 2019-09-03 13:58:32 -07:00
Spencer
8603607afb
mark eslint config as root (#44699) 2019-09-03 13:57:09 -07:00
Catherine Liu
55e2d65970
Adds geo_point to normalizeType helper (#44410) 2019-09-03 13:54:21 -07:00
Shahzad
0a42a1f900
[Uptime]Feature/38542 align uptime help menu with other apps (#44536)
* update uptime golabl help menu

* update test

* Update help label correctly

Co-Authored-By: Justin Kambic <justin.kambic@elastic.co>

* update snaps for test
2019-09-03 13:46:15 -07:00
Catherine Liu
0e8f08e0cb
Removed unused remove icon component (#44698) 2019-09-03 13:37:55 -07:00
Justin Kambic
2d022a796e
Update unit tests to remove warnings from test output. (#41840) 2019-09-03 16:37:48 -04:00
Joel Griffith
ebbfb4f680
Fix rawChecksums in chromium build and rename for clarity (#44665)
* Fix rawChecksums in chromium build and rename for clarity

* Update rawChecksum => binaryChecksum in chromium build docs

* Move over to Google Storage vs AWS

* Revert "Move over to Google Storage vs AWS"

This reverts commit 4781f9bdff.
2019-09-03 12:49:07 -07:00
Shahzad
9a07a91e38
[Uptime]removed extra slash from integeration urls (#44469)
* removed extra slash from integeration urls

* update test snaps
2019-09-03 11:57:31 -07:00
Søren Louv-Jansen
4657f0b041
[APM] Show loading state on waterfall and avoid re-fetching distribution chart when changing bucket (#44093) 2019-09-03 20:09:03 +02:00
Josh Dover
b352f67bdb
Add ApplicationService Mounting (#41007)
* Add core-only bundle

* Add ApplicationService mounting

* Add LegacyCore{Setup,Start}

* Fix PR comments

* Add functional tests

* Fix PR comments

* Fix PR comments

* Remove other usages of rootRoute

* Use state field notation

* Add support for open in new tab

* Fix PR comments

* Fix pesky await from the dead

* Update docs

* Bump @types/history
2019-09-03 13:03:05 -05:00
Nathan Reese
5854d9e7e9
[Maps] use source fields instead of terms fields for left source fields (#44386) 2019-09-03 12:02:05 -06:00
Christiane (Tina) Heiligers
8b4971ba75
Saved queries docs (#43731)
* Adds saved query docs to search section

* Adds Saved Queries docs to Discover search

* Makes changes requested by PR review

* Changes 'visualizations and dashboards' to 'Visualize and Dashboard', adds x-pack label back to Read only access section

* Changes some text

* Changes Saving searches section

* Rewords saved queries section

* Changes 'Saved search' to 'saved search', tweeks a few words

* Removes second sentence from intro to saved queries

* Changes save button text reference

* Updates screen shots

* Moves images around, adds a hover instruction to delete a query and adds a screen shot of the delete button

* Makes changes as requested
2019-09-03 10:41:17 -07:00
Shahzad
bb494bd2de
removed unused breadcrumb code !! (#44564) 2019-09-03 10:11:28 -07:00
Melissa Alvarez
34f37df226
update kibana management stats bar style (#44658) 2019-09-03 12:30:48 -04:00
Søren Louv-Jansen
82749bc75c
Improve check for whether Timelion UI is enabled. (#44653)
If Timelion is disabled Kibana fails to start with:

```
 FATAL  Error: Unknown config key: timelion.ui.enabled
```
2019-09-03 17:41:23 +02:00
Spencer
50355d08f2
Revert "[ci] compress jobs for CI stability" (#44584)
This reverts commit debf8c62b4.
2019-09-03 08:36:47 -07:00
Gidi Meir Morris
f0b3c86b07
fix(doc): Fixed typo in documentation (#44655)
Fixed a mistake in the New Platform migration documentation.
2019-09-03 15:39:55 +01:00
Daniil Suleiman
4a1d346956 Don't show color schema selection for heatmap tile maps (#44260) 2019-09-03 17:29:13 +03:00
James Gowdy
46454687cf
[ML] Fixes convert to advanced and tweaks wizard navigation buttons (#44616)
* [ML] Fixes convert to advanced and tweaks wizard navigation buttons

* using job type constants
2019-09-03 12:02:30 +01:00
Yulong
c429b0ba92
[Code] try fix ts-lang shutdown unit test (#37618) 2019-09-03 16:51:35 +08:00
James Gowdy
049cf70e99
[ML] Fix job progress hang in wizards (#44628) 2019-09-02 20:08:30 +01:00
Liza Katz
a31b099dca
Mock lodash debounce to avoid test instability (#44592)
https://github.com/facebook/jest/issues/3465
2019-09-02 19:02:37 +03:00
James Gowdy
a3c2376db9
[ML] Fixing wizard charts repeated loading (#44409)
* [ML] Caching wizard chart data

* using shared chart settings hook

* fixing settings hook and switching to memoize-one

* removing custom hook
2019-09-02 16:09:45 +01:00
Walter Rafelsberger
788b23deb4
[ML] Data frame analytics: Fix default excluded fields for job creation (#44609)
- The default job config for the advanced editor now includes an empty array for excluded fields.
- Reduces the default height of the advanced editor.
2019-09-02 07:19:52 -07:00
Walter Rafelsberger
bf0ac562b9
[ML] Data frame analytics: Exploration page bug fixes. (#44496)
Fixes various issues with the data frame analytics outlier detection results page.

- Fixes the default sorting and sets it to descending outlier_score.
- Fixes to retain the sorting when columns are enabled/disabled via the options menu. Previously the sorting would be reset to use the left most column.
- Fixes the sorting to be applied to get the data for the table from Elasticsearch when the user changes sorting by clicking on the arrows on the table column headers. Previously only on load the data would be loaded once (1000 docs sort by outlier_score descending) and sorting would only by applied to this initially loaded data.
- Consolidates redundant TypeScript specifications in in_memory_table.ts.
2019-09-02 06:42:34 -07:00
Liza Katz
527d79ef53
Additional data plugin dependency clean up (#44080)
Ipv4Address → src/plugins/kibana_utils/public
ObjDefine → src/legacy/core_plugins/data/public/index_patterns/fields/obj_define.js
2019-09-02 15:43:39 +03:00
Peter Pisljar
0758d5fa7b
convert agg_config and agg_types to typescript (#42130) 2019-09-02 14:36:23 +02:00
Liza Katz
0f95dfb010 fixed failure due to missing fail object client (#44573) 2019-09-02 14:35:46 +02:00
Pete Harverson
51cfa8fd27
[ML] Fixes series color in data visualizer metric distribution chart (#44499) 2019-09-02 13:23:56 +01:00
Robert Oskamp
993f4c461e
[ML] Re-activate create single metric job test (#44591)
This PR re-activates the `create single metric job` test.
2019-09-02 12:52:59 +02:00
Vadim Dalecky
b2d0aa7b7f
docs: ✏️ use createKibanaReactContext() in kibana-react docs (#44590) 2019-09-02 12:48:16 +02:00
Dario Gieselaar
a88639279f
[APM] Display all errors in child transactions/spans in trace overview (#44274)
* [APM] Display all errors in child transactions/spans in trace overview

Closes #42357.

* Refactor ErrorCountBadge
2019-09-02 12:42:06 +02:00
Dario Gieselaar
d213cda7dd
[APM] Fill in vertical gaps in breakdown metrics data (#43663)
* [APM] Fill in vertical gaps in breakdown metrics data

Closes #43650.

* Remove hasData prop, just pad to 0
2019-09-02 12:41:54 +02:00
Walter Rafelsberger
20f24587e1
[ML] Data frame analytics: Fix source index checks. (#44479)
The source index selection is based in Kibana index patterns. The form validation was too strict in that regard and used the same check as the destination index.
- Removes the check if the source index exists, it's not practical with index patterns containing wildcards.
- Changes the name validation to use the Kibana index pattern name check.
2019-09-02 02:51:01 -07:00
Yulong
8e491464bb
[Code] try fix this test (#43692) 2019-09-02 14:54:10 +08:00
spalger
586fbaa665 skip flaky suite (#44572) (#42111) (#44286) (#43557) (#42567) 2019-09-01 23:29:28 -07:00
spalger
2596e3bef7 skip flaky suite (#44560) 2019-09-01 23:23:30 -07:00
spalger
6e3beaeacc skip flaky suite (#44250) 2019-09-01 23:20:22 -07:00
spalger
97135be313 disable flaky suite (#41336) 2019-09-01 23:10:44 -07:00
Henry Wong
25c168dd26
[code] Update download URLs for go lsp. (#44581) 2019-09-02 14:08:35 +08:00
spalger
5d47a562e6 disable flaky suite (#44575) 2019-09-01 23:04:37 -07:00
spalger
7607dbf8db disable flaky suite (#44576) 2019-09-01 23:03:36 -07:00
Mengwei Ding
12dece6fae
[Code] add functional test to verify lang server full api symbol/reference counts (#44051)
* [Code] add functional test to verify lang server full api symbol/reference counts

* symbol language aggregations
2019-08-31 23:26:54 -07:00
Clint Andrew Hall
edc13bfe46
Improve Storybook scripts and load time (#44511)
* Improve Storybook Scripts and load time

* Remove extra module rule
2019-08-31 13:51:46 -04:00
Clint Andrew Hall
3779931872
Update Dependencies (#44519) 2019-08-31 13:46:24 -04:00
Stacey Gammon
892728efba
Remove use of injecti18n in Embeddables plugin (#44043)
* remove use of injecti18n

* fix jest tests and typescript errors

* Fix more jest tests
2019-08-31 10:55:23 -04:00
Frank Hassanabad
13d43fe6c4
[SIEM] Adds a configuraton option for the default SIEM date time range (#44540)
## Summary

Adds a configuration for the SIEM date time picker and interval within advanced settings:

```
${root}/app/kibana#/management/kibana/settings
```
<img width="696" alt="Screen Shot 2019-08-30 at 1 24 29 PM" src="https://user-images.githubusercontent.com/1151048/64046623-95de9200-cb29-11e9-9f5a-dc396494210c.png">

### Checklist

Use ~~strikethroughs~~ to remove checklist items you don't feel are applicable to this PR.

- [x] This was checked for cross-browser compatibility, [including a check against IE11](https://github.com/elastic/kibana/blob/master/CONTRIBUTING.md#cross-browser-compatibility)
- [x] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/master/packages/kbn-i18n/README.md)
- [x] [Documentation](https://github.com/elastic/kibana/blob/master/CONTRIBUTING.md#writing-documentation) was added for features that require explanation or tutorials
- [x] [Unit or functional tests](https://github.com/elastic/kibana/blob/master/CONTRIBUTING.md#cross-browser-compatibility) were updated or added to match the most common scenarios
- [ ] This was checked for [keyboard-only and screenreader accessibility](https://developer.mozilla.org/en-US/docs/Learn/Tools_and_testing/Cross_browser_testing/Accessibility#Accessibility_testing_checklist)

### For maintainers

- [x] This was checked for breaking API changes and was [labeled appropriately](https://github.com/elastic/kibana/blob/master/CONTRIBUTING.md#release-notes-process)
- [x] This includes a feature addition or change that requires a release note and was [labeled appropriately](https://github.com/elastic/kibana/blob/master/CONTRIBUTING.md#release-notes-process)
2019-08-30 18:32:34 -06:00
Shahzad
7fd09c90c0
[Uptime]Fix/issue 40584 section headline should be inside panel (#43468)
* move title inside panel

* fix monitor list title

* update title in each panel and paddings

* update unit tests snapshots

* make section titles symmeteric

* update snapshots

* Add chart wrapper to improve UX experience and padding arounds charts

* removed ping list count

* removed unnecessary spacer

* update test snaps
2019-08-30 15:38:17 -07:00
spalger
ac23159b1f disable flaky suite (#22322) 2019-08-30 15:30:44 -07:00