Commit graph

27569 commits

Author SHA1 Message Date
James Gowdy e6ebec6e97
[ML] Fixing population chart issues (#45008)
* [ML] Fixing population chart issues

* removing include

* fixing ready check
2019-09-07 15:02:33 +01:00
James Gowdy c444932c35
[ML] Ensure chart interval is not smaller than bucket span (#44895) 2019-09-07 15:02:14 +01:00
spalger 8fee51f46a disable all code functional tests (#45094) 2019-09-06 23:50:37 -07:00
spalger 4ff9013a6d disable flaky suite (#42111)
(cherry picked from commit 797d5c60899cd77341da4af4137f821661d4441b)
2019-09-06 22:26:41 -07:00
Jen Huang 4b112b81c7
[Rollups] Add README (#44841)
* Add README to rollup plugin

* Fix URL

* Copy edits
2019-09-06 21:02:32 -07:00
spalger c0923adeda disable flaky suite (#45079) 2019-09-06 20:40:28 -07:00
Yang Yang 0f2c35b336
[Code] move RepoState to models (#44976)
RepoState is used by both front end and back end code, so move it to models.
2019-09-07 11:13:31 +08:00
Christiane (Tina) Heiligers 0656e4fc00
Remove double call to update state from saved query (#45046)
* Changes saved query watchers in Discover to reduce number of calls to updateStateFromSavedQuery

* Changes saved query watchers in Dashboard to reduce number of calls to updateStateFromSavedQuery

* Changes saved query watchers in Visualize to reduce number of calls to updateStateFromSavedQuery

* formatting

* fixes test
2019-09-06 16:12:31 -07:00
Christiane (Tina) Heiligers 6ceb62f6e4
Saved query requires title (#45029)
* adds validation on title requirement to the save query form

* Adds validation on title requirement in the saved query service as a precaution against circumventing the front end

* Adds jest unit test to catch no title provided

* Fixes typo

* Moves title conditional to the top of the function to fail fast

* Changes double quotes to single quotes

* Changes 'Title' to 'Name' in the saved query form validation error text for consistency with the form
2019-09-06 16:07:20 -07:00
Lisa Cawley 9db847f3f5
[DOCS] Updates location of version attribute for Kibana Guide (#45051) 2019-09-06 15:55:53 -07:00
Andrew Goldstein f37ec2476f
[SIEM] Events and Timeline Style / ID Updates (#44965)
## Summary (Fixes)

- Applies the new draggable styling and `font-size` changes to the `Events` widget and the `Timeline`
- Updates draggable IDs to avoid collisions

Tested in
- Chrome `76.0.3809.132`
- Firefox `69.0`
- Safari `12.1.2`

### Applied the new draggable styling and `font-size` changes to `Events`

**Before - Chrome**

<img width="1680" alt="01-events-before-chrome" src="https://user-images.githubusercontent.com/4459398/64402252-7bc51800-d031-11e9-8fa9-4bfd6a3f3783.png">

**After - Chrome**

<img width="1680" alt="01-events-after-chrome" src="https://user-images.githubusercontent.com/4459398/64402258-82ec2600-d031-11e9-92bd-6ccb98f77cf3.png">

**After - Firefox**

<img width="1680" alt="01-events-after-firefox" src="https://user-images.githubusercontent.com/4459398/64402310-b0d16a80-d031-11e9-9886-8b536650cdbf.png">

**After - Safari**

<img width="1680" alt="01-events-after-safari" src="https://user-images.githubusercontent.com/4459398/64402324-c181e080-d031-11e9-9237-3c0569cd88fe.png">

### Applied the new draggable styling and `font-size` changes to `Timeline`

**Before - Chrome**

<img width="1680" alt="02-timeline-before-chrome" src="https://user-images.githubusercontent.com/4459398/64402499-70262100-d032-11e9-8ac0-8ac58cd89d06.png">

**After - Chrome**

<img width="1680" alt="02-timeline-after-chrome" src="https://user-images.githubusercontent.com/4459398/64402512-77e5c580-d032-11e9-8f03-47c080e80c8c.png">

**After - Firefox**

<img width="1680" alt="02-timeline-after-firefox" src="https://user-images.githubusercontent.com/4459398/64402519-7d431000-d032-11e9-9672-b0ba6c90d70c.png">

**After - Safari**

<img width="1680" alt="02-timeline-after-safari" src="https://user-images.githubusercontent.com/4459398/64402525-83d18780-d032-11e9-80ac-f140983f9a62.png">

### Set the `font-weight` of filters in the `Timeline` to `500`

**Before - Chrome**

<img width="1090" alt="03-filters-before-chrome" src="https://user-images.githubusercontent.com/4459398/64402560-aa8fbe00-d032-11e9-913f-5ec996eccb6b.png">

**After - Chrome**

<img width="1089" alt="03-filters-after-chrome" src="https://user-images.githubusercontent.com/4459398/64402570-b1b6cc00-d032-11e9-88f9-c2c2fe4753d3.png">

**After - Firefox**

<img width="1090" alt="03-filters-after-firefox" src="https://user-images.githubusercontent.com/4459398/64402580-b7acad00-d032-11e9-95bb-d5a3df2ddb6b.png">

**After - Safari**

<img width="1089" alt="03-filters-after-safari" src="https://user-images.githubusercontent.com/4459398/64402590-bda28e00-d032-11e9-82e6-9e6de992a699.png">

### Restored the style of circular and/or badges

**Before - Chrome**

<img width="507" alt="04-badges-before-chrome" src="https://user-images.githubusercontent.com/4459398/64402625-d612a880-d032-11e9-95aa-ce196e9c6696.png">

**After - Chrome**

<img width="491" alt="04-badges-after-chrome" src="https://user-images.githubusercontent.com/4459398/64402635-df037a00-d032-11e9-8a9d-9e45f644debf.png">

**After - Firefox**

<img width="451" alt="04-badges-after-firefox" src="https://user-images.githubusercontent.com/4459398/64402658-e88ce200-d032-11e9-8f11-9444fb4d2ebf.png">

**After - Safari**

<img width="460" alt="04-badges-after-safari" src="https://user-images.githubusercontent.com/4459398/64402671-f0e51d00-d032-11e9-8e8f-01c8b43da341.png">

### Restored and updated the style of the `highlighted` badge in the drop zone

**Before - Chrome**

<img width="381" alt="05-highlighted-before-chrome" src="https://user-images.githubusercontent.com/4459398/64402714-1540f980-d033-11e9-87f5-16f23b60c11b.png">

**After - Chrome**

<img width="426" alt="05-highlighted-after-chrome" src="https://user-images.githubusercontent.com/4459398/64402723-1d009e00-d033-11e9-9445-c1704bf3d7c3.png">

**After - Firefox**

<img width="408" alt="05-highlighted-after-firefox" src="https://user-images.githubusercontent.com/4459398/64402734-2427ac00-d033-11e9-8eda-74f2ba72c57f.png">

**After - Safari**

<img width="409" alt="05-highlighted-after-safari" src="https://user-images.githubusercontent.com/4459398/64402745-2ab62380-d033-11e9-91bc-645bcb7349ee.png">

### Restored centering of the number in the `T I M E L I N E ` flyout button

**Before - Chrome**

<img width="89" alt="06-flyout-before-chrome" src="https://user-images.githubusercontent.com/4459398/64402759-37d31280-d033-11e9-81f8-371ac6b83de3.png">

**After - Chrome**

<img width="67" alt="06-flyout-after-chrome" src="https://user-images.githubusercontent.com/4459398/64402768-3efa2080-d033-11e9-9c80-91078cb38b5d.png">

**After - Firefox**

<img width="64" alt="06-flyout-after-firefox" src="https://user-images.githubusercontent.com/4459398/64402783-48838880-d033-11e9-9d17-6d42eec31864.png">

**After - Safari**

<img width="75" alt="06-flyout-after-safari" src="https://user-images.githubusercontent.com/4459398/64402795-4de0d300-d033-11e9-90b5-f0d766dd0d40.png">

### Removed an extra drag handle from the netflow source and destination IP row renderers

**Before - Chrome**

![07-netflow-before-chrome](https://user-images.githubusercontent.com/4459398/64402811-589b6800-d033-11e9-8919-34b9eba672b1.png)

**After - Chrome**

![07-netflow-after-chrome](https://user-images.githubusercontent.com/4459398/64402818-5f29df80-d033-11e9-9a7b-3682f786522e.png)

**After - Firefox**

![07-netflow-after-firefox](https://user-images.githubusercontent.com/4459398/64402823-63ee9380-d033-11e9-8e00-a20e7cdaf787.png)

**After - Safari**

![07-netflow-after-safari](https://user-images.githubusercontent.com/4459398/64402830-694bde00-d033-11e9-96be-270d67dc03cc.png)

### Cleanup of `Copy to Clipboard` styles

**Before - Chrome**

<img width="238" alt="08-clipboard-before-chrome" src="https://user-images.githubusercontent.com/4459398/64402846-77016380-d033-11e9-9355-e3661d6c7b5b.png">

**After - Chrome**

<img width="217" alt="08-clipboard-after-chrome" src="https://user-images.githubusercontent.com/4459398/64402851-7f599e80-d033-11e9-86d5-1d6b5d0a0349.png">

**After - Firefox**

<img width="222" alt="08-clipboard-after-fiirefox" src="https://user-images.githubusercontent.com/4459398/64402854-84b6e900-d033-11e9-92c2-260c4ea6a95b.png">

**After - Safari**

<img width="217" alt="08-clipboard-after-safari" src="https://user-images.githubusercontent.com/4459398/64402866-8da7ba80-d033-11e9-9149-3016f004bef4.png">

### Restored “grab” hand icon on badges in the Timeline (e.g. `source.bytes`)

(no screenshots available for cursor changes)

### Fields browser font size

**Before - Chrome**

<img width="909" alt="09-fields-browser-before-chrome" src="https://user-images.githubusercontent.com/4459398/64402885-a1532100-d033-11e9-8958-f68d558517c0.png">

**After - Chrome**

<img width="909" alt="09-fields-browser-after-chrome" src="https://user-images.githubusercontent.com/4459398/64402900-b3cd5a80-d033-11e9-9304-64d2ab693c1e.png">

**After - Firefox**

<img width="911" alt="09-fields-browser-after-firefox" src="https://user-images.githubusercontent.com/4459398/64402908-baf46880-d033-11e9-8044-a0644d0f2ba7.png">

**After - Safari**

<img width="908" alt="09-fields-browser-after-safari" src="https://user-images.githubusercontent.com/4459398/64402922-c21b7680-d033-11e9-86be-9e6d5dde5fcc.png">

### Events viewer shows “Loading Events” instead of “Loading Timeline data…”

**Before - Chrome**

<img width="1680" alt="10-loading-events-before-chrome" src="https://user-images.githubusercontent.com/4459398/64402937-cfd0fc00-d033-11e9-9b7f-57daf0a79056.png">

**After - Chrome**

<img width="1680" alt="10-loading-events-after-chrome" src="https://user-images.githubusercontent.com/4459398/64402947-d790a080-d033-11e9-8af7-6b05a6d94c18.png">

**After - Firefox**

<img width="1674" alt="10-loading-events-after-firefox" src="https://user-images.githubusercontent.com/4459398/64402958-ea0ada00-d033-11e9-9a85-92fe2ca2d867.png">

**After - Safari**

(no loading events after screenshot for Safari)

### Expanded events once-again use 100% visible width instead of 100% total width of the columns

11 - S C R E E N S H O T

**Before - Chrome**

<img width="1118" alt="11-expanded-event-before-chrome" src="https://user-images.githubusercontent.com/4459398/64402976-fdb64080-d033-11e9-90cf-fbf20b7fb5a4.png">

**After - Chrome**

<img width="1116" alt="11-expanded-event-after-chrome" src="https://user-images.githubusercontent.com/4459398/64402979-06a71200-d034-11e9-8d34-a08e9e1b28b1.png">

**After - Firefox**

<img width="1015" alt="11-expanded-event-after-firefox" src="https://user-images.githubusercontent.com/4459398/64402984-0dce2000-d034-11e9-9d57-12bb4b79a863.png">

**After - Safari**

<img width="1116" alt="11-expanded-event-after-safari" src="https://user-images.githubusercontent.com/4459398/64402993-145c9780-d034-11e9-933c-0b5cdefe69b6.png">

### Other fixes

- Fixed draggable errors related to non-unqiue IDs

Errors like the following were logged to the console when, for example, events were dragged from the `Events` widget to the timeline:

```
tiny-invariant.cjs.js:15 Uncaught Error: Invariant failed: Cannot unregister Droppable with id droppableId.content.id-timeline-column-@timestamp-for-event-N1fTBG0BOpWiDweSpKYz-@timestamp-2019-09-06T04:27:21_017Z as as it is not registered
    at index (tiny-invariant.cjs.js:15)
    at Object.unregisterDroppable (react-beautiful-dnd.cjs.js:2950)
    at DroppableDimensionPublisher._this.unpublish (react-beautiful-dnd.cjs.js:4093)
    at DroppableDimensionPublisher.componentWillUnmount (react-beautiful-dnd.cjs.js:4210)
    at callComponentWillUnmountWithTimer (react-dom.development.js:16963)
    at HTMLUnknownElement.callCallback (react-dom.development.js:149)
    at Object.invokeGuardedCallbackDev (react-dom.development.js:199)
    at invokeGuardedCallback (react-dom.development.js:256)
    at safelyCallComponentWillUnmount (react-dom.development.js:16970)
    at commitUnmount (react-dom.development.js:17347)
```

- Replaced a TODO in `addTimelineToStore` that caused the `host-events` timeline to disappear from the `timelineById` store

https://github.com/elastic/siem-team/issues/454
https://github.com/elastic/kibana/issues/44016
2019-09-06 15:42:33 -06:00
Frank Hassanabad 52c5cb61a5
[SEIM] Fixes hostName not being passed down for Anomalies table (#45050)
## Summary

The router refactor accidentally introduced a bug where anomalies is no longer filtering out entities within the host details and adds a unit test for it.

Before:
<img width="2002" alt="before_anomalies_mixing" src="https://user-images.githubusercontent.com/1151048/64457061-e4060f00-d0ae-11e9-9a2a-29a8bf9be3c4.png">

After: 
<img width="2005" alt="after_no_mixing" src="https://user-images.githubusercontent.com/1151048/64457062-e6686900-d0ae-11e9-81b9-88d19dffb3d2.png">

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

### 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-09-06 15:39:34 -06:00
Lisa Cawley 745f3d1167
[DOCS] Create developer guide part (#44954) 2019-09-06 13:51:03 -07:00
Dario Gieselaar c01a5793ac Upgrade io-ts and fp-ts (#44753)
* Upgrade io-ts and fp-ts

* Add io-ts/fp-ts as top level dependencies

* Merge fp-ts changes from actions plugin

* Use getOrElse instead of fold
2019-09-06 15:40:51 -05:00
Angela Chuang c7112d06a0
Do not display anomalies tab without mlUserPermission (#45025) 2019-09-06 21:35:39 +01:00
Frank Hassanabad 426ebf0caa
[SIEM] Fixes pushing down the host and network details correctly so that currated columns can be removed (#45031)
## Summary

This fixes an unreleased bug where the tabs was not pushing down the page type of details and we were rendering columns that have duplicate information when on details pages such as host information.

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

This adds the enhancement of uncommon process table by removing two of its columns when on the details page which are the columns of:

* hosts
* number of hosts

Before for uncommon process when on a details page:
<img width="2007" alt="Screen Shot 2019-09-06 at 11 59 20 AM" src="https://user-images.githubusercontent.com/1151048/64450684-e614a180-d09f-11e9-9c07-47f4e87f307b.png">

After for  uncommon process when on a details page:
<img width="2018" alt="Screen Shot 2019-09-06 at 11 56 24 AM" src="https://user-images.githubusercontent.com/1151048/64450698-ec0a8280-d09f-11e9-86e9-2f4e0811400e.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)
- [ ] [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-06 13:39:52 -06:00
Tre ef4a73a491
[Plugin Generator] Add integration test (#43219)
Addresses https://github.com/elastic/kibana/issues/17061

### Features Covered 
 - generating a plugin

#### Then from within the generated plugin's directory
 - running `yarn build`
 - running `yarn test:browser`
 - running `yarn test:server`
 - running `yarn start`
 - running `yarn preinstall`
 - running `yarn lint`
 - running `yarn kbn --help`
 - running `yarn es --help`
2019-09-06 13:10:47 -06:00
Nate Archer f31a53c1f4
[DOCS][CODE]: Code docs grammar edits and adjustments (#44838)
* [DOCS] Fix beta tag in Code Docs

* [DOCS][7.x][CODE]: Code docs grammar edits and adjustments

* Address Gail's feedback

* More feedback
2019-09-06 13:48:30 -05:00
Joel Griffith f8ba0238ee
Move over to Google Storage vs AWS (#44685) 2019-09-06 11:18:39 -07:00
Catherine Liu 39424f5724
[Canvas] Adds support for uppercase cluster names in esdocs and other datasource bug fixes (#44311)
* Sets index argument value as default index when index is not provided

* Checks if default index exists before retrieving the index pattern saved object

* Removed toLowerCase on index names

* Removed lower casing of index names
2019-09-06 11:17:15 -07:00
Mengwei Ding 1909ed98ac
[Code] bundle git repo for functional test (#44547)
* [Code] bundle git repo for functional test

* adjustment
2019-09-06 11:06:54 -07:00
Jean-Louis Leysens 4c6ceb04c4
Added distance_feature to autocompletion (#44645) 2019-09-06 19:42:28 +02:00
Xavier Mouligneau 44b6cf46a3
[SIEM] when adding 2*nth note on an event do not unpin it (#44941)
* [SIEM] fix bug to not allow to unpinn an event when adding 2*nth note on this event

* fix type check
2019-09-06 13:04:37 -04:00
Kaarina Tungseth 925dfab588
[DOCS] New template for APIs (#39298)
* Clean up

* Dashboard export API

* More changes

* role-management and saved-objects

* Clean up

* Final clean up

* Clean up

* Moved labels to appropriate places

* Fixed rogue commits
2019-09-06 11:09:57 -05:00
Lisa Cawley 9ff21891ae
[DOCS] Change title of Kibana book (#44957) 2019-09-06 09:03:42 -07:00
Larry Gregory 0d239384e5
skipping flakey test (#45001) 2019-09-06 11:28:07 -04:00
Steph Milovic d9094574e8
[SIEM] Fixes escape bug for filterQuery (#43030) 2019-09-06 08:31:23 -06:00
Larry Gregory e18606ce61
Export saved objects based on search criteria (#44723)
* export all saved objects returned from search, not all saved objects that exist

* remove unused mock
2019-09-06 10:22:49 -04:00
Gidi Meir Morris 5d8b8feb29
refactor(webhook-whitelisting): Removed unneeded schema config (#44974)
Removed an unnecessary Actions schema configuration
2019-09-06 14:56:29 +01:00
Søren Louv-Jansen 6d1be8ea87
[APM] Make number of x ticks responsive to the plot width (#44870)
* [APM] Make number of x ticks responsive to the plot width

* Fix snapshots
2019-09-06 14:16:02 +02:00
Walter Rafelsberger 5c42492b55
[ML] Single metric viewer: Fix top nav refresh behaviour. (#44860)
This PR fixes a regression which didn't stop the date picker refresh when switching from the anomaly detection jobs list to single metric viewer. Includes unit tests which would fail without the fix.
2019-09-06 04:41:36 -07:00
Daniil Suleiman ab24359879 Replace TSVB timeseries charts with elastic-charts (#33558)
* Replace TSVB timeseries charts with elastic-charts

* Add sort index for series

* Update src/legacy/core_plugins/metrics/public/visualizations/views/timeseries/index.js

Co-Authored-By: Nick Partridge <nick.ryan.partridge@gmail.com>

* Fix PR comments

* fix issue with scaling

* fix crosshair styles for bar
2019-09-06 12:45:30 +03:00
Alexey Antonov bf9c86fceb
[TSVB][Top N aggregation] Unable to deal with negative values (#43581)
* [TSVB][Top N aggregation] Unable to deal with negative values

* change logic only for negative values

* fix PR comments

* fix scss styles

* fix calculating interval length

* Fix PR comments
2019-09-06 10:20:54 +03:00
Gidi Meir Morris 0d1f3cf620
[alerting] Adds Action Type configuration support and whitelisting (#44483)
A wide refactor of Action Types and their configuration:
- Action Types are now initialised with a their associated configuration based on `kibana.yml`
- You may now whitelist certain hostnames to allow built-in actions, such as _Webhooks_, to communicate with the outside world
- The _Webhooks_ Built-in action is now available, if you have `alerting` and `actions` enabled
2019-09-06 07:43:21 +01:00
Dmitry Lemeshko 3a158b9d7d
FTR: fix WebDriver Actions calls (#44605)
* [services/web_element_wrapper] add actions API methods

* fixes

* [services/browser] fix dragAnDrop to work in both w3c/non-w3c modes

* small review changes

* dragAndDrop: add default values for offset
2019-09-06 07:54:26 +02:00
Yang Yang 5049b460b4
[Code] add NodeRepositoriesService to watch new repositories on local node (#44677)
* add NodeRepositoriesService to watch new repositories on local node.
* catch exceptions from cluster state listener
* add TODO for repo clean ups
* do not start reclone scheduler in cluster mode
2019-09-06 13:50:06 +08:00
Nathan Reese 3e752944e3
[skip-ci][Maps] Improve Maps intro page (#44721)
* [skip-ci][Maps] Improve Maps intro page

* review feedback

* trim list to 7 items, add link to getting started guide, change all references to app to Elastic Maps

* review feedback

* bold Elastic Maps in intro page
2019-09-05 20:45:23 -06:00
Nathan Reese e40359958f
[Maps] Update titles and descriptions for data sources (#44833)
* [Maps] Update titles and descriptions for data sources

* update kibana tilemap source description

* Update x-pack/legacy/plugins/maps/public/layers/sources/es_pew_pew_source/es_pew_pew_source.js

Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com>

* update functional test dataTestSubj click handles based on source name changes

* update TMS source descriptions to be more consistent
2019-09-05 20:38:01 -06:00
Clint Andrew Hall db83f863a0
Types + Extract Integration Util (#44433)
* Types + Extract Integration Util

* Missed a file

* Compensate for the TS/JS import confusion by eslint
2019-09-05 16:45:23 -05:00
Aleh Zasypkin 727859c554
Downgrade log level from info to debug for cases when we cannot handle authentication attempt. (#44933) 2019-09-05 23:07:39 +02:00
Tim Sullivan 24137e8af9
[Reporting] Remove Chome stdout/stderr observables, Add Browser Logger observable (#44359)
* Add browserLogger$, processLogger$

Remove handling of nssError$, fontError$, noUsableSandbox$

* clean up messy logs being forwarded
2019-09-05 13:20:57 -07:00
Clint Andrew Hall a965a77744
Update Jest script to output coverage (#44447)
* Update Jest script to output coverage

* kill console.log
2019-09-05 15:08:54 -05:00
Spencer 16eb033a24
[ftr] support --kibana-install-dir flag (#44552)
* [ftr] support --kibana-install-dir flag

* improve spacing/style of success message

* Remove unused var
2019-09-05 13:06:10 -07:00
Alison Goryachev e383069066
[WATCHER] Allow user to set a threshold value of 0 (#44810) 2019-09-05 15:03:24 -04:00
sainthkh 8c44e89b47 Remove injectI18n in dashboard plugin. (#44580)
* Removed injectI18n from dashboard listing

* Added helpers for I18nProvider

* Remove intl from DashboardCloneModal

* Remove intl from options.tsx

* Remove intl from DashboardSaveModal
2019-09-05 13:46:22 -04:00
Joe Reuter f080218918
[Graph] Save modal (#44261)
* create graph listing page

* clean up app folder

* remove inline loading menu

* also add badge to workspace route

* fix tests

* fix graph spaces functional test

* generate documentation for new breadcrumb property

* fix test subject names

* remove unused translations

* start implementing save modal flow for Graph

* fix spaces functional test

* wip save modal

* wip save modal

* add and style save modal

* add placeholder to description field

* disable dirty check on breadcrumb navigation and fix delete function

* improve onClick typing on breadcrumb

* fix newline error and use new types in dashboard app controller

* fix translation errors

* fix i18n translation for real

* code review

* fix i18n phrases

* remove fragments

* remove unnecessary max-width and add commentary

* move to async syntax

* clean up implementation

* use description instead of title

* fix snapshot

* adress review comments and set width for all save modals

* fix bug and improve typing

* fix classname
2019-09-05 19:39:39 +02:00
Aleh Zasypkin 1b76070f2f
Use external script for the OIDC Implicit flow handler page. (#44866) 2019-09-05 19:28:43 +02:00
Mikhail Shustov 861a1e26cc
disable router prefixing with pluginId (#44855)
to unblock plugin migration until new api and static
resource services are available
2019-09-05 18:03:09 +02:00
Xavier Mouligneau a712751ccd
[SIEM] Fix bug on url + inspect functionality on hosts/hostDetails page (#44671)
* refactor code to use react-router params instead of regex inside of use-url-state
Fix inspect in hosts/host details page
Fix some url state issue too

* add search in breadcrumb + fix existing unit testing

* refactor code to use react-router params instead of regex inside of use-url-state
Fix inspect in hosts/host details page
Fix some url state issue too

* add search in breadcrumb + fix existing unit testing

* fix bug by doing cypress test

* clean up + unit testing

* review I

* [SIEM] Fixes the Anomalies table paging to work again

* Updated to look more like the PR in flight to have a smaller diff

* fix cyclic deps

* remove redundant comment

* review II

* review II + fix circular dependency

* fix host url
2019-09-05 11:57:23 -04:00
James Gowdy 7d22b74763
[ML] File data viz limiting uploaded doc chunk size (#44768)
* [ML] File data viz limitiing upload chunk size

* adding comments

* refactor

* fixing incorrect overwrite of array
2019-09-05 16:55:49 +01:00