Commit graph

2065 commits

Author SHA1 Message Date
Tim Roes
44506d846d
Renamed the kuery setting to KQL (#29587) (#31459)
* Allow select settings to specify labels for their values

* Rename kuery setting to KQL

* Change docs for KQL setting

* Add warnings for unused options

* Address review

* Remove chinese translation for modified string

* Fix translations again (... should have pulled first)

* Remove old chinese translation
2019-02-19 15:08:01 +01:00
James Gowdy
150c4f0eca
[ML] Fixing error when checking privileges for user with no ml_user role (#31429) (#31438) 2019-02-19 06:37:21 +00:00
Søren Louv-Jansen
86e4404089
[APM] Fix progress indicator (#30649) (#30685) 2019-02-18 18:00:11 +01:00
Tim Roes
9fbe9255cc
Add labels for sort order and request preference setting (#31236) (#31419)
* Add labels for select settings

* Fix i18n
2019-02-18 15:42:53 +01:00
Spencer
d565777054
[7.0] [ftr/services/pipelineList] reduce calls to the browser to avoid flakiness (#31366) (#31373)
Backports the following commits to 7.0:
 - [ftr/services/pipelineList] reduce calls to the browser to avoid flakiness  (#31366)
2019-02-17 23:11:50 -08:00
spalger
03eeb6b025 actually disable test 2019-02-17 20:00:09 -08:00
spalger
984dd3b1dd disable flaky test suite 2019-02-17 19:56:08 -08:00
Joel Griffith
c44d918b17
Removes noreferrer on explicit elastic.co domains (#31008) (#31327)
* Removes noreferrer on explicit elastic.co domains
2019-02-16 09:02:22 -08:00
Justin Kambic
c0963d8804
Add link to new discuss forum. (#31148) (#31279) 2019-02-15 18:37:46 -05:00
Chris Cowan
d3f8669a6a
[Infra UI] Clean up Docker and Kubernetes fields for ECS (#31175) (#31301)
* [Infra UI] Clean up Docker and Kubernetes fields for ECS

* updating tests with latest ecs fields

* Fixing documentation
2019-02-15 13:22:38 -07:00
Walter Rafelsberger
4a9eeb72e6
[ML] Fine-tune event distribution chart data fetching. (#31179) (#31252)
* Reduces `shard_size` for the `sampler` aggregation from `50000` to `20000`.
* Sets `precision_threshold` for `cardinality` aggregations to `100`.
* Fixes a bug where `distinct_count` was used instead of `cardinality` for the check whether to apply normalizaton.
* Fixes normalization for `7.x` and above by adding `rest_total_hits_as_int: true`.
* Tweaks the text for chart's info tooltip.
2019-02-15 20:59:50 +01:00
Chris Davies
c8f158042a
Update Canvas readme to reflect plugin changes (#30816) (#31306)
[7.0][skip ci] Update Canvas readme to reflect plugin changes (#30816)
2019-02-15 14:07:40 -05:00
Joe Fleming
8816889fd3 feat: add time filter support to demodata (#31194)
Adds support for time filtering in the demodata function. It was already set up to handle exactly filters, and I wanted to use demodata to test things in the time filter, so I added it.

![feb-12-2019 13-41-11](https://user-images.githubusercontent.com/404731/52816598-de879f80-305e-11e9-93c0-f7e3d83c4520.gif)

Our demo data's time range is all in the past if I'm not mistaken, so when adding elements that use demo data, it's likely nothing shows up. I want to extend the range of demo data though, and I'm planning to do that in a follow-on PR.
2019-02-15 11:24:46 -07:00
Chris Cowan
7093361919
Fixes #30090 - Change context.system.hostname to host.hostname for contextual menu. (#30884) (#31263) 2019-02-15 11:08:19 -07:00
James Gowdy
f6178bf126
[ML] File data visualizer - fixing padding around whole page (#31246) (#31277) 2019-02-15 17:25:28 +00:00
Chandler Prall
ffe3d4a28b
Upgrade eui to 6.10.2 (#31272) 2019-02-15 10:22:16 -07:00
Luke Elmers
dc450f83b7
Share global filters & queries with coordinate maps vis. (#30595) (#31271) 2019-02-15 09:57:48 -07:00
Chandler Prall
3220875c8b Revert "Upgrade eui to 6.10.2"
This reverts commit 8667732f8c.
2019-02-15 08:31:33 -07:00
Chandler Prall
8667732f8c Upgrade eui to 6.10.2 2019-02-15 08:30:57 -07:00
Ahmad Bamieh
65a018f6ac
[7.0] [Telemetry] Localization Stats (#29213) (#31195)
Backports the following commits to 7.0:
 - [Telemetry] Localization Stats  (#29213)
2019-02-15 17:05:16 +02:00
Thomas Neirynck
280e604941
[Maps] Add max zoom and padding when fitting on bounds (#31016) (#31230) 2019-02-15 09:06:42 -05:00
Thomas Neirynck
5be627185f
[Maps] Remove stack names (#31030) (#31228) 2019-02-15 09:06:27 -05:00
Pete Harverson
6cf347215f
[ML] Fix for Explorer time range when selected jobs have no data (#31093) (#31155) 2019-02-15 10:30:19 +00:00
Walter Rafelsberger
bf149485c6
[ML] Fix Job Audit Messages filter. (#30490) (#30515)
The way job audit messages were fetched didn't retrieve the expected results if there were deleted jobs with messages still present for these jobs.
This fix allows to specify a list of job IDs to filter the audit messages on. For the jobs list UI, the currently existing job IDs will be passed on to ignore messages from deleted jobs.
2019-02-15 09:40:31 +01:00
Catherine Liu
417541e224
[Canvas] Updates keyboard shortcuts (#29394) (#31213)
* Updated redo shortcuts

* Moved element deleting handling from event_handler.js to keyHandler used in the Shortcut component

    Added shortcut for duplicating elements

    Removed cmd/ctrl+y for redo. conflicts with google chrome

    Added backspace to navigate back a slide in presentation mode

    fixed presentation shortcuts

    Added comments

    Fixed duplicate elements function

    Refactored event handlers

    Added shortcuts for layer manipulation

* Added TODOs

* Added TODO

* Reverted TS changes in keymap.js

* Fixed relayer handlers

* Fixed remove element

* Disables layer manipulation shortcuts when multiple elements are selected

* Added comment
2019-02-14 16:44:13 -07:00
Shaunak Kashyap
8a6d5ba5eb
[7.0] Using POST instead of DELETE for bulk deletion of pipelines (#31023) (#31204)
Backports the following commits to 7.0:
 - Using POST instead of DELETE for bulk deletion of pipelines  (#31023)
2019-02-14 15:06:34 -08:00
Spencer
595ec5c08c
[7.0] [ftr/defaultTimezone] make UTC the default timezone (#30460) (#31074)
Backports the following commits to 7.0:
 - [ftr/defaultTimezone] make UTC the default timezone  (#30460)
2019-02-14 13:50:31 -08:00
Matt Apperson
33c85491d0
fix xpack integration tests, add to CI (#30883) (#31152)
* fix xpack integration tests, add to CI

* faster tests, intigration runs in paralel

* fix intigration test

* revert hard-coding test env to node
2019-02-14 16:35:07 -05:00
James Gowdy
f94442caba
[ML] Replacing EuiSuperSelect in file data visualizer (#31128) (#31187)
* [ML] replacing EuiSuperSelect in file data visualizer

* fixed format

* updating tests
2019-02-14 21:17:26 +00:00
Chris Cowan
342482cad2
[Infra UI] Fixing group by labels by fixing the field names (post ECS migration) (#30416) (#31011)
* Fixing group by labels by fixing the field names (post ECS migration)

* Fixing the field names for machine type and project id
2019-02-14 13:19:07 -07:00
Caroline Horn
f8d5e1aed6
Dark mode fixes for Visualize charts, TSVB, and Timelion (#30478) (#31150)
* Some quicky changes

* Fixes dark vs light coloring for TSVB charts

* Fix coloring of tooltips and annotations for TSVB

* Fix up TSVB Markdown

No uses the same base styles as Visualize and Canvas

* More fiddling with spacing around filter bar

* Fixing dark mode grid and

removing hard-coded hex values where possible and adding an alpha channel to those that can’t

* more tweaks

* removing more `reversed` props

* Skip dark mode test for now

Since `.reverse` doesn’t exist unless bg is opposite of theme

* SASS linter enabled for TSVB

* Fix chrome path

* Enable sass-lint on Timelion

* Enable sass-lint on vislib

* Fix more spacing with query bar and enable sass-lint

* temp var name update

* A frew more files linted

* missed a few more hardcoded colors

* Addressed PR comments

* Changing #rrggbbaa to rgba()

For IE
2019-02-14 15:08:59 -05:00
Matthew Kime
c344af63bb
restore upgrade assistant data test subj (#29775) (#31169)
* restore upgrade assistant data test subj
2019-02-14 13:57:51 -06:00
Justin Kambic
83556d75fd
[Uptime] Update targeted index pattern for 7.0.0 (#30998)
* Configure targeted index pattern to only use heartbeat 7 docs.

* Fix busted unit tests.
2019-02-14 13:28:35 -05:00
Justin Kambic
fdce58b100
[Uptime] Replace heartbeat app icon (#30530) (#31040)
* Replace Heartbeat App icon with Uptime App icon.
2019-02-14 12:56:14 -05:00
Justin Kambic
c621ebeaaf
Remove double-format for duration value. (#30664) (#30758) 2019-02-14 12:50:28 -05:00
Andrew Cholakian
211dea2b23
[Uptime] Disable sorting on EuiInMemoryTable instances (#30430) (#31142)
All these tables are for large datasets, which makes the sorting misleading. After we have the states index we can query things in such a way that we can enable sorting (and pagination!). Till then we should disable these to better adhere to the principle of least surprise.
2019-02-14 11:49:41 -06:00
Bill McConaghy
3dfeb16775
disabling actions for threshold alerts that have default actionType (#31129) (#31165)
* disabling actions for threshold alerts that have default actionType

* adding comment per PR feedback
2019-02-14 12:21:49 -05:00
Mike Côté
2d62426323
Remove id attribute from canvas attributes (#30736) (#31139)
* Remove id attribute from canvas attributes

* Fix create and update API

* Add migration tests

* Use constants

* Add API tests

* Cleanup tests

* Apply PR feedback
2019-02-14 11:58:57 -05:00
Melissa Alvarez
8f7dfeb8cf
ensure cached args correspond to cached results (#30997) (#31126) 2019-02-14 11:03:52 -05:00
Jason Rhodes
9d49e91b50
[APM] Adds 7.x migration message to 'no services' view (#30811) (#30937)
* Adds 7.x migration message to 'no services message'

* Small tweaks and adds a test

* Removed comment after confirming link url with operations team

* Updates test descriptions to be more descriptive per review
2019-02-14 10:05:21 -05:00
Matt Apperson
02c8dc95c7
[BeatsCM] remove type from ES template and requests (#30549) (#30823) (#31116)
* remove dype from ES template and requests

* remove doc type?
2019-02-14 09:56:36 -05:00
Pete Harverson
db8c3e9832
[7.0] [ML] Fixes filter and icon for APM Data Recognizer module (#31112) 2019-02-14 14:49:18 +00:00
Walter Rafelsberger
8daa901681
[ML] Fix double escaping. (#30492) (#30498)
Because the info tooltip has been migrated to React, the escaping necessary for the previous jQuery based tooltip resulting in a double escaping and special character visible in the tooltip. This fixes it by removing the now unnecessary escaping.
2019-02-14 15:21:53 +01:00
Larry Gregory
724d28ab3c
removes unnecessary url-parse dependency (#31029) (#31105) 2019-02-14 09:19:31 -05:00
Chris Roberson
85ce5e61cf
[Monitoring] Skip tests for cloud (#30879) (#31068)
* Skip tests for cloud

* Add TODOs
2019-02-14 09:11:43 -05:00
Matt Apperson
c803b8340b
[ftr/services/es] use apiVersion from es plugin in x-pack (#30853) (#30939) 2019-02-14 08:33:39 -05:00
James Gowdy
fc4dc9e013
[ML] Fixing issue when selecting new job to continue in real time (#30949) (#31043) 2019-02-14 11:42:53 +00:00
James Gowdy
76d8e181bc
[ML] Fixing broken label style in advanced wizard (#30847) (#30924) 2019-02-14 09:29:05 +00:00
Robert Monfera
fc16e46e36
[Canvas][Layout Engine] Annotation showing node rotation angle (#30702) (#31083)
* Feat: angle rotation annotation (in degrees) added
* Style annotation like EUI tooltip (#30950)
2019-02-14 09:12:31 +01:00
Chris Roberson
5efdaaa77e
Use an empty array if this does not exist (#30322) (#31022) 2019-02-13 22:15:36 -05:00