Commit graph

20374 commits

Author SHA1 Message Date
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
Lisa Cawley 00ce75566d [DOCS] Fixes ordered list for asciidoctor (#36065) 2019-05-03 16:02:31 -07:00
lcawl 6027d30ab8 [DOCS] Fixes release note link 2019-05-03 15:07:19 -07:00
Melissa Alvarez aa42a3c3e8
ensure viewByFieldName is retained on explorer initialize (#35815) 2019-05-02 14:15:21 -04:00
Lisa Cawley f51c414ae1
[DOCS] Updates version attributes for 6.8 (#35904) 2019-05-02 08:56:40 -07:00
Tyler Smalley 54e4c99ee3
Bump elasticsearch-js to 15.5.0 (#35910) (#35916)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2019-05-01 18:04:01 -07:00
spalger 1d439a37f4 Revert "build es from source until snapshot for 6.8.0 is ready"
This reverts commit 33b82252fa.
2019-05-01 17:40:20 -07:00
Peter 5b70dcabea
[6.8] Backport/6.8/security basic (#35889)
* enable security plugin in basic

enable security on file dataviz and import (ML plugin)

update unit tests

add api test coverage for security in basic

move audit logging to standard+ license level

* removing test that wasn't added until 7.X (feature controls)
2019-05-01 16:40:56 -07:00
Tyler Smalley 33b82252fa build es from source until snapshot for 6.8.0 is ready
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2019-05-01 14:14:38 -07:00
Peter 9f3fe032e6
bump version to 6.8.0 (#35880) 2019-05-01 11:08:47 -07:00
Chris Earle 5a4f30947d
[Telemetry] Check for 6.7.2 instead of 6.7.3 (#35814) (#35823)
The versioned documents should ignore ordinary 6.7.2 documents,
rather than only starting with 6.7.3 documents.
2019-04-30 13:56:37 -04:00
Jason Rhodes b4efc956cd
Persists current kuery value from URL if present (#35795) 2019-04-30 11:07:13 -04:00
Chris Cowan 4ad96bd5eb
Fixes #34606 - Adjust CSS to fix scrolling bug in Waffle Map (#34881) (#35602) 2019-04-29 06:48:18 -07:00
Shaunak Kashyap c8ecbda57a
[6.7] Exclude usage stats when exclude_usage flag is specified (#35691) (#35702)
* Exclude usage stats when `exclude_usage` flag is specified

* Entirely excluding the usage key altogether

* Adding API integration test

* Fixing param name in comment + adding more info to comment

* Fix API test copy-pasta

* Fixing test assertion syntax
2019-04-28 04:02:34 -07:00
Ahmad Bamieh c9633e096d [6.7] Monitoring telemetry collection interval (#34609) (#35695)
* Monitoring telemetry collection interval (#34609)

* Only collect usage data once a day from kibana monitoring
2019-04-26 23:53:02 -04:00
Tiago Costa e3f142327a
chore(NA): include type=text/css when linking stylesheets in order to avoid misleading mime identifications behind a proxy (#35635) 2019-04-26 03:58:08 +01:00
Tyler Smalley f06a5051de
[kbn-es] Add network archive downloading to installArchive (#31535) (#35605) 2019-04-25 14:20:01 -07:00
Tyler Smalley 10983d5926
chore(NA): remove empty stylesheet for statspage. (#35540) (#35608) 2019-04-25 14:17:52 -07:00
Sarah Hersh 881b3150da backport console updates 2019-04-25 10:05:08 -04:00
Tim Roes d728c894c4 Make time_zone parameter properly volatile (#35536) (#35558) 2019-04-24 20:29:22 -06:00
spalger c69c416624 update chromedriver
(cherry picked from commit 3b71d997e4)
2019-04-24 18:36:42 -07:00
igoristic 388860a2fd
Showing node name instead of uid in breadcrumbs (#35553) (#35565) 2019-04-24 19:56:43 -04:00
kobelb 507f4be118 Fixing security token auth doc link 2019-04-23 18:10:46 -07:00