Commit graph

27309 commits

Author SHA1 Message Date
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
Frank Hassanabad
7a0a3f5b86
Changes network to use ECS fields (#44392)
* Change network to use ECS fields

* Updated functional tests with new field mapping and data
2019-08-30 14:33:35 -06:00
Clint Andrew Hall
e65fb7cfab
Fix 'workpad flash' when loading new workpad (#44387)
* Fix 'workpad flash' when loading new workpad

* Fix SCSS path
2019-08-30 15:17:08 -04:00
spalger
bf10d0774b [renovate] bump new PR version labels 2019-08-30 12:14:19 -07:00
renovate[bot]
06852ed576 Update dependency cmd-shim to ^2.1.0 (#44034)
* Update dependency cmd-shim to ^2.1.0

* rebuild kbn/pm
2019-08-30 12:12:41 -07:00
Rashmi Kulkarni
382733be29
[WIP] Rollup unskip test - test 30 times on CI (#44304)
fixes https://github.com/elastic/kibana/issues/43559
2019-08-30 10:36:51 -07:00
Aleh Zasypkin
7fa4860e37
Document PKI authentication provider. (#43572) 2019-08-30 19:33:23 +02:00
Chris Cowan
a8d9e2bb68
[Infra UI] Add legends and points to charts on node detail page (#43787) 2019-08-30 10:17:26 -07:00
Justin Kambic
890fb67d7d
[Uptime] Add certificate expiration dates to uptime GQL schema (#43352)
* Add certificate expiration date to uptime GQL schema.

* Update test fixture/snapshot for broken unit test.
2019-08-30 12:51:04 -04:00
Chris Cowan
6f5c3e2902
[Infra UI] Convert node detail page time range to date strings (#43881)
* [Infra UI] Convert node detail page time range to date strings

* remvoing setInterval test

* making time parsing more robust.

* removing extra code

* fixing io-ts import
2019-08-30 09:42:32 -07:00
Poff Poffenberger
9757489736
Removing unused colors and fixing number color for accessibility in the expression editor (#44416) 2019-08-30 11:27:42 -05:00