Commit graph

27350 commits

Author SHA1 Message Date
renovate[bot]
f8dcc4c143 Update dependency opn to ^5.5.0 (#44809) 2019-09-04 13:21:51 -07:00
renovate[bot]
7646ef223c Update dependency is-path-inside to ^2.1.0 (#44808) 2019-09-04 13:21:41 -07:00
renovate[bot]
7ce51a4e87 Update dependency https-proxy-agent to ^2.2.2 (#44807) 2019-09-04 13:17:34 -07:00
renovate[bot]
0001c74370 Update dependency del to ^4.1.1 (#44806) 2019-09-04 13:15:59 -07:00
renovate[bot]
a910a7ce3f Update dependency @types/mocha to ^5.2.7 (#44805) 2019-09-04 13:15:41 -07:00
renovate[bot]
7aa91537cc Update dependency @types/chroma-js to ^1.4.2 (#44804) 2019-09-04 13:15:14 -07:00
Nathan Reese
a0272cad27
[Maps] name space dynamic property style names to avoid collisions (#44676)
* [Maps] name space dynamic property style names to avoid collisions

* update expect for functional test

* another update to expected map styles
2019-09-04 14:01:23 -06:00
Frank Hassanabad
f99d59b109
[SIEM] Fixes infinite loop when you do not have any jobs installed (#44792) 2019-09-04 13:05:06 -06:00
Liza Katz
7049983fd4
Move timefilter code ⇒ data plugin (#44607)
* import TimeRange from NP

* Update imports

* Update RefreshInterval imports to NP

* Some more imports

* Moved timefilter to data plugin
(didn't rewire service!)

* Fixed eslint error

* remove virtual mock

* kibana context import

* Fix 'Monitoring is turned off' test

* fix import
2019-09-04 21:14:10 +03:00
Nathan Reese
ea33dd2e53
[Maps] fix side panel scrolling in safari (#44700)
* [Maps] fix side panel scrolling in safari

* review feedback
2019-09-04 10:47:56 -06:00
Spencer
cdec526f7e
[build] rewrite tests to not rely on network (#44778) 2019-09-04 09:23:10 -07:00
spalger
08f9435c9a skip flaky suite (#37859) 2019-09-04 08:43:51 -07:00
Zacqary Adam Xeper
ecd9f335cb
[Logs UI] Change 'View monitor status' to 'View status in Uptime' (#44518)
* [Logs UI] Change 'View monitor status' to 'View status in Uptime'

* Update docs with text change

* Remove docs comment
2019-09-04 10:38:15 -05:00
Walter Rafelsberger
cf8dfbf7b7
[ML] Single metric viewer: Fix detector/entity selection (#44772)
This fixes switching to another detector on single metric viewer. There is no longer a Refresh button next to the dropdowns, instead the charts will reload when one of the dropdowns (detector or entity selection) changes.
2019-09-04 08:31:25 -07:00
sainthkh
b14d17de15 Visualizations Plugin -> New Platform Ready (#44644)
* Created np_ready/public and moved files into it.
* Added kibana.json
* Added plugin.ts and moved plugin class into it.
* Added legacy.ts and moved ui imports to legacy.ts.
* Added mock.ts
* Created registerVisualization() and removed VisTypesRegistryProvider from setup().
* Fixed imports from plugins/visualizations.
* Removed visualizations from index.ts and call setup directly from legacy.ts
2019-09-04 09:50:41 -05:00
Walter Rafelsberger
49fdd24f80
[ML] Data frame analytics: Split comma-separated Kibana index patterns to array of indices. (#44757)
Kibana index patterns can be comma-separated whereas the create analytics API takes an array of indices. This fixes the analytics creation UI to convert Kibana index patterns to ES index patterns.
2019-09-04 06:54:33 -07:00
Melissa Alvarez
9155bfdc5b
[ML] Data Frame transform: Ensure preview table displays scripted fields and timestamps are formatted correctly. (#44701)
* ensure scripted fields are included in preview

* ensure expanded tab preview table has correct date formatting

* use ColumnType

* update to correct column type
2019-09-04 09:28:52 -04:00
Marjorie Jones
6483315d7c
[DOCS] Remove unused Infrastructure and Logs graphics files (#44649)
* Removing unnecessary graphics from Infra and Logs app descriptions, tidying up a couple of graphics to make them consistent

* Another tiny change
2019-09-04 13:14:36 +01:00
Peter Pisljar
2f5306ea42
expression service (#42337) 2019-09-04 14:09:38 +02:00
Walter Rafelsberger
1dfa972b64
[ML] Data frame analytics: Create job form fixes (#44640)
- The advanced editor allows you to create any type to analytics job, so this PR fixes button names and form headings from Create outlier detection job to Create analytics job.
- With the button/headings change, the basic form to create a job would miss information that it only allows you to create an outlier detection job. Therefore an explanatory header including the link to switch to the advanced editor was added
2019-09-04 04:51:24 -07:00
Larry Gregory
4f09de749a
Fixing flaky copy-to-space test (#44656)
* wait for context menu to appear

* run x-pack-ciGroup4 40 times

* actually enable the flaky test...

* Revert "run x-pack-ciGroup4 40 times"

This reverts commit 71ac8e167e.
2019-09-04 07:33:50 -04:00
Pete Harverson
076d487bea
[ML] Enable data visualizer link on job types page for non-time index (#44667) 2019-09-04 11:31:31 +01:00
James Gowdy
8abb00bfa8
[ML] Adding index pattern title to wizard summary step (#44662)
* [ML] Adding index pattern title to wizard summary step

* fixing types

* fixing translation ids
2019-09-04 09:19:36 +01:00
Alexey Antonov
5901b58336
Convert remaining data.indexPatterns items to use TS (#44654) 2019-09-04 10:51:17 +03:00
Dmitry Lemeshko
96cd619380
[visualize/_tsvb_time_series] fix flaky test (#44505) 2019-09-04 08:05:58 +02:00
Garrett Spong
7994a2c359
[SIEM] Updates fields in map tooltip and fixes filtering on undefined values (#44718)
## Summary

Updates the fields within the source/destination feature tooltips to show the following (https://github.com/elastic/kibana/issues/44493):
  * `host.name` 
  * `source/destination.ip` 
  * `source/destination.domain` 
  * `source/destination.as.organization.name` 

![image](https://user-images.githubusercontent.com/2946766/64210040-6bf5da00-ce5f-11e9-9331-0ab98aaefd35.png)

Fixes filtering on undefined field values (https://github.com/elastic/kibana/issues/44711)

![maps_filtering_fix](https://user-images.githubusercontent.com/2946766/64210200-dc9cf680-ce5f-11e9-8e51-5b87588569be.gif)


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

- [ ] ~This was checked for cross-browser compatibility, [including a check against IE11](https://github.com/elastic/kibana/blob/master/CONTRIBUTING.md#cross-browser-compatibility)~
- [ ] ~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)~
- [ ] ~[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

- [ ] ~This was checked for breaking API changes and was [labeled appropriately](https://github.com/elastic/kibana/blob/master/CONTRIBUTING.md#release-notes-process)~
- [ ] ~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-09-03 22:03:50 -06:00
Frank Hassanabad
9b13432b60
[SIEM] Remove deprecation warning from momentJS test (#44732)
## Summary

Removes a deprecation warning from a unit test when it passed invalid values to momentJS

### 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
- [x] 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-09-03 20:45:40 -06:00
Frank Hassanabad
7c06e3f785
[SIEM] Fixes the rendering order and adds unit tests to prevent rendering to get out of order (#44728)
## Summary

Fixes the rendering order so that if you have a Suricata Row Renderer it will be activated instead of just the netflow. This also adds more unit tests and rearranges the netflow renderer to be next to the plain row renderer so it takes less of a precedence and we should be less likely to break again in the future.

* https://github.com/elastic/kibana/issues/44408

Before:
<img width="1105" alt="before" src="https://user-images.githubusercontent.com/1151048/64216277-6a371100-ce75-11e9-99e6-f5120b591cc7.png">

After:
<img width="1097" alt="after" src="https://user-images.githubusercontent.com/1151048/64216282-6efbc500-ce75-11e9-8a45-d29fcd527a43.png">


### Checklist

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

- [ ] 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-09-03 19:36:40 -06:00
Spencer
ac687464f8
[optimizer] use more precise cache-busting strategy (#44724) 2019-09-03 18:28:35 -07:00
Aaron Caldwell
4cbe9ffcc2
[Maps] Reverse the attribution order so left-to-right order matches top-to-bottom (#44415)
* Reverse the attribution order so left-to-right order matches top-to-bottom layer order

* Update snapshot to reflect new attribution order
2019-09-03 17:16:38 -06:00
renovate[bot]
739cb22e26 Update sinon related packages (#43952)
* Update sinon related packages

* fix stub types to be compatible
2019-09-03 16:09:24 -07:00
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