Commit graph

21708 commits

Author SHA1 Message Date
Catherine Liu
cf0da36f3a
Feat: Reuse Canvas Assets (#25764)
* Added asset picker to image upload arg form

* Added button to create image element in asset manager

* Added hover style

* Extracted image upload forms into separate components

* Fixed new image element with no assets bug

* Fixed import

* Removed unused styles

* Fixed import order

* Scrolls to selected asset

* Fixed asset selector
2018-12-04 10:59:39 -07:00
Lukas Olson
21e7ca6b85
Use proper Kibana index for KQL telemetry (#26479)
* Use proper Kibana index for KQL telemetry

* fix test
2018-12-04 10:52:29 -07:00
Lisa Cawley
98fbca6230
[DOCS] Fixes link title (#26599) 2018-12-04 08:49:37 -08:00
Tim Sullivan
97928b38be
[Reporting] clarify what phantom deprecation means (#26434) 2018-12-04 09:43:59 -07:00
Nox911
f08313297f
[i18n] Translate courier (#26514)
* Translate courier

* Fix issues

* Fix issues
2018-12-04 19:21:22 +03:00
Maryia Lapata
99514d6aba
Use single qoutes (#26627) 2018-12-04 18:55:59 +03:00
Nox911
64412efa2c
[i18n] Translate Saved_Objects (#26179)
* Translate ui -> savedObjects

* Fix snapshots

* Fix minor issue
2018-12-04 17:39:09 +03:00
Peter Pisljar
6f26171c98
fixing brush in discover (#26609) 2018-12-04 12:21:35 +01:00
tibmt
3a02de7250 translate login/logout visualization component part 2 (#26082)
* translate login/logout visualization component part 2

* Update login translation part 2 - change FormattedMessage to intl.formatMessage

* change some ids

* update Infra Ops Part 2 - directly wrap some classes by injectI18n()

* update one snapshot

* update one snapshot

* update tests

* update collapsible_panel.test.tsx

* update one snapshot

* update one test

* change some code

* update one snapshot

* update roles.html

* Fix unit tests

* Fix message
2018-12-04 13:54:38 +03:00
Mike Côté
02e23a92d4 Add rest_total_hits_as_int into kibana platform (#26432)
* Add rest_total_hits_as_int into Kibana platform

* Add missing returns statement in repository.test.js
2018-12-04 10:43:39 +01:00
Tim Roes
1852b4b786
Add rest_total_hits_as_int into Kibana App (#26404) 2018-12-04 10:42:45 +01:00
Pete Harverson
ae27e83712
[ML] Add rest_total_hit_as_int where total hits is required (#26421) 2018-12-04 09:25:24 +00:00
pavel06081991
6f81bd37db
translate logstash (#26176)
translate logstash
2018-12-04 11:36:44 +03:00
CJ Cenizal
5c506e8615
Specify Rollup Jobs breadcrumbs in header. (#26590) 2018-12-03 21:14:13 -08:00
Spencer
fe6c205836
[visualize] implement k7Breadcrumbs (#26584)
* [visualize] implement k7Breadcrumbs

* [visualize] hide the whole kbn-top-nav if we aren't showing breadcrumbs

* [visualize] hide extra vertical space when not using breadcrumbs
2018-12-03 17:39:55 -08:00
Tim Sullivan
ee3fc58c62
[Telemetry] Remove initial delay to check and send (#26575)
* [Telemetry] Remove initial delay to check and send

* do not fire immediately
2018-12-03 18:26:42 -07:00
Lisa Cawley
d8a70b5c26
[DOCS] Adds links to more limitations (#26099) 2018-12-03 17:03:08 -08:00
Oliver Gupte
7251126b9a
[APM] Show tags in span details (#26396)
* [APM] Show tags in span details

* [APM] fixed typo

* [APM] remove unused export
2018-12-03 16:21:14 -08:00
spalger
5405cfd95d make @elastic/datemath public 2018-12-03 16:17:15 -08:00
Catherine Liu
131d73d51a
Feat: Canvas Clipboard (#25890)
* Added constants for localstorage

* Added copy and paste to keymap.js

* Added handlers to copy seleced elements and paste elements in localstorage

* Fixed localstorage keys

* Added shortcut to cut elements

* Removed console.log

* Added toast notifications for copy/cut

* Extracted clipboard functions

* Added tests for clipboard

* Added OS specific keymaps
2018-12-03 17:07:41 -07:00
Spencer
0b4ae5020b
[npm] prepare @kbn/datemath for publishing (#26559)
We need to share `@kbn/datemath` with `@elastic/eui`, and rather than making them rely on Kibana for their dependencies we've decided to republish `@kbn/datemath` as `@elastic/datemath`. This isn't something we want to do often, so please check with the platform team if you'd like to do this for another module.
2018-12-03 16:01:16 -08:00
Aleh Zasypkin
168cb07cd2
Return support for i18n.defaultLocale and mark it as deprecated. (#26556) 2018-12-04 00:33:01 +01:00
Catherine Liu
abeafa1ae1
Consistent error messages between esdocs and essql (#26399)
* Added catch promise to esdocs

* Extracted query to elasticsearch into a lib function
2018-12-03 16:29:22 -07:00
Søren Louv-Jansen
04a37c4654
[APM] Move impact calculation to Elasticsearch (#26436)
* [APM] Move impact calculation to Elasticsearch

* Renamed “durationSum” to “sum” and went back to single, mutable impact
2018-12-04 00:13:13 +01:00
CJ Cenizal
88ba3b75f2
[Rollups] Support date fields in Metrics step. (#26450)
- Whitelist max, min, and value_count for date fields.
- Move metric types into flex items which will wrap on narrow screens.
2018-12-03 15:05:16 -08:00
dave.snider@gmail.com
ee3b22dc85
Update to EUI 5.3.0 (#26485)
* update to EUI 5.3.0
2018-12-03 14:14:12 -08:00
Spencer
16e56bf787
Implement k7Breadcrumbs in Kibana mangement routes (#26503)
* [chrome/breadcrumbs] don't clear the breadcrumbs on redirect routes

* [ui/topNav/breadcrumbs] don't set k7 breadcrumbs

* [management] implement k7Breadcrumbs in kibana mangement routes

* Avoid title case

* [chrome/breadcrumbs] protect against times where route did not match anything

* [chrome] only load route is available

* move breadcrumb modules into new location

* fix i18n message id

* Update reference to renamed variable

Co-Authored-By: spalger <email@spalger.com>

* simplify redirectTo and avoid mutable var

* fix eslint issues
2018-12-03 13:55:41 -08:00
Tim Sullivan
aae7c3b4b4
opportunistic cleanup (#26494) 2018-12-03 14:39:01 -07:00
Maryia Lapata
ed9512d99d Translations for Reporting plugin (#22757)
* Translate Reporting

* Use i18n core

* Translate Reporting

* Translate Reporting

* Refactoring

* Add reporting to i18n config

* Fix tooltip translation

* Apply formatting for html

* Translate label in TS files.

* Reduce tag number

* Rename ids

* Update snapshot

* Revert changes for removing span

* Add types

* Translate statuses

* update translation of Reporting plugin

* fix variable name

* fix constants names

* update reporting translation

* fix copyright

* Fix types/angular packages incompatibility

* Update yarn.lock

* Fix duplicated import

* Fix CI

* Small adjustments
2018-12-03 14:11:35 -07:00
Tim Sullivan
7c3dd5e8bd
[Telemetry] Error handling: local stats collection/permissions bug fix (#26560)
* monitoring collection bug fix

* show error for dev
2018-12-03 13:40:47 -07:00
Chris Cowan
0acb09e2f8
Fixes AutoRefresh button on node detail page (#26426) 2018-12-03 13:04:56 -07:00
Felix Stürmer
bd3494206a
Move SavedObjectClient types alongside js source (#26448) 2018-12-03 20:38:52 +01:00
Andrew Cholakian
7079837366
Remove prompt, fix quotes from windows examples (#25341)
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-03 12:14:12 -06:00
Robert Monfera
2471356f19
Fix: reduce HTTP POST generation on selections and drags (#26391) 2018-12-03 18:07:49 +01:00
Larry Gregory
f70776fed8
updates GET /api/security/role to sort on role name (#26491) 2018-12-03 11:31:21 -05:00
Larry Gregory
884e670b8f
fixes documentation links for ES role privileges (#26466) 2018-12-03 11:30:35 -05:00
Pete Harverson
15095f8a21
[ML] Removes unused SCSS files from deprecated custom URL editor (#26474) 2018-12-03 16:11:15 +00:00
Marco Vettorello
97f0dcb916
Fix scrolling list on Firefox (#26246)
* Fix scrolling list on Firefox

* Update jest snapshost after adding a class to modal
2018-12-03 15:53:03 +01:00
Ryan Keairns
cfb1404577
[Canvas] Adds workpad-level CSS (#24143)
* adds global, workpad css styling feature

* fixes checkered position and default CSS in textarea

* adds global, workpad css styling feature

* fixes checkered position and default CSS in textarea

* Added global styles to page manager

* Added 'apply stylesheet' button

* fix after rebase

* change style to css

* move default workpad CSS class to constant

* unwind the empty page color pieces
2018-12-03 08:45:49 -06:00
Søren Louv-Jansen
47c163b2f5
[APM] Sort by score to get transaction samples with sampled:true (#26389) 2018-12-03 15:23:26 +01:00
Søren Louv-Jansen
74117459ef
[APM] Split API into transactions and transaction_groups (#26349) 2018-12-03 15:22:50 +01:00
Maryia Lapata
28345e0099
[i18n] Update guideline (#25098)
* Update guideline

* Fix code review comments
2018-12-03 16:02:47 +03:00
Felix Stürmer
ddd243dade
[k7/Infra UI] Integrate with K7 Breadcrumbs (#25938)
This changes the header to be conditionally rendered based on the k7design UI setting. If the setting is false, the header is rendered as before. If it is true, the header is hidden and the breadcrumbs are set via the Kibana breadcrumbs api.
2018-12-03 13:21:13 +01:00
Aleh Zasypkin
3427a08108 [docs] fix typos in the i18n and development docs. 2018-12-03 13:03:14 +01:00
Aleh Zasypkin
f2c050cec7 [core_plugins/kibana] fix paths. 2018-12-03 13:03:14 +01:00
Aleh Zasypkin
bd15183a1d [x-pack/reporting] fix paths. 2018-12-03 13:03:14 +01:00
Aleh Zasypkin
a345175ee2 [core_plugins/vega] fix paths. 2018-12-03 13:03:14 +01:00
Aleh Zasypkin
1e1f5c8c9d [core_plugins/test_bundle] fix paths. 2018-12-03 13:03:14 +01:00
Aleh Zasypkin
278cc5c721 [core_plugins/table_vis] fix paths. 2018-12-03 13:03:14 +01:00
Aleh Zasypkin
5801a54d6e [core_plugins/metrics] fix paths. 2018-12-03 13:03:14 +01:00