Commit graph

17343 commits

Author SHA1 Message Date
Søren Louv-Jansen
e73dceae5c
[APM] Upgrade to react-redux-request (#19338) (#19382) 2018-05-24 11:01:52 +02:00
spalger
d942295417 [precommitHook/tslint] fix linted file count
(cherry picked from commit a0cf5c0d39)
2018-05-23 18:35:02 -07:00
Tim Sullivan
ee66dd306f
[Monitoring] Summary Status component data-test-subject wrap entire label/value container (#19289) (#19360)
* [Monitoring] Summary Status component data-test-subject wrap entire label/value container

* update functional tests
2018-05-23 16:57:17 -07:00
Spencer
09ba816e92
[6.x] [tslint] Fix violations in kbn-pm (#19335) (#19376)
Backports the following commits to 6.x:
 - [tslint] Fix violations in kbn-pm (#19335) (ce20463)
2018-05-23 16:05:16 -07:00
Spencer
04e2589777
[6.x] [tslint] fix violations in kbn-system-loader (#19336) (#19372)
Backports the following commits to 6.x:
 - [tslint] fix violations in kbn-system-loader (#19336) (3d08c5c)
2018-05-23 14:45:57 -07:00
Spencer
3d1441ab12
[ts] put JSX support in root tsconfig file (#19359) (#19365) 2018-05-23 13:15:36 -07:00
dave.snider@gmail.com
5f540e6a91
Fix banner issue in ie11 (#19273) (#19326)
* fix banner issue in ie11
2018-05-23 11:05:49 -07:00
Shaunak Kashyap
43bd79ab47
[Kibana Home] Add dashboard link to Netflow tutorial (#19299)
* Adding dashboard link for Netflow tutorial for 6.x

* Adding explanatory comment
2018-05-23 10:45:31 -07:00
lcawl
832b5b212f [DOCS Adds 6.4.0 release highlights page] 2018-05-23 09:08:02 -07:00
Lisa Cawley
ec07ecde92 [DOCS] Adds release highlight pages (#19333) 2018-05-23 09:01:35 -07:00
Tim Roes
803c9aea77
[6.x] Replace vis.reload by forceFetch requestHandler param (#19296) | Fix breaking tests on master (#19344) (#19345)
* Replace vis.reload by forceFetch requestHandler param (#19296)

* Fix breaking tests on master (#19344)
2018-05-23 14:55:35 +02:00
Bill McConaghy
ba73ddee08
fixing issue in edit index settings caused by ace upgrade (#19311) (#19337)
* fixing issue in edit index settings caused by ace upgrade

* fixing json mode
2018-05-22 19:33:31 -04:00
Chris Earle
e6a88e000d Add Notification Service (#19236)
This adds a notification service to Kibana that can be used to send
asynchronous notifications, such as sending email and Slack messages,
which are intended to be configured via a combination of the
`kibana.yml` and Kibana keystore.

Once configured, the actions are automatically added to the notification
service and can be invoked via the server using the `notificationService`
singleton or HTTP to send it directly. See the included README for more
details.
2018-05-22 19:09:04 -04:00
Spencer
37487a8472
[6.x] [tslint] lint typescript code (#19105) (#19331)
Backports the following commits to 6.x:
 - [tslint] lint typescript code  (#19105)
2018-05-22 15:27:06 -07:00
Nathan Reese
96ba61a84d
copy to clipboard in IE (#19281) (#19328) 2018-05-22 15:57:46 -06:00
Nathan Reese
4168ee4bec
upgrade kibana to eui 0.0.49 (#19284) (#19314) 2018-05-22 15:01:36 -06:00
Deb Adair
e89c3bb564 [DOCS] Fixed broken xref. 2018-05-22 13:57:59 -07:00
debadair
01f9080742 [DOCS] Added float/anchor tags to explicitly define page names (#19288) 2018-05-22 13:57:30 -07:00
Brandon Kobel
053771e39b
Introducing a SavedObjectRepository (#19013) (#19322)
* Create a separate SavedObjectRepository that the SavedObjectClient uses

* Moving the repository into lib/

* Fixing test after moving the repository

* Revising tests based on peer review

* Removing awaits

* Adding warning comments regarding the repository's impact on the SOC
2018-05-22 16:13:03 -04:00
Justin Kambic
f8b2c2ce35 [PipelineViewer] [Monitoring] Flatten Pipeline Statement Trees (#19084)
* Add flatten function and list class.

* Rename functions to be more descriptive.

* WIP moving flatten logic to classes.

* Finish moving flatten logic into classes, add tests.

* Simplify flattening, remove non-native dependency. Add more tests.

* Add defaults to simplify function call.

* Refactor two blocks into a function.

* Fixed broken test.

* Update classes based on PR feedback.

* Update module exports, remove obsolete file.
2018-05-22 15:50:33 -04:00
Joe Fleming
bf3c40542e Feat: expose reporting complete notifications (#19283)
This PR is a pretty small change to the Reporting job complete notification service. It converts the actual code to a simple object, instead of a class that needs to be instantiated. This makes the notification service a singleton, and also exports it so it can be used in non-Angular applications.

- Converts `reportingJobCompletionNotifications` factory to a singleton
- Exports the underlying jobCompletionNotifications
  - Allow use in non-angular plugins

Example use:

```js
import { jobCompletionNotifications } from 'plugins/reporting/services/job_completion_notifications';

createReportingJob() // pseudo code function that returns a reporting job id
.then(jobId => jobCompletionNotifications.add(jobId));
```
2018-05-22 12:49:54 -07:00
Stacey Gammon
9f813be3bf
Reporting API test expansion and clean up (#18986) (#19316)
* Update & expand reporting API tests

* remove xpack stuff from oss archive

* wrap "it"s so they are in expected order.

* Update expected recent stats

* url was pointing to a visualization not a csv

* Move comment around

* Merging with changes on master renaming stats to usage

* fix reference to old stats file.

* bad merge
2018-05-22 14:52:19 -04:00
Lisa Cawley
f3f6d1d910 [DOCS] Clarifies encrypting communications in Kibana (#19155) 2018-05-22 10:55:05 -07:00
Jen Huang
7a08437b0b
Fix ace warning in console output (#19272) (#19310) 2018-05-22 10:53:01 -07:00
Nathan Reese
470004d66b
remove double modal when cloning dashboard with duplicate title (#19049) (#19313)
* remove double modal when cloning dashboard with duplicate title

* reset duplicate state when input is updated

* update functional test for new clone workflow

* change warning message to EuiCallout

* updates from Stacey-Gammon review
2018-05-22 11:43:12 -06:00
gchaps
742f9b58c6
[DOCS|Dashboard] Updated images and text to match UI (#19149) (#19301)
* [DOCS|Dashboard] Updated images and text to match UI

* [DOCS | Dashboard] Incorporated review comments

* [DOCS | DASHBOARD] Incorporated more review comments.
2018-05-22 09:39:56 -07:00
Tim Sullivan
62cf2adc70
[XpackMain] 6.x Backport Add _xpack/usage API (#19232) (#19287)
*  [XpackMain] Add _xpack/usage API (#19232)

* [XpackMain] Add _xpack/usage API

* add xpack usage http api integration test

* comment

* misc test describe fixes

* fix integration test

* fix reply called twice

* enable api test

* enable kibana collection for integration test to work

* throw error comment

* Update config.js

remove whitespace change
2018-05-22 09:21:43 -07:00
Tim Roes
4f0e1ab65b
Add missing test for #19221 (#19253) (#19307)
* Add tests

* Merge the two addFilter methods
2018-05-22 18:09:18 +02:00
Tim Roes
7d1e3ea8bf
Wait longer for load discover search (#19265) (#19295) 2018-05-22 16:54:02 +02:00
Chris Roberson
55b8130285
[Management] Enable index pattern version conflicts (#18937) (#19300)
* Pass the version along so we can get version conflict errors, then try and resolve if we can

* Update the version post save

* Refactor slightly to match setId pattern

* Tests and updates to ensure the actual changes aren't clobbered

* Ensure we return the id

* Avoid infinite recursion, welcome suggestions on how to unit test this

* Change logic for refresh fields UI button. Now it will re-call init and force a fields refresh. This ensures we pick up on field format (and other) changes

* Fix a couple issues with saving field formats, #19037

* Use the right key for version
2018-05-22 10:44:45 -04:00
Aleh Zasypkin
dc16506da8
[6.x] Upgrade sinon (v1.17.3 --> v5.0.7). (#19293) 2018-05-22 15:41:45 +02:00
Tim Roes
8bd8d4c35c
Don't show toast warning in filter agg (#19255) (#19290) 2018-05-22 13:08:59 +02:00
archana
5316542750
Option to run kibana from build for CI (#19125) (#19225) (#19256)
* Option to run kibana from build for CI (#19125)

* Support --dev option for servers only

* try skipping dashboard time zones test
2018-05-21 19:05:50 -05:00
gchaps
26b0c8731e
[DOCS|Management] Added page for License Management] (#19220) (#19277)
* [DOCS|Management] Added page for License Management]

* [DOCS|Management] Updated license management docs per review comments

* [DOCS|Management] More review comments on license management doc
2018-05-21 14:46:21 -07:00
Spencer
adaf3fb9cf
[6.x] [precommitHook] ignore casing for files in .github directory (#19279) (#19280)
Backports the following commits to 6.x:
 - [precommitHook] ignore casing for files in .github directory  (#19279)
2018-05-21 13:48:11 -07:00
Yuri Astrakhan
53ec1d59ce
Fixed Vega map refresh, added vegamap test (#19245) (#19267) 2018-05-21 23:37:14 +03:00
Spencer
07f4e5ad77
[6.x] [typescript] add typescript support for the server and browser (#19104) (#19223)
Backports the following commits to 6.x:
 - [typescript] add typescript support for the server and browser  (#19104)
2018-05-21 10:42:59 -07:00
Tim Roes
420a20e799
Fix filtering out global time range (#19221) (#19246)
* Fix filtering out global time range

* Check if timefilter actually was created
2018-05-20 16:02:06 +02:00
Stacey Gammon
165644ac32
Dont need to confirm a modal anymore, there is none (#19243) (#19244) 2018-05-19 10:41:38 -04:00
Spencer
6a73c41ffd [npm] downgrade mocha even further, to before #19022 (#19238) (#19241) 2018-05-18 22:25:07 -04:00
Spencer
b3364e625a
[6.x] [npm] downgrade mocha to not need https://github.com/mochajs/mocha/pull/3346 (#19233) (#19234) 2018-05-18 15:32:29 -07:00
Tim Sullivan
11c17c68e9
Add some collector classes for objects that get registered in a CollectorSet (#19098) (#19230)
* Add some collector classes for objects that get registered in a CollectorSet

* comment cleanup

* don't pass an inline-defined logger to collectorSet

* add a helper logger function so collector has access to logger at construction
2018-05-18 15:25:01 -07:00
spalger
f17b311dfe [npm] upgrade mocha to include https://github.com/mochajs/mocha/pull/3346
(cherry picked from commit a5d1f1ccd6)
2018-05-18 14:47:39 -07:00
Chris Roberson
85c65427b9
Ensure we account for cluster level settings when looking for configured actions (#19121) (#19226) 2018-05-18 16:28:14 -04:00
Chris Roberson
7e0e77b4b6
[Management] Saved objects UI should use the Saved Objects client (#19193) (#19227)
* Ensure we always go through the saved objects client

* Fix a couple UI glitches

* Update these tests too

* Update snapshots
2018-05-18 16:28:05 -04:00
archana
05640a3258 Revert "Option to run kibana from build for CI" (#19224)
* Revert "[DOCS] Removes redundant index.asciidoc files (#19192)"

This reverts commit d11b5aae9a.

* Revert "[typescript] add typescript support for the server and browser (#19104)"

This reverts commit c6112067fc.

* Revert "Option to run kibana from build for CI (#19125)"

This reverts commit 5969860303.
2018-05-18 14:10:47 -05:00
Lisa Cawley
7913f07f5f [DOCS] Removes redundant index.asciidoc files (#19192) 2018-05-18 11:58:11 -07:00
archana
2a2ccd1eba Option to run kibana from build for CI (#19125) 2018-05-18 12:46:34 -05:00
Lisa Cawley
d273da0471 [DOCS] Moves X-Pack configuration pages in table of contents (#19182) 2018-05-18 10:10:40 -07:00
Matt Bargar
9fcb1ec9d8
Update viewing-field-stats.asciidoc 2018-05-18 12:53:20 -04:00