Commit graph

21811 commits

Author SHA1 Message Date
Pete Harverson
9b4a5a07d8
[ML] Handle removal of backend ml.enabled node attribute (#27604) 2018-12-21 09:13:30 +00:00
Spencer
b807b09f04
[uiExports/styleSheetPaths] avoid string concatenation for paths (#27471) 2018-12-20 14:58:13 -08:00
Spencer
8f8c19d32d
[esArchiver/unload/kibana] delete all object but the default space (#27412)
* [esArchiver/unload/kibana] delete all object but the default space

* [esArchiver/unload/kibanaIndex] run delete_by_query through .kibana alias
2018-12-20 14:56:29 -08:00
Sarah Hersh
c048fa74ab
remove 7.0alpha2 coming tag (#27634) 2018-12-20 17:26:39 -05:00
Nathan Reese
c6bb708d62
Update ecommerce index pattern fields so they have same type as elasticsearch mappings (#27549) 2018-12-20 15:18:15 -07:00
Stacey Gammon
fd28ce3eae
Stabilize flaky visualize test (#27470)
* Stabilize flaky visualize test

- don’t wait for header unnecessarily.  - use clickWhenNotDisabled instead of click. - use an outer retry to account for stale elements from pie chart likely not editing render complete correctly

* More fixes

- fix interval selection so it doesn’t accidentally click Go.  - fix legit bug with non existent _source field being used in a test. - Don’t “click Go” when not needed.

* Clean up

- can’t run pie chart tests multiple times in a row.  - remove more unnecessary clickGos
2018-12-20 17:04:15 -05:00
CJ Cenizal
66b3e48c6c
Refine warning copy in Remote Clusters. (#27620) 2018-12-20 12:22:28 -08:00
CJ Cenizal
d50434a3bb
Remove errant slash from Index Management detail panel. (#27605) 2018-12-20 12:21:20 -08:00
Josh Dover
41bbbe38a6
Update telemetry test for ODBC stat changes in Elasticsearch (#27608)
* Update telemetry test for elasticsearch#36753

* Skip broken remote cluster test for today
2018-12-20 13:44:03 -06:00
Clint Andrew Hall
7f3e632b11
[i18n][prereq] Refactor Elements to TypeScript (#26134)
This was approved before I rebased... merging to avoid more confusion.
2018-12-20 11:56:46 -06:00
Tal Levy
88aa1434b5
Add ILM privileges (#27461)
This commit adds the `manage_ilm`, `read_ilm` cluster
privileges, and the `manage_ilm` index privilege.

these were introduced into ES by:
https://github.com/elastic/elasticsearch/pull/36493
2018-12-20 08:53:46 -08:00
Melissa Alvarez
5e84fe1861
Add permissin callout to joblist datafeed preview (#27545) 2018-12-20 09:35:42 -07:00
Melissa Alvarez
a730d694d6
[ML] Fix import modal flex items overflowing in IE11 (#27529)
* Fix import modal for IE11

* update tests
2018-12-20 09:29:32 -07:00
Catherine Liu
317435da0b
Fixes page manager for workpads without style property (#27556)
* Added fallback value for workpadCSS prop

* Added fallback to value for workpad css in page manager
2018-12-20 09:25:14 -07:00
Chris Roberson
48384bb4c5
[Monitoring] Resolve some logstash UI regressions (#27530)
* Resolve some logstash UI regressions

* Re-run the setup function when attributes change
2018-12-20 10:17:36 -05:00
Søren Louv-Jansen
2e44885e82
[APM] Fix occurrence typo (#27571) 2018-12-20 13:12:44 +01:00
Pete Harverson
d03df07a68
[ML] Fix single metric job wizard y axis width for fractional values (#27521) 2018-12-20 10:13:36 +00:00
tibmt
16033357c2 translate Machine Learning datavisualizer (#25527)
* translate Machine Learning datavisualizer

* change some ids, change some structures and dont translate unnesesary scripts

* update i18nrc.json

* update datavisualizer_selector.js - remove eslint-disable

* add html_ prefix to values containing html

* use i18n angular service.

translate missed labels

* Fix syntax in i18n-values

* Replace FormatedMessage to intl.formatMessage for  betaBadgeLabel

* Fix issue
2018-12-20 12:53:44 +03:00
Walter Rafelsberger
5a7ab185f9
[ML] Adds a check if the current user can access the indexpattern required to clone a job. (#27496)
Adds a check if all index patterns necessary to clone a job are available for the current user. The check will only allow cloning of a job if the user has the right permissions and can still access the indexPattern the job was created for. An indexPattern could either have been deleted since the the job was created or the current user doesn't have the required permissions to access the indexPattern. The "Clone Job" action in the jobs list action menu will be greyed out and unavailable for that job.
2018-12-20 10:34:27 +01:00
Søren Louv-Jansen
998afde6e4
[APM] Link from error to transaction (#27227) 2018-12-20 00:47:13 +01:00
Mark Robert Henderson
7dc673721c Creating Accessibility Issue Template (#25515)
* Creating Accessinbility Issue Template

* Update Accessibility.md
2018-12-19 18:38:25 -05:00
Stacey Gammon
e7151676b7
Bring back styled name (#27540) 2018-12-19 17:08:46 -05:00
Thomas Neirynck
ffc8bae820
[GIS] Add Maps Plugin (#24804)
This adds the MVP of the Phase 1 version of the Maps Plugin to Kibana (https://github.com/elastic/kibana/issues/19582).

This is added as a new Stack Feature, requiring a basic license.
2018-12-19 16:14:41 -05:00
Josh Dover
80246a71cc
Add 6.6 to .backportrc.json 2018-12-19 14:51:13 -06:00
Sarah Hersh
c8247dcdb0
[DOCS]Fixes broken link in release highlights (#27533)
* fixes broken link in release highlights
2018-12-19 14:51:04 -05:00
Jason Rhodes
e8f7d9e8b7
APM Metrics, UI Baseline (#26608)
* Service detail page refactor with TS conversions

* Adds error group list back to the service details page tabs

* Fixes after rebasing upstream master

* Adds integrations menu and flyouts, with no-transaction ML job creation and lookup

* WIP adds memory usage chart with fake data

* Adds error group distribution chart to metrics tab

* Metrics "memory" chart data flow from server to chart

* Server side query and transform set up for cpu charts

* CPU charts created

* Review feedback and watcher flyout

* Server tests added, broken tests fixed

* Review feedback

* Fixes up type problems

* Converts metric key paths to constants

* Fixes error group type issue after rebasing from master

* Makes transaction type filterable on transactions list tab

* Review feedback

* Chart formatting tweaks and fixes

* Fixes y-axis ticks for GB chart

* Restores machine learning annotations with some test fixes

* Continued styling and other review based changes

* More review fixes and cleanup

* Updated chartGroupProps -> hoverXHandlers

* Removes "type" column from transaction list table

* Re-centers around using urlParams

* Fixes panel item references in service integrations menu

* Serves default transaction type from /transactions route

* Reverts tooltip series ordering change

* Adds a clarification note about route config

* Makes it possible to request transaction chart data without specifying type

* Fixes empty series problem for memory chart

* Fixes tests

* Review feedback

* Fixes after rebase

* Replaces boolean casted array#find with array#some
2018-12-19 13:27:21 -05:00
Josh Dover
e0a2ddd342
Combine node and cluster warnings in Upgrade Assistant (#27508) 2018-12-19 12:24:25 -06:00
Chris Roberson
8283ea5c30
[Monitoring] Update missed logstash pages to EUI (#27258)
* Update logstash to EUI pages

* Adding missed functionality

* Ensure columns are sortable and update the nodes view to use the right base controller methods
2018-12-19 13:14:46 -05:00
Melissa Alvarez
24cb299ba4
[ML] Fixes sort on Calendars list events column so that it is done numerically (#27517)
* Ensure calendar list events col sorted numerically

* update corresponding tests
2018-12-19 11:12:05 -07:00
Catherine Liu
2759e3505c
Fixes PropType error in toggle arg (#27514) 2018-12-19 10:48:12 -07:00
Catherine Liu
0acb406442
Revert "Updates Canvas Icon in Sidebar" (#27516)
* Revert "Adds release notes for 7.0.0-alpha2 (#27237)"

This reverts commit aad71f026b.

* Revert "Switches to new Canvas logo in sidebar nav (#27422)"

This reverts commit a40b870426.
2018-12-19 10:20:46 -07:00
Sarah Hersh
aad71f026b
Adds release notes for 7.0.0-alpha2 (#27237)
* adding release notes for 7.0.0alpha2

* adding PRs through 12/15 BC
2018-12-19 12:10:23 -05:00
Catherine Liu
a40b870426
Switches to new Canvas logo in sidebar nav (#27422) 2018-12-19 09:50:59 -07:00
Court Ewing
948932ae45
[security] Token auth provider (#26997)
* [security] Token auth provider

From a user perspective, the token provider behaves similarly to the
basic provider in that it can power the native login experience and can
also be used for API calls via the authorization header (albeit with the
Bearer realm).

From a technical perspective, the token provider deals with
authentication via the token service in Elasticsearch, so while it
handles user credentials in the case of login, a temporary, refreshable
access token is stored in the session cookie instead. This means that
when you log out, not only is the cookie invalidated, but the token
itself cannot be reused.

* token provider integration tests

* include token api integration tests by default

* remove unused ProviderOptions from typedef

* assert that valid login sets an authorization header

* unit tests for refresh token and failure cases

* integration tests for headers and sessions

* clean up login/logout tests for consistent setup functions

* test for header rejection scenarios
2018-12-19 11:13:29 -05:00
Lisa Cawley
e65ad31de7
[DOCS] Fix links to search profiling (#27501) 2018-12-19 07:56:13 -08:00
spalger
14bf38e697 skip failing tests, see #27498 2018-12-19 07:36:17 -08:00
Nox911
9d2deb2176
[i18n] Translate ML - New Job - recognize (#27305)
* Translate new_job -> recognize

* Resolve issues from comments

* Fix issue
2018-12-19 17:34:02 +03:00
Maryia Lapata
cc36afd5ec
Translate Feedback menu (#27485) 2018-12-19 17:15:58 +03:00
Maryia Lapata
7977257920
[i18n] APM translations (Part 2) (#27400)
* Translations for chartSelectors

* Update ids

* Update ids
2018-12-19 17:12:53 +03:00
Pete Harverson
bfa80411bb
[ML] Fix data visualizer to obtain total hit count as int (#27490) 2018-12-19 13:42:04 +00:00
Larry Gregory
2bbc821024
[Canvas] - Allow timelion data source to use configured certificateAuthorities (#26809)
* allow timelion data source to use configured certificateAuthorities

* make it obvious that this is a temporary measure

* fix lint error

* Update src/legacy/core_plugins/interpreter/server/lib/create_handlers.js

Co-Authored-By: legrego <lgregorydev@gmail.com>

* fix lint error from comment updated via GH
2018-12-19 07:56:14 -05:00
Pete Harverson
746ed07505
[ML] Fixes job list page index when deleting jobs off last page (#27481) 2018-12-19 11:05:42 +00:00
Walter Rafelsberger
3f2d08e8da
[ML] Annotations UI Bugfixes (#27477)
- Fixes the default sorting of the annotations table to sort by starting timestamp.
- Fixes sorting of the label column by adding a "Label" column header.
- Fixes creating annotations when starting over model bounds by setting pointer-events: none to non-interactive chart elements like model bound areas and lines
- Fixes hovering of anomaly markers on top of annotation by changing the order of SVG wrapper elements in the Single Metric Chart.
- Fixes a regression and re-enables the display of the labels in the annotation chart in Single Metric Viewer.
- Fixes missing background color of annotation labels in Firefox/IE.
2018-12-19 11:18:50 +01:00
Nox911
6d38da472f
[i18n] Translate ML - New Job(part_1) (#25647)
* Translate ml -> new_job(part_1)

* resolve review comments

* resolve review comments

* move html containing directive from values

* add description to label
2018-12-19 13:08:47 +03:00
Stacey Gammon
3e43a65a18
Typescript embeddable factories (#27146)
* Typescript embeddable factories

* address review comments

* Format messages

* Fixes

* Fix i18n ids
2018-12-18 21:39:33 -05:00
CJ Cenizal
2371e58590
[CCR] Remote Clusters and Cross-cluster Replication apps (#26777) 2018-12-18 17:59:10 -08:00
Oliver Gupte
9df85816c0
[APM] fixes #27117 by setting name property when defining table columns (#27443) 2018-12-18 17:17:15 -08:00
Søren Louv-Jansen
a683791da0
[Home] Add Cloud apmServerUrl and secretToken to APM Getting Started Guide (#27133)
* [APM] Moving files into folders

* [APM] Display apmServerUrl and secretToken in Getting Started guide

* Add secret_token to java

* Rename “client” to "agent"

* Conditionally get config
2018-12-19 01:36:35 +01:00
Spencer
6d900a3f2c
[dev/build/dll] don't delete any package.json file in cleaned packages (#27455) 2018-12-18 16:25:54 -08:00
Stacey Gammon
b2576f5a30
Fix dashboard to refresh visualizations when the refresh button is clicked (#27353)
* Fix dashboard to refresh visualizations when the refresh button is clicked

* Suggestions

* Fix tests

* Catch bug with a new test to ensure saved searches update when query in url is modified

* Add a test that would have caught the initial problem

* Final fixes that should get ci passing and the bug fixed

* Move requestReload out of _pushFiltersToState

* Fix comparison
2018-12-18 18:39:20 -05:00