Commit graph

20396 commits

Author SHA1 Message Date
Peter Schretlen 7d7b45b185
[6.8] upgrade prop-types to an MIT-licensed version (#39526) (#39608)
* upgrade prop-types to an MIT-licensed version (#39526)
2019-06-26 12:45:29 -04:00
Roy Zanbel 1f355db987 Update upgrade assistant docs (#37862)
Updated upgrade assistant docs to indicate last version in 6.x series is 6.8
2019-06-26 02:23:38 -07:00
spalger 6475350f22 remove es snapshot override 2019-06-25 13:17:05 -07:00
Jonathan Budzenski e8ca0cad1f
[docs/production] multiple es nodes (#30276)
* [docs/production] multiple es nodes

* note console limitation

* mention related configuration
2019-06-24 13:08:54 -05:00
Pete Harverson 4a9fd0f8ba
[ML] Fixes URL of link to detector function reference docs (#35734) (#39426) 2019-06-21 11:18:01 +01:00
Oliver Gupte ecb6fc2336
[APM] fixes #39310 by checking that waterfall items exists before (#39311)
referencing it.
2019-06-20 12:10:20 -07:00
spalger 1c45809a50 simply test against ES 6.8.1, not a specific snapshot 2019-06-20 08:45:47 -07:00
spalger 97b4f31676 use correct TEST_ES_BRANCH env var 2019-06-20 08:29:55 -07:00
spalger 3dd5896b94 bump version to 6.8.2 2019-06-20 08:10:06 -07:00
Lisa Cawley 672529948b [DOCS] Removes out-dated tags from monitoring page (#39181) 2019-06-18 09:46:58 -07:00
Kaarina Tungseth 15a31e7222
6.8.1 Kibana Release Notes (#39029) 2019-06-18 09:16:16 -05:00
Spencer 6d53abe713
[6.8] [kbn/es] auto retry snapshot download on unexpected errors (#38944) (#38994)
* [kbn/es] auto retry snapshot download on unexpected errors

* missed an await

* pass log to retry()
2019-06-14 10:42:04 -07:00
Chris Roberson 5caf5da7a4
Ensure we provide the cluster when toggling completed recoveries (#38543) (#38909) 2019-06-13 13:48:03 -04:00
Chris Roberson 8eb532ac3f
Minor changes to text on Alerting in Stack Monitoring application (#38388) (#38884)
* Minor changes to text.

* "Basic" is a proper name, so it should be capatalized.

* Cluster Alerts are plural.

* Fix tests to align with help text changes

* Missed one test file
2019-06-13 10:23:41 -04:00
igoristic 908e296852
Flooring number down to whole second (#38065) (#38830) 2019-06-12 16:52:09 -04:00
Spencer 116edf66ac
Corrected the autocomplete suggestion for the "full_name" field (#37033) (#38709)
* Corrected the autocompleted suggestion for the "full_name" (that's what's expected) field in the put_user API. It was wrongly suggeting "fullname".

* E-mail corrected
2019-06-11 15:27:01 -07:00
CJ Cenizal 42d2a74e92
Disable CCR and Remote Clusters API integration tests on Cloud, because Cloud has disabled those features. (#38612) (#38630) 2019-06-10 19:54:18 -07:00
Spencer 77d4fac563
[6.8] [testFailureReporting] only run on master/version jobs (#38497) (#38549) 2019-06-10 08:35:23 -07:00
Justin Kambic 129040db7c
[Uptime] Change copy on empty state component (#33044) (#38281)
*     [Uptime] Change copy on empty state component (#33044)

    * Change copy on Uptime empty state component to use collecting instead of logging.

    * Update jest snapshot for changed component.

    * Update empty prompt link to send users to Add Data tutorial.

    * Update empty state tests for new changes.

* Add basePath declaration that was missed by backport merge resolution.
2019-06-07 16:53:23 -04:00
spalger 73c6be0865 skip failing test 2019-06-06 22:42:36 -07:00
spalger 7889940c93 Revert "re-enable yarn.lock validation checks"
This reverts commit 0e25e682e6.
2019-06-06 21:32:18 -07:00
spalger 2fbd5ecb7a Revert "update yarn.lock"
This reverts commit 459a601148.
2019-06-06 21:32:10 -07:00
spalger 459a601148 update yarn.lock 2019-06-06 18:40:13 -07:00
spalger 0e25e682e6 re-enable yarn.lock validation checks
(cherry picked from commit b09c0571c0)
2019-06-06 17:55:57 -07:00
James Gowdy a0957c5986
[ML] Fix for constant polling of deleting job tasks (#38013) (#38105)
* [ML] Fix for constant polling of deleting job tasks

* fixing comment
2019-06-05 15:39:21 +01:00
Lisa Cawley 07c7f3ef34 [DOCS] Clarify Data Visualizer limitation (#37143) 2019-06-03 09:21:28 -07:00
Shaunak Kashyap 772466d4aa
[6.8] Documenting missing cluster alerts (#37495) (#37653)
* Documenting missing cluster alerts.

Currently, the Cluster Alerts docs only list four cluster alerts. There are, in fact, six cluster alerts in all. This adds the remaining two.

* [DOCS] Fixes formatting
2019-05-31 09:04:41 -07:00
Nathan Reese 0eeb716bc3
[Maps][6.8] fix Join editor component componentDidUpdate logic to avoid infinite updates (#37647) 2019-05-31 07:46:16 -06:00
Lisa Cawley 4814521130 [DOCS] Disable Metricbeat system module (#37198) 2019-05-30 13:03:52 -07:00
Chris Koehnke d1167cd94e
Remove directory from dockerfiles target (#37258) (#37376)
* Remove directory from dockerfiles target

Produce a docker build context tarball without a top-level directory to
match the expected format for downstream automation.

This will produce:

```
$ tar -tzf target/kibana-8.0.0-docker-build-context.tar.gz
Dockerfile
bin/
config/
bin/kibana-docker
config/kibana.yml
```

Instead of:

```
$ tar -tzf target/kibana-8.0.0-docker-build-context.tar.gz
kibana-8.0.0-docker-build-context/Dockerfile
kibana-8.0.0-docker-build-context/bin/
kibana-8.0.0-docker-build-context/config/
kibana-8.0.0-docker-build-context/bin/kibana-docker
kibana-8.0.0-docker-build-context/config/kibana.yml
```

* Use options object for root directory config
2019-05-29 15:33:33 -04:00
Lisa Cawley bc210f7235 [DOCS] Backports monitoring configuration reorg (#37259) 2019-05-28 10:58:09 -07:00
Chris Roberson eb7cd29133
Remove improper usage (#37099) (#37129) 2019-05-28 12:48:32 -04:00
Shaunak Kashyap 3180052e6f
[6.8] [Grok Debugger] Trim trailing whitespace in sample data and grok patterns fields (#36245) (#37142) 2019-05-24 18:41:04 -07:00
Chris Roberson 866ad9bdfd
[6.8] [Monitoring] Fix 500 error from /api/stats (#36986) (#37087)
* Backport #36986 to 6.8

* Undo changes that aren't supposed to be here
2019-05-24 10:59:38 -04:00
dave.snider@gmail.com 5f790a10dc
[6.8] eui 6.10.8 (#37038) 2019-05-23 16:34:39 -07:00
Tiago Costa 9494b7832a
chore(NA): add xpack monitoring elasticsearch url option for 6.8 future releases (#36902) 2019-05-23 20:21:55 +01:00
István Zoltán Szabó a8e8bc543d [DOCS] Completed warning text. 2019-05-22 10:44:38 +02:00
LeeDr b6f6998dff bump version to 6.8.1 2019-05-20 16:48:07 -05:00
Sarah Hersh 74f70c0370
[DOCS] Adds release notes for 6.8 (#36240) 2019-05-20 07:56:12 -04:00
gchaps 9145a2cbd3 backporting updates to advanced settings 2019-05-16 16:33:47 -04:00
Chris Earle c51eecf50b
[6.8] [Telemetry] Allow Static Telemetry from telemetry.yml (#36244) (#36472)
This creates a new telemetry usage collector, which can be extended for
other purposes, that adds `static_telemetry` usage by pulling directory from
`${KIBANA_CONFIG}/telemetry.yml` anything specified
under the `xpack.telemetry.usage` object.

For example, if the kibana.yml set:

```yaml
xpack.telemetry.usage:
  object1:
    active: true
    field1: "value1"
  object2:
    field2: 123
```

then this would result in the usage object:

```json
{
  "static_telemetry": {
    "object1": {
      "active": true,
      "field1": "value1"
    },
    "object2": {
      "field2": 123
    }
  }
}
```
2019-05-10 17:47:08 -04:00
Sarah Hersh ded2efcf57 [DOCS] Update license page (#36448) 2019-05-10 14:08:13 -04:00
Sarah Hersh 6d2ea589d6 reformat tables for asciidoctor (#36136) 2019-05-09 16:28:06 -04:00
Pete Harverson eebb7a7d9d
[6.8] [ML] Set noopener feature when opening non-Kibana URLs (#36384) 2019-05-09 20:09:30 +01:00
CJ Cenizal a558885e60
Update license management copy related to security (#36204) (#36232) 2019-05-07 13:49:25 -07:00
Spencer 7f8209eb6f
[6.8] [dev/notice] don't rely on specific nodejs install styles in tests (#36176) (#36200) 2019-05-07 13:39:01 -07:00
Sarah Hersh 8d7e7e42c7
Remove coming tag (#36217) 2019-05-07 13:18:52 -04:00
Lisa Cawley d6cbe762f8 [DOCS] Fixes table format for Asciidoctor (#36130) 2019-05-06 15:57:27 -07:00
spalger 1c37770e60 disable flaky test #34038
(cherry picked from commit 02dbf2df4e)
2019-05-03 18:29:26 -07:00
CJ Cenizal 0ea7441af9
[ILM] Surface shrink action in edit form if it's already been set on the policy (#35987) (#36068)
* Set PHASE_SHRINK_ENABLED to true if the action has been specified on the phase.
2019-05-03 16:30:27 -07:00