Commit graph

20362 commits

Author SHA1 Message Date
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
Brandon Kobel
f871da227a
[DOCS] - Adding token auth docs (#35431) (#35513)
* Adding token auth docs

* Revising based on Aleh's input

* Restructuring the token docs a bit

* Linking from the bullets

* More revisions, thanks Gail!!

* Whoops, accidentally added intead of replaced a sentence

* Clarifying the behavior when using both basic and token auth
2019-04-23 15:23:03 -07:00
Dmitry Lemeshko
1667175376
bump chromedriver to 73 (#35395) (#35472) 2019-04-23 17:23:29 +02:00
Ahmad Bamieh
d28e5b252a
[i18n] 6.7.2 remove comments from Chinese translations (#35461) 2019-04-23 17:50:27 +03:00
Thomas Neirynck
70515d0cdd
[Maps] Clear data load error when layer gets correct data (#34484) (#34740) (#35436) 2019-04-23 08:34:31 -04:00
Sarah Hersh
4ff8cb1f28
[DOCS] Adds 6.7.2 release notes (#35401) 2019-04-22 16:32:04 -04:00
Chris Roberson
afb09f18cc
[Monitoring] Address shard allocation color mismatch (#34086) (#35422)
* Address mismatch and add a couple starter tests

* More tests and fixing a bug
2019-04-22 14:48:46 -04:00
CJ Cenizal
798e92655f
Retrieve paused state of follower index from ES instead of depending upon the client to provide it. (#35342) (#35409) 2019-04-22 10:48:48 -07:00
Spencer
5415c8303a
[shellcheck] fix warnings (#35328) (#35367) 2019-04-21 11:30:44 -07:00
Josh Dover
a16c620ee8
Add configPrefix to upgrade assistant to allow disabling (#35383) 2019-04-21 11:47:01 -05:00
Joel Griffith
5a0db40dd7
Removing the noreferrer in the filterbar docs (#35368) 2019-04-19 12:25:14 -07:00
CJ Cenizal
0134e552d1
[CCR] Allow user to use CCR when security is not enabled. (#35333) (#35339) 2019-04-18 20:22:11 -07:00
Spencer
da37619e5e
[6.7] [chance] ensure random words are unique (#35302) (#35313)
Backports the following commits to 6.7:
 - [chance] ensure random words are unique  (#35302)
2019-04-18 11:58:32 -07:00