Commit graph

19229 commits

Author SHA1 Message Date
Melissa Alvarez
0065fc5043
Remove old schedule_events dir (#27095) (#27128) 2018-12-13 10:28:45 -06:00
Bhavya RM
519f0857c9
Adding the missing alt tag for waffle node type switcher svgs (#27070) (#27122)
* adding the missing alt tag

* making alt attribute empty
2018-12-13 10:14:32 -05:00
Gil Raphaelli
efff7148d2
update APM index pattern (#27075) 2018-12-13 10:11:39 -05:00
Leanid Shutau
bb50f4e69c
[I18n] Fix wrong FormattedMessage example in readme (#27035) (#27113) 2018-12-13 13:44:23 +03:00
Leanid Shutau
786cd234d9
[I18n] Translate kibana - visualize (#25638) (#27114)
* [I18n] Add translations for kibana/visualize

* Translate topNavMenu

* Add missing translations

* Use i18n-filter in angular directive
2018-12-13 13:37:02 +03:00
Maryia Lapata
a1ccf243dc [i18n] Translate url (#26804) (#27107)
* Translate url

* Fix issues

* Fix issues
2018-12-13 12:15:06 +03:00
pavel06081991
8596da5d51
[6.x] [i18n] Translate ML - File Datavisualizer (Part 2) (#25642) (#27040)
* [i18n] Translate ML - File Datavisualizer (Part 2) (#25642)

translate file_datavisualizer folder of Machine Learning (Part 2)

[ML] Remove duplicate import in file_datavisualizer_directive (#27044)
2018-12-13 09:43:07 +03:00
Matthew Kime
13b08b8c1c
Management: Index Pattern directory rename / correction (#26858) (#27102)
* correct directory name

* fix scss reference
2018-12-12 23:33:47 -06:00
Court Ewing
af0bb705fb
[security] Support alternate auth providers for login (#26979) (#27097)
Login is no longer coupled directly to our basic auth provider, so
alternative auth providers can now be used with our standard login flow.
The LoginAttempt request service is the mechanism for auth providers to
integrate with the login flow.
2018-12-12 20:18:39 -05:00
Catherine Liu
18d8228cc8
Updated tinymath ref links (#27085) (#27090) 2018-12-12 17:14:08 -07:00
Joel Griffith
417bd9b3e3
Reporting regression: reports always retrying regardless of outcome (#26995) (#27082)
* This fixes an issue where reports are always retried regardless of status
2018-12-12 14:39:26 -08:00
Jen Huang
bef0e827a2
Silently swallow request failures so that the create button isn't blocked (#26988) (#27062) 2018-12-12 14:12:39 -08:00
Catherine Liu
8a4f074f64
Better fix for wonky page preview resizing issue (#26795) (#27080) 2018-12-12 15:03:30 -07:00
Bill McConaghy
86de250655
adding informational callout when step_info message is present (#27046) (#27074)
* adding informational callout when step_info message is present

* updating test and snapshot

* changing title to action status
2018-12-12 16:39:08 -05:00
Søren Louv-Jansen
66a432b1c2
[APM] Convert errors API to typescript (#26801) (#27071) 2018-12-12 22:18:19 +01:00
Bill McConaghy
d7c1353154
adding reload indices button to index management (#27033) (#27072)
* adding reload indices button to index management

* addressing PR feedback
2018-12-12 16:12:56 -05:00
Brandon Kobel
cc0cdc61d3
Redirecting to /, instead of /login, on the successfully logged out page (#26999) (#27065)
We're using the successfully logged out page with the SAML provider
currently, so redirecting to the /login page is problematic since they
won't be able to login using this url. Instead, we're redirecting them
to '/' so that the auth providers can figure out what to do.
2018-12-12 12:56:25 -08:00
Stacey Gammon
6211eb2b1c
Typescript search embeddable (#26863) (#27052)
* typescript search embeddable

* Add a comment
2018-12-12 14:46:09 -05:00
Joel Griffith
b111074004
Reporting/reveal document bytes (#26667) (#27056)
* Adding a `size` property to all job-reporting meta-data and showing in reporting details pane
2018-12-12 11:33:17 -08:00
Joel Griffith
e69ca8d5eb
Logging when max-bytes is larger than what's set in ES (#26482) (#27058)
* Simple check if ES body-size is smaller than KBN report size
2018-12-12 11:33:04 -08:00
Melissa Alvarez
00ab45a26d
[ML] calendar eui conversion (#26741) (#27054)
* Create calendar list in react

* wip: create new_calendar page

* Update new calendar settings directory name

* Edit button action + update utils

* Adds ability to create new calendar

* Display calendar data on edit

* rename directory to settings/calendar

* Add scss files to calendar dir

* Create new group from form

* Adds event table and partial event modal.

* adds datepicker to modal

* Time range event functionality

* add import event functionality

* upate new event modal design

* Add error handling to list/edit

* calendarId validity check

* Create/delete permission. List/form style tweak

* Update calendarList to match filterList

* Add missing newlines in scss files

* Initial tests for calendar list

* Update classnames to meet guidelines

* ImportedEvents component + create utils

* remove unnecessary import

* rename calendars dir

* include past evens in import if checkbox checked

* code review updates

* move components into own directories

* update index.scss with dir name change

* skip irrelevant tests

* fix unsaved event deletion. rename scss file.

* Add modal tests

* Show calendarId and description as header on edit

* update snapshot for refactor

* update classnames to BEM guidelines

* Update snapshot for classname change
2018-12-12 13:22:59 -06:00
Bill McConaghy
5b82c0692b
fixing some validation issues with edit policy (#27045) (#27050)
* fixing validation issues with editing existing policy

* preventing less than 1 values for max size and max age and adding tests
2018-12-12 13:29:50 -05:00
Bhavya RM
af9d3baacb
Adding label-has-associated-control to jsx-a11y lint rules and associated UI fixes (#27039) 2018-12-12 11:42:58 -05:00
Gil Raphaelli
af681c273a
add missing apm-server response error monitor (#26570) (#27026) 2018-12-12 11:05:52 -05:00
Aleh Zasypkin
feb2d270f5
[6.x] Introduce recordOf schema. Remove redundant declarations. (#27037) 2018-12-12 16:38:05 +01:00
Leanid Shutau
024dc31602
[I18n] Allow i18n filter usage outside of interpolation expressions (#26803) (#27032)
* [I18n] Allow i18n filter usage outside of interpolation expressions

* Remove redundant quotes from translation

* Update tests

* Resolve comments

* Fix wrong filter usage
2018-12-12 17:59:15 +03:00
Maryia Lapata
9d0d7894e8
[i18n] Optimize translation labels for Roles page (#26945) (#27029)
* [i18n] Optimize translation labels

* Usage of ng-if instead of ng-show
2018-12-12 17:09:34 +03:00
Peter Pisljar
a228bf6947
fixes other bucket request (#26874) (#27023) 2018-12-12 15:08:41 +01:00
Felix Stürmer
54be8b9a38
[6.x] [Infra UI] Fix styling after breaking EUI changes (#27021) (#27028)
Backports the following commits to 6.x:
 - [Infra UI] Fix styling after breaking EUI changes  (#27021)
2018-12-12 14:25:34 +01:00
Leanid Shutau
351411fdea
[I18n] Register translations before plugins init (#26078) (#27027)
* Register translations before plugins init

* Fix i18n engine initialization

* Fix translationPath$ RxJS pipeline

* Move translations registration to mixin

* Fix arrays concatenation

* Use prettier

* Fix translations relative paths

* Use globby instead of glob

* Update docs

* Move globby to dependencies

* Get rid of translation directories config

* Update globby patterns

* Search only for current locale translation files
2018-12-12 16:16:39 +03:00
Larry Gregory
cd7087b985
[6.x] Fixes i18n issue in space nav selector (#26742) (#27025)
Backports the following commits to 6.x:
 - Fixes i18n issue in space nav selector  (#26742)
2018-12-12 07:49:06 -05:00
Pete Harverson
a87f486afd
[ML] Fix word break in anomalies and jobs tables (#26978) (#27019) 2018-12-12 11:53:31 +00:00
pavel06081991
fff9f1d7a2
[i18n] Translate ML - File Datavisualizer (Part 1) (#25641) (#26969)
translate file_datavisualizer folder of Machine Learning (Part 1)
2018-12-12 10:09:28 +03:00
Oliver Gupte
ec598c5cef
[APM] Fix for library frames not collapsing (#26827) (#27013)
* [APM] fixes #26525
- simplified the stackframe grouping algorithm
- add support for `stackframe.exclude_from_grouping`
- made the rendering more tolerant of edge cases

* Made improvements to code readability and added more meaningful test cases
2018-12-11 20:17:32 -08:00
Tiago Costa
fd0a9213f9
Hide logs from deleteAll on task: clean client modules into dll (#26884) (#27011)
* refact(NA): deleteAll function in order to allow it to not log anything out.

* fix(NA): add missing no op debug and verbose functions.

* refact(NA): wrap log calls into if calls.
2018-12-12 03:40:49 +00:00
Brandon Kobel
86c9a69c16
Fixing issues with the url.search being null in Node 10 (#26992) (#27007)
Node 10 uses `null` to denote the non-existence of a querystring
parameter when `url.parse(urlString, true)` is used, the following
changes fix our usages within the security plugin.
2018-12-11 17:23:17 -08:00
Mengwei Ding
98b075da5f
upgrade resize-observer-polyfill version (#26990) (#26996) 2018-12-11 15:42:41 -08:00
Catherine Liu
39aca6ffd2
[6.x] Feat: Workpad Templates (#23966) (#26980)
* Feat: Workpad Templates (#23966)

* Added workpad manager which contains workpad_loader and workpad_templates

* Fixed term filter in workpad_templates

* design changes

* Removed console logs

Closes workpad manager modal after cloning template

Fixed filtering workpad templates

Removed console log

Added sample templates

Added more templates to test with

Removed cloneDeep

* case insensitive template search

* Case insensitive tag order in popover

* added descriptions and tags to sample data workpads

* refine list of initial templates

* remove sample data templates, make buttons bigger

* Added template and tag registries

* Fixed workpad loader resizing issue on home page

* Moved tags to ui folder

* Fixed template class

* Fixed properties in templates to match workpad

* fix lint errors (#26985)
2018-12-11 16:12:32 -07:00
Matt Apperson
80d9fe5bb7
[Beats CM] Backport refactor(#26636) to 6.x (#26886)
* [BeatsCM] Cleanup and refactor (#26636)

* Refactor BeatsCM

* update deps

* update more deps

* update for new EUI definitions

* update import

* Revert "update deps"

This reverts commit 759a14561d.

* use _source_includes

* remove _source_includes

* work-around due to watcher UI tests

* Keep all xpack checks safe because we cant trust its there in tests for some reason

* VALIDATION. This commit is to ensure the errors in CI are coming from beats

* remove validation that this is a beats CM issue

* More try/catch to try and find where this error is

* testing another call

* revert back to dangerouslyGetActiveInjector

* ensure expire always is a number

* fix swallowed error

* Update x-pack/plugins/beats_management/public/lib/compose/kibana.ts

Co-Authored-By: mattapperson <me@mattapperson.com>

* Update x-pack/plugins/beats_management/public/utils/page_loader.test.ts

Co-Authored-By: mattapperson <me@mattapperson.com>

* Update x-pack/plugins/beats_management/public/utils/page_loader.ts

Co-Authored-By: mattapperson <me@mattapperson.com>

* fix for new webpack import

* Fix translation map

* fix URL path

* fix other link

* removing tag from beats via tag details screen now uses container

* remove debug text

* added comment/readme about routing on the client side

* enrolled beat UI now works on overview screen

* newly enrolled beat now reloads the beats table

* fix TS errors

# Conflicts:
#	x-pack/plugins/beats_management/public/lib/adapters/elasticsearch/rest.ts
#	x-pack/plugins/beats_management/server/lib/adapters/beats/elasticsearch_beats_adapter.ts
#	x-pack/plugins/beats_management/server/lib/adapters/database/adapter_types.ts

* fix import for 6.x

* fix formatting
2018-12-11 17:59:07 -05:00
Joe Fleming
ebdba853e1
Fix: Support columns with dots (#26659) (#26993)
Closes https://github.com/elastic/kibana/issues/26405

Upgrades tinymath so that columns with dots now work correctly.

---

To test, follow the details in #26405.

1. Get some data that has fields with dots in them. Beats data would work, or you can create a test index with just 2 documents as follows: 

```
POST test/test
{
  "string":"abc",
  "with.dot":"abc"
}
POST test/test
{
  "string":"abcd",
  "with.dot":"abcd"
}
```

2. Create a pie chart, splitting labels on one of the available fields.

Previously, given the POST info above, only `string` would work correctly. Now both (and both of their `.keyword` variants) work correctly.

![dec-04-2018 13-35-47](https://user-images.githubusercontent.com/404731/49473970-b2cf7a00-f7d0-11e8-995b-e1a5e2a2acba.gif)
2018-12-11 15:44:41 -07:00
Brandon Morelli
56fe06faa6
remove coming 6.5.3 and coming 6.4.3 tags (#26987) 2018-12-11 12:45:47 -08:00
Andrew Cholakian
3d9451c381
Remove prompt, fix quotes from windows examples (#25341) (#26561)
Remove prompt, fix quotes from windows examples

Our windows add data examples are inconsistent with our other platform examples in that they include the prompt in their example. This breaks the "copy snippet" buttons. In addition to this, since they do not quote `C:\Program files` when used as an argument these commands are broken due to the space. This PR fixes both issues.
2018-12-11 13:51:30 -06:00
Nathan Reese
7577fbb0df
do not pass 'sortOrder' to EuiContextMenuItem in share context menu (#26890) (#26976)
* do not pass 'sortOrder' to EuiContextMenuItem in share context menu

* add unit test for sortOrder

* avoid using lodash

* fix merge conflicts with internationization PR
2018-12-11 10:28:47 -07:00
Bhavya RM
ce4ce995cc
Fixing a11y errors in querybar and suggestion_component (#26892) (#26974)
* correcting a11y errors so that we can add a11y rules to tslint

* updating the jest snapshot

* updating the jest snapshot
2018-12-11 12:13:10 -05:00
Bill McConaghy
71a2478bf3
quick ILM fixes (#26966) (#26973)
* fix fatal IE 11 error with undefined TextEncoder

* fixing validation issue with hot phase

* fixing double scroll bar on IE11
:
2018-12-11 11:47:38 -05:00
Pete Harverson
9804209244
[ML] Do not pass datafeed query to Discover in custom URL (#26957) (#26972) 2018-12-11 16:32:40 +00:00
Bhavya RM
0512f66dbd
fixing a11y error (#26906) (#26967) 2018-12-11 10:33:51 -05:00
Bill McConaghy
68a8f5b33b
fixing issue with multiple execution in console (#26933) (#26961) 2018-12-11 09:42:13 -05:00
Larry Gregory
08ff0ef54e
[6.x] Improve wording when creating a space (#26915) (#26960)
Backports the following commits to 6.x:
 - Improve wording when creating a space  (#26915)
2018-12-11 09:31:02 -05:00
Bhavya RM
0dbf35bc7e
fixing a11y errors so we can add a11y rules to tslint (#26895) (#26936) 2018-12-11 09:12:21 -05:00