Commit graph

19022 commits

Author SHA1 Message Date
spalger
e0720e35a8 [yarn] fix alphabetical order in deps 2018-11-28 06:42:22 -08:00
Søren Louv-Jansen
2d15e0283e
[6.x] [APM] Move chartsSelector transformation to backend (#26117) | [APM] Get rid of pre middleware (#26256) (#26328)
* [APM] Move chartsSelector transformation to backend (#26117)

* [APM] Move ML anomaly transformation to backend

Move apmTimeseries to backend

Fix tests

* Update default values

* Fix bug

* [APM] Get rid of `pre` middleware (#26256)

Rename apmIndexPattern to apmIndexPatternTitle and narrow down search query

Fix tests

Remove unused aggregation

Revert "Rename apmIndexPattern to apmIndexPatternTitle and narrow down search query"

This reverts commit 5aa86744a0b360ceb75a59ebc8a0a084b24fbe50.
2018-11-28 13:54:55 +01:00
pavel06081991
31aed7755d
translate sample data (#26069) (#26268)
translate sample data
2018-11-28 10:07:56 +03:00
Peter Pisljar
24be3c6211
kbn-interpreter package should not import from ui (#26161) (#26320) 2018-11-28 07:37:20 +01:00
Tiago Costa
88d0c43e3b
Watch optimizer cache invalidation (#24172) (#26319)
* chore(NA): cherry pick work from spencer on impleting the cache invalidation system and merging it with current master.

* feat(NA): add support for dlls bundle into the cache state invalidation system.

* chore(NA): merge with master.

* feat(NA): first working version for the watch cache.

* feat(NA): added logger, correct cache delete and removed last todos.

* feat(NA): remove some useless features for the time being.

* refact(NA): just pass kibanaHapiServer.log function directly instead of an anonimous function that calls the kibanaHapiServer.log one.

* refact(NA): move everything to async.

* refact(NA): remove dll mentions.

* chore(NA): removed types/mkdirp as we dont use mkdirp into typescript.
2018-11-28 05:06:31 +00:00
Tyler Smalley
12a4629496
Bump node to 8.14.0 (#26313) (#26316)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2018-11-27 20:46:09 -08:00
Brandon Kobel
dd7e5500b1
support standard license (#26294) (#26301) 2018-11-27 19:20:34 -08:00
Spencer
63bc959c34
[6.x] [eslint] use disallow license header rule (#26309) (#26311)
Backports the following commits to 6.x:
 - [eslint] use disallow license header rule  (#26309)
2018-11-27 17:49:15 -08:00
spalger
6ed7285dcb [kbn-pm] update build 2018-11-27 15:41:39 -08:00
Spencer
8f39b64f3f
[kbn/pm] allow packages to define extra paths to clean (#26132) (#26284)
I noticed some discussion about how kbn clean should probably clear out the `.eslintcache` file, since it doesn't handle changes in related modules (for things like the import plugin) and it would be nice if `yarn kbn clean` took care of the issue. I figured it's not a bad idea, but adding `.eslintcache` directly to `@kbn/pm` felt wrong, so instead I've added another config options that can go in the package.json file, `clean.extraPatterns`. This array of patterns is passed into `del()` so that it can include things like negation.

As the name suggests this doesn't override the initial paths, just adds some extras that will be checked and cleared when `yarn kbn clean` is run.
2018-11-27 15:35:44 -08:00
Larry Gregory
a67ad05e19
[6.x] support standard license (#26294) (#26304)
Backports the following commits to 6.x:
 - support standard license  (#26294)
2018-11-27 18:11:41 -05:00
Catherine Liu
cc15cbbf92
Made docs link version specific (#26201) (#26225) 2018-11-27 13:43:56 -07:00
Tiago Costa
6dc8a140b3
Extend precommit hook script to support git GUI apps (#25883) (#26288)
* feat(NA): extend support from precommit hook to git GUI apps.

* docs(NA): more descriptive error message.
2018-11-27 19:55:52 +00:00
Lisa Cawley
5ba8924d7a [DOCS] Clarify monitoring dependencies (#26229) 2018-11-27 11:47:18 -08:00
Larry Gregory
77f06b0b96
Fix spaces license check (#26270) (#26276)
## Summary

Allows the public spaces API to work with a gold license

Resolves https://github.com/elastic/kibana/issues/26271
2018-11-27 14:29:30 -05:00
Tim Sullivan
4eaea129c0
[Reporting] Better logging for waitForSelector failure (#25762) (#26286)
* [Reporting] Better logging for waitForSelector failure

* break waitForSelector

* experimental changes

* cleanup/consistency

* fix some test report title strings

* test disable chromium

* roll back test code

* take out non-working phantom changes

* roll back disable chromium test

* allow logger to use curried tags

* temporarily re-do report failure-causing change for test

* replace newline with escaped for single log line

* undo test change

* remove obsolete test
2018-11-27 12:12:35 -07:00
Oliver Gupte
5945bd1722
[APM] fixes #20145 by displaying span.context.http.url in the span details flyout (#26238) (#26275) 2018-11-27 11:01:35 -08:00
Tim Roes
97fd4481c8
Add description for vis types (#26243) (#26280) 2018-11-27 19:44:05 +01:00
Jonathan Budzenski
3898f5b3ba
docs: add logging.useUTC to known issues (#26055) 2018-11-27 12:24:16 -06:00
Jonathan Budzenski
e8cd7bf988
[config] fix logging.useUTC deprecation unset (#26053) 2018-11-27 12:21:59 -06:00
Tyler Smalley
438bd155f7
[migrations] Throw error if reindex task fails (#26062) (#26281)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2018-11-27 10:10:56 -08:00
Tim Sullivan
c9c1054eeb
Job Info button in Reporting Listing (#25421) (#26279)
* Job Info button in Reporting Listing

* use lodash directly

* start of flyout use

* description list in flyout

* capitalize

* undefined guard

* expire info on close

* add jest test

* better at error handling + messaging
2018-11-27 10:55:50 -07:00
Søren Louv-Jansen
75aa88e970
[APM] Migrate to Typescript and refactor backend apis (#25848) (#26269) 2018-11-27 17:42:04 +01:00
Oliver Gupte
f795b93735
[APM] Changed 'Response Time' to 'Duration' in transactions screens (#25990) (#26242) 2018-11-27 08:33:05 -08:00
Oliver Gupte
f193cad3ea
[APM] Fix horizontal scrollbar being visible in windows 8.1 (#25988) (#26241) 2018-11-27 08:32:44 -08:00
Pete Harverson
82be683054
[ML] Fix alignment of filter icons in anomalies table (#26253) (#26260)
* [ML] Fix alignment of filter icons in anomalies table

* [ML] Teak y position of icons in expanded row of table
2018-11-27 14:20:36 +00:00
Maryia Lapata
29c9258108 [i18n] Translate Agg_types(part_3) (#26118) (#26251)
* Translate agg_types - metrics

* Fix issues
2018-11-27 16:35:46 +03:00
Pete Harverson
63b7c9da92
[ML] Aggregate anomalies table data using configured Kibana timezone (#26192) (#26252)
* [ML] Aggregate anomalies table data using configured Kibana timezone

* [ML] Move dataFormatTz prop out of controller scope
2018-11-27 12:47:55 +00:00
tibmt
14e2396f89 translate InfraOps visualization component (Part 3) (#25213) (#26248)
* translate InfraOps visualization component (Part 3 - part of folder components)

* update translation of Infra Ops vizualization component (Part 3)

* update translation of Infra Ops vizualization component (Part 3)

* change some ids and add pluralization

* update Infra Ops Part 3 - change some ids, change some intl.formatMessage() to <FormattedMessage> and directly wrap some classes by injectI18n()

* update Infra-III - add static to displayName
2018-11-27 15:36:57 +03:00
Maryia Lapata
9016da0dc0 [i18n] Translate Agg_types(part_1) (#24259) (#26178)
* translate ui-agg_types-bucket

* Fix name of id

* Delete extra i18n import

* Rename some parameters
2018-11-27 10:22:50 +03:00
Spencer
83511cd99e
[6.x] [dev/build] use --prefer-offline flag when installing modules (#26198) (#26218)
Backports the following commits to 6.x:
 - [dev/build] use --prefer-offline flag when installing modules  (#26198)
2018-11-26 20:24:52 -08:00
CJ Cenizal
a246132abe
Show loading state in Rollup Job detail panel. (#25752) (#26223) 2018-11-26 16:07:12 -08:00
Brandon Kobel
9f03dffe22
Upgrading npm-run-all to ^4.1.5 (#26200) (#26220) 2018-11-26 15:14:57 -08:00
Spencer
ae2ba458f1
[inspector/dataView] only reset state if adaptors are updated (React 16.4+ compat) (#26138) (#26199) 2018-11-26 15:05:57 -08:00
lcawl
4c43f12cfb [DOCS] Fix monitoring links 2018-11-26 13:59:15 -08:00
Aleh Zasypkin
e082471ee8
[6.x] Handle deprecated SSL config settings. (#26207) 2018-11-26 22:38:08 +01:00
Brandon Kobel
6de1f6e4cd
Deleting no longer used privileges (#24873) (#26190)
* We can now delete old privileges

* Logging message when error deleting specific privilege
2018-11-26 12:35:37 -08:00
Larry Gregory
a01114e73d
adds read_ccr and manage_ccr cluster privileges (#25605) (#25681) 2018-11-26 15:16:57 -05:00
Larry Gregory
424f9070c9
Makes short urls space-aware (#26181) (#26188)
## Summary

Short URLs were using the `config.get(server.basePath)` instead of the space-aware `request.getBasePath()` when building the redirect URL.

Fixes #25991
2018-11-26 15:16:23 -05:00
Larry Gregory
7bc084fb96
[6.x] adds manage_follow_index index privilege for CCR (#25720) (#26193)
Backports the following commits to 6.x:
 - adds manage_follow_index index privilege for CCR  (#25720)
2018-11-26 15:16:05 -05:00
Robert Monfera
687406e49e
[Layout Engine] PC friendly element resize modifier keys; stuck key fix (#25935) (#26184)
* keyboard fixes
* add handling for the ctrl key (PC)
* don't transmit modifier keys (no need; confuses PC)
2018-11-26 19:25:55 +01:00
Robert Monfera
ecd4da3a15
Fix: IE11 SVG elements have neither classList nor parentElement... (#26035) (#26182) 2018-11-26 18:43:40 +01:00
Larry Gregory
ac65e5efe4
fix redirect after logging in (#25546) (#25683) 2018-11-26 12:35:01 -05:00
Lisa Cawley
bdc7c79fef [DOCS] Adds screenshots for CCR monitoring (#25979) 2018-11-26 08:09:37 -08:00
Nathan Reese
06032cca8e
add timestamp to inspector request stats (#25667) (#26180)
* add timestamp to inspector request stats

* remove if wrapper, internationalize
2018-11-26 09:03:43 -07:00
Maryia Lapata
7ac4c37b42 [i18n] Translate Visual Builder(part_3) (#25923) (#26174)
* Translate visual builder part_3

* Add two minor translations

* Add two minor translations from server folder

* Fix issues from  comments

* Fix issues
2018-11-26 17:32:36 +03:00
Maryia Lapata
920d8a8fc2 Translations for Visual Builder (part 1) (#23988) (#26172)
* Translations for Aggregations in Visual Builder

* Refactoring

* Translate agg_lookup

* Update ids

* Add translation

* Replace namespace metrics to tsvb

* Change order in i18nrc file

* Fix issues

* Fix issues

* Fix label calculating

* Fix minor issue
2018-11-26 16:31:36 +03:00
Maryia Lapata
f0311d2c64
[i18n] Translate Visual Builder(part_2) (#25800) (#26170)
* Translate visual_builder(part_2)

* Replace namespace metrics to tsvb

* Fix issues
2018-11-26 15:24:46 +03:00
tibmt
278405b66b
translate InfraOps visualization component (Part 4 - server part) (#25217) (#26168)
* translate InfraOps visualization component (Part 4 - server part)

* update translation of Infra Ops vizualization component (Part 4)

* remove unnessesary translations

* change some ids

* change some ids

* change one id
2018-11-26 14:06:59 +03:00
Peter Pisljar
c4fd5d341a
show drop partial buckets option (#25520) (#26116) 2018-11-26 09:11:24 +01:00