Commit graph

1889 commits

Author SHA1 Message Date
Jen Huang
2b4a5fbb3f
[Rollups] Removing duplicate rendered sections (#28566) (#31609) 2019-02-20 13:11:41 -08:00
Aaron Caldwell
af14f1b290
[Maps] Update layer add workflow and revise temp layer handling (#30542) (#31586)
* Move layer add flow to the add layer panel

* Remove layer add toast. It's pretty annoying in this new workflow and is planned to be removed/revised anyway

* Add/remove layers without setting temp status

* Dispatch save function on ws save and clear/remove transient layer

* Lot of cleanup of temp refs. Add __ to transient layer ref

* Activate layer property save button on style prop change

* Review feedback

* Await setting selected layer before opening flyout panel to prevent occasional undefined error

* Review feedback

* Review feedback

* Review feedback

* Remove style temp settings

* Return null as fallback

* Review feedback

# Conflicts:
#	x-pack/plugins/maps/public/angular/get_initial_layers.test.js
#	x-pack/plugins/maps/public/angular/map_controller.js
#	x-pack/plugins/maps/public/components/layer_addpanel/index.js
#	x-pack/plugins/maps/public/components/layer_addpanel/view.js
2019-02-20 13:56:01 -07:00
Josh Dover
3fc0a9edfb
[upgrade] Point all docs to 6.7 (#31595) 2019-02-20 13:40:29 -06:00
Brandon Kobel
fd58b08037
Add create_snapshot privilege (#31086) (#31598)
A new cluster privilege type has been added to ES in [elastic/elasticsearch#35820](https://github.com/elastic/elasticsearch/pull/35820) .
2019-02-20 10:43:04 -08:00
Joe Fleming
f4ea42332f
Feat: Add support for time_zone in essql (#31291) (#31547)
As noted in [the SQL docs](https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-rest.html), you can pass in a `time_zone` property to control what timezone is used for date operations. This adds a new arg, `timezone` (`tz` for short) to the `essql` function so that users can control what timezone is used.

Below, I have a query that groups results by the hour of the day. You can see the values change when I shift the timezone 12 hours (from `UTC` to `UTC-12`).

![feb-15-2019 10-38-49](https://user-images.githubusercontent.com/404731/52874173-0b46c000-310e-11e9-84b7-9074dfd09b59.gif)
2019-02-20 10:00:08 -07:00
Nathan Reese
55d4cccad5
[Maps] add beta label to listing page (#31544) (#31558) 2019-02-20 06:51:55 -07:00
Sébastien Loix
448eb22209
[Watcher] Add Index, HipChat, PagerDuty, and Jira Action types on the client (#30043) (#31559) 2019-02-20 07:29:20 +01:00
dave.snider@gmail.com
0a83076c89
Make map gradients more subtle (#30345) (#31530)
Cleanup in the maps app.
2019-02-19 16:54:05 -08:00
Felix Stürmer
b4cb05bfaa
[Logs UI] Fix pre-ECS filebeat module message reconstruction rules (#30398) (#31503)
This fixes the message reconstruction for the pre-ECS formats of several filebeat modules by adding appropriate rules.
2019-02-19 21:53:29 +01:00
Joe Fleming
7a4a570498
feat: updated demodata (#31202) (#31517)
use current time range and add @timestamp field
2019-02-19 13:44:57 -07:00
Josh Dover
67f503e2f6
[upgrade] Localize reindexing flyout in Upgrade Assistant (#30432) (#31481) 2019-02-19 11:36:53 -06:00
Chris Roberson
46538f49a5
[Monitoring] Add mappings for standalone archives and fix tests (#31315) (#31470)
* Add mappings for standalone and fix tests

* We are apparently mutating this and need to return a copy each time
2019-02-19 10:06:08 -05:00
James Gowdy
c90b972b94
[ML] Fixing error when checking privileges for user with no ml_user role (#31429) (#31439) 2019-02-19 06:37:11 +00:00
Ahmad Bamieh
8152b20fbf
[6.7] [Telemetry] Localization Stats (#29213) (#31243)
Backports the following commits to 6.7:
 - [Telemetry] Localization Stats  (#29213)
2019-02-19 04:00:44 +02:00
Joel Griffith
d83772ca81
Removes noreferrer on explicit elastic.co domains (#31008) (#31326)
* Removes noreferrer on explicit elastic.co domains
2019-02-16 14:25:08 -08:00
Justin Kambic
2b379493d7
Add link to new discuss forum. (#31148) (#31280) 2019-02-15 18:38:54 -05:00
Chris Cowan
f006135240
[Infra UI] Clean up Docker and Kubernetes fields for ECS (#31175) (#31302)
* [Infra UI] Clean up Docker and Kubernetes fields for ECS

* updating tests with latest ecs fields

* Fixing documentation
2019-02-15 13:22:23 -07:00
Walter Rafelsberger
f08bcff22e
[ML] Fine-tune event distribution chart data fetching. (#31179) (#31253)
* 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 21:00:03 +01:00
Chris Davies
638092fdb0
Merge readme changes (#31308)
[6.7][skip ci] Update Canvas readme to reflect plugin changes (#30816)
2019-02-15 14:07:35 -05:00
Chandler Prall
6126d9894a
Upgrade eui to 6.10.2 (#31272) (#31290) 2019-02-15 11:47:21 -07:00
Luke Elmers
14e4da8de3
[6.7] Share global filters & queries with coordinate maps vis. (#30595) (#31273) 2019-02-15 11:32:18 -07:00
Joe Fleming
206f825384 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:25:07 -07:00
Josh Dover
e7d9b578a2
Fix Cloud plugin interface (#31198) 2019-02-15 12:01:28 -06:00
Thomas Neirynck
3573807ea1
[Maps] Add max zoom and padding when fitting on bounds (#31016) (#31231) 2019-02-15 09:06:51 -05:00
Thomas Neirynck
066ab863f3
[Maps] Remove stack names (#31030) (#31229) 2019-02-15 09:06:36 -05:00
James Gowdy
edd42619ed
[ML] Replacing EuiSuperSelect in file data visualizer (#31128) (#31235)
* [ML] replacing EuiSuperSelect in file data visualizer

* fixed format

* updating tests
2019-02-15 10:35:05 +00:00
Pete Harverson
3d26a69c00
[ML] Fix for Explorer time range when selected jobs have no data (#31093) (#31163) 2019-02-15 09:29:59 +00:00
Walter Rafelsberger
1226e0784a
[ML] Fix Job Audit Messages filter. (#30490) (#30516)
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 10:26:55 +01:00
Catherine Liu
af6299bb66
[Canvas] Updates keyboard shortcuts (#29394) (#31214)
* 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:37:49 -07:00
Andrew Cholakian
56075e0190
[6.7] [Uptime] Disable sorting on EuiInMemoryTable instances (#30430) (#31146)
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 17:12:58 -06:00
Shaunak Kashyap
02c2d9cbb9
[6.7] Using POST instead of DELETE for bulk deletion of pipelines (#31023) (#31205)
Backports the following commits to 6.7:
 - Using POST instead of DELETE for bulk deletion of pipelines  (#31023)
2019-02-14 14:58:35 -08:00
Spencer
deae7357cf
[6.7] [ftr/defaultTimezone] make UTC the default timezone (#30460) (#31075)
Backports the following commits to 6.7:
 - [ftr/defaultTimezone] make UTC the default timezone  (#30460)
2019-02-14 13:50:33 -08:00
Josh Dover
49511a957e
Hardcode 7.x breaking changes URL in Upgrade Assistant (#31032)
* Hardcode 7.x breaking changes URL in Upgrade Assistant

* Use 7.0 instead of 7.x
2019-02-14 14:51:54 -06:00
Justin Kambic
0640585ad2
[Uptime] Fix column repeat issue, remove unneeded complexity (#30983)
* Remove unneeded complexity, fix column repeat issue.

* Update obsolete snapshot.
2019-02-14 12:57:58 -05:00
Bill McConaghy
72bcf3e98a
disabling actions for threshold alerts that have default actionType (#31129) (#31166)
* disabling actions for threshold alerts that have default actionType

* adding comment per PR feedback
2019-02-14 12:22:03 -05:00
Melissa Alvarez
9137648f53
ensure cached args correspond to cached results (#30997) (#31127) 2019-02-14 12:13:53 -05:00
Justin Kambic
fbb67b56ac
[Uptime] Update targeted index pattern 6.7 (#30984)
* Update targeted index pattern.

* Fix busted unit tests.
2019-02-14 10:52:01 -05:00
Justin Kambic
4f617f6fa0
[Uptime] Replace heartbeat app icon (#30530) (#31041)
* Replace Heartbeat App icon with Uptime App icon.
2019-02-14 10:31:46 -05:00
Larry Gregory
ff09ddb266
[6.7] removes unnecessary url-parse dependency (#31029) (#31106)
Backports the following commits to 6.7:
 - removes unnecessary url-parse dependency  (#31029)
2019-02-14 09:19:45 -05:00
Chris Roberson
b2fbb335f1
[Monitoring] Skip tests for cloud (#30879) (#31069)
* Skip tests for cloud

* Add TODOs
2019-02-14 09:12:07 -05:00
James Gowdy
8c16cb1619
[ML] Fixing issue when selecting new job to continue in real time (#30949) (#31044) 2019-02-14 11:42:49 +00:00
Robert Monfera
cf32861d31
[Canvas][Layout Engine] Annotation showing node rotation angle (#30702) (#31084)
* Feat: angle rotation annotation (in degrees) added
* Style annotation like EUI tooltip (#30950)
2019-02-14 09:12:38 +01:00
Spencer
f13b696018
[6.x] Remove dependency on doc versions (#29906) (#30036)
Backports the following commits to 6.x:
 - Remove dependency on doc versions  (#29906)
2019-02-13 21:07:26 -08:00
Chris Roberson
41eebe6747
Use an empty array if this does not exist (#30322) (#31025) 2019-02-13 22:14:41 -05:00
Lukas Olson
8bad6adc30
[6.7] Fix buildEsQuery to ignore filters if not in index (#30668)
* Fix buildEsQuery to ignore filters if not in index (#29880)

* Fix buildEsQuery to ignore filters if not in index

* Fix tests and move getEsQueryConfig to package

* Revert changes to TSVB

* Remove console log

* Review feedback

* Fix tests
2019-02-13 18:41:11 -07:00
Chris Cowan
6bd74e0abd
[Infra UI] Fixing group by labels by fixing the field names (post ECS migration) (#30416) (#31012)
* Fixing group by labels by fixing the field names (post ECS migration)

* Fixing the field names for machine type and project id
2019-02-13 15:14:04 -07:00
Robert Monfera
c3bb57b84e
Feat: selection box for ad-hoc group elements (#30632) (#30987) 2019-02-13 21:46:33 +01:00
Thomas Neirynck
828146510c
[Maps] Revert layer-state correctly on cancel (#30451) (#30993) 2019-02-13 15:10:04 -05:00
Thomas Neirynck
81f86bbc86
[Maps] ensure url has been resolved before syncing (#30750) (#30996) 2019-02-13 15:09:50 -05:00
Bill McConaghy
40285a0855
fixing watch delete (#30989) (#31006) 2019-02-13 14:35:56 -05:00