Commit graph

30206 commits

Author SHA1 Message Date
Marcin Tojek 2c4d58bc7a
Add Kibana tutorial for IBM MQ metrics (#54900)
* Add Kibana tutorial for IBM MQ metrics

* Change IBM MQ logo

* Logo minified

* Add screenshot
2020-01-16 18:18:09 +01:00
Liza Katz 12ec08e8ab
export new ui settings types and regen docs (#55020)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-01-16 19:02:23 +02:00
Alison Goryachev 46568c2213
[Mappings editor] Clean up dynamic_templates code (#54950) 2020-01-16 11:53:43 -05:00
Thomas Neirynck ca91ec55b4
[Maps] Rename geo_tile display points option to clusters (#54973) 2020-01-16 11:47:20 -05:00
Paul Tavares 93a11838ad
[Endpoint] add Redux saga Middleware and app Store (#53906)
* Added saga library
* Initialize endpoint app redux store
2020-01-16 11:34:32 -05:00
Josh Dover 54c7d340ae
Renable navigation back test (#54825) 2020-01-16 09:10:22 -07:00
Alison Goryachev 6658412bad
[Mappings editor] Add missing period to load JSON copy (#54959) 2020-01-16 10:38:54 -05:00
Melissa Alvarez b9814bfb76
[ML] DF Analytics Outlier detection results: improve handling of text fields (#55002)
* add keyword suffix to fieldName when both text and keyword

* update exploration jest test
2020-01-16 10:32:27 -05:00
Nathan L Smith e60289f611
[APM] Storybook support (#54970)
Add Storybook with help from changes in #43529.

    We still need to do some work around having mocks for hooks and HTTP requests but the basics are there.
2020-01-16 09:27:07 -06:00
Joe Portner 0d19b38f18
Document mutual TLS authentication (PKI) between Kibana and Elasticsearch (#54940) 2020-01-16 09:46:45 -05:00
Joe Reuter c8c03e4e85
Fix double fetch errors (#54701) 2020-01-16 15:41:29 +01:00
Pete Harverson 3419b06ee3
[ML] Fixes empty table header cell and duplicate ID accessibility issues (#54917)
* [ML] Fixes empty table header cell and duplicate ID accessibility issues

* [ML] Fix anomalies table columns test
2020-01-16 14:19:34 +00:00
Peter Pisljar 3b8398fb1f
making visualization expression function and renderer np_ready (#51966) 2020-01-16 08:52:36 -05:00
Vadim Dalecky 5c19c82d4a
bfetch (2) (#53711)
* feat: 🎸 implement ItemBuffer

* test: 💍 add tests for ItemBuffer

* feat: 🎸 add TimedItemBuffer

* test: 💍 add TimedItemBuffer tests

* feat: 🎸 add createBatchedFunction

* chore: 🤖 save wip on higher level batching

* test: 💍 add createBatchedFunction tests

* feat: 🎸 implement createStreamingBatchedFunction() method

* refactor: 💡 rename "data" key to "result"

* feat: 🎸 return error in "error" key in legacy protocol

* feat: 🎸 add server-side to Expressions plugin

* refactor: 💡 move interpreter server-side registries to NP

* feat: 🎸 implement bfetch.addBatchProcessingRoute

* feat: 🎸 improve streaming and batching func to pass request

* feat: 🎸 initial setup of new expressions batching endpoint

* feat: 🎸 expose bfetch.batchedFunction() function

* feat: 🎸 add of() function

of() function awaits a promise and converts it to a 3-tuple representing
its state.

* refactor: 💡 move normalizeError() to /common

* feat: 🎸 improve createStreamingBatchedFunction() function

* refactor: 💡 move GET /api/interpreter/fns to the New Platform

* feat: 🎸 move batched_fetch to the New Platform

* feat: 🎸 implement legacy interpreter batching on server in NP

* feat: 🎸 switch legacy interpreter server functions to NP

* chore: 🤖 remove unused import

* fix: 🐛 correct expressions mocks

* test: 💍 fix batching tests after refactor

* test: 💍 stub bfetch plugin explorer

* test: 💍 add routing and app structure to bfetch_explorer

* test: 💍 add server-side to bfetch_explorer

* test: 💍 create <DoubleInteger> component in bfetch_explorer

* test: 💍 improve bfetch_explorer

* test: 💍 add <CountUntil> demo to bfetch_explorer

* test: 💍 by default redirect to first bfetch_explorer example

* test: 💍 add error example to bfetch_explorer

* docs: ✏️ improve bfetch docs

* docs: ✏️ improve bfetch server-side docs

* chore: 🤖 address self-review comments

* fix: 🐛 use new core ES data client, remove unuseed import

* fix: 🐛 remove unused interface import

* Update examples/bfetch_explorer/public/components/count_until/index.tsx

Co-Authored-By: Lukas Olson <olson.lukas@gmail.com>

* Update examples/bfetch_explorer/public/components/double_integers/index.tsx

Co-Authored-By: Lukas Olson <olson.lukas@gmail.com>

* Update src/plugins/bfetch/common/buffer/item_buffer.ts

Co-Authored-By: Lukas Olson <olson.lukas@gmail.com>

* Update src/plugins/kibana_utils/common/of.ts

Co-Authored-By: Lukas Olson <olson.lukas@gmail.com>

* docs: ✏️ add batchedFunction params to README

* refactor: 💡 rename onflush to onFlush

* feat: 🎸 make maxItemAge optional in TimedItemBuffer

* refactor: 💡 remove promise from fetchStreaming

* test: 💍 add bfetch_explorer functional tests

* test: 💍 rename test plugin to kbn_tp_bfetch_explorer

* fix: 🐛 use stream instead of removed promise

* fix: 🐛 use correct tsconfig.json in bfetch test plugin

* feat: 🎸 add kbn_tp_bfetch_explorer server-side files to tsconfi

Co-authored-by: Lukas Olson <olson.lukas@gmail.com>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-01-16 05:33:52 -08:00
Jean-Louis Leysens 2acb42662c
Upgrade io-ts after fix was merged and update use of some types (#55013)
* Upgrade io-ts after fix was merged and update use of some types

* Stricter checking against object keys
2020-01-16 13:57:37 +01:00
Daniil Suleiman b06977f43f
Convert tests to jest in vis_type_timeseries/server folder (#54896)
* Move vis_data/series tests to jest

* Move tests in request_processors/series to jest

* Move tests in vis_data to jest

* Convert other tests to jest
2020-01-16 15:38:26 +03:00
MadameSheema 8a07023343
[SIEM] Improves toggle column Cypress tests execution time (#54475)
* refactor

* replaces 'clearTimeline' for 'createNewTimeline'

* fixes typecheck issue

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-01-16 12:31:46 +01:00
Shahzad 6d3c284d11
[Uptime] Fix/embedded map console warning (#54926)
* update it

* type

* refresh app when it is out of focus

* updated

* unused code
2020-01-16 12:14:38 +01:00
Angela Chuang c2f3c977eb
[SIEM] Dns histogram enhancement (#54902)
* update DNS histogram

* fix indent

* hide dropdown if only one option provided

* update DNS histogram

* fix types
2020-01-16 18:46:22 +08:00
MadameSheema ea9351aaaa
[SIEM] Improves data providers Cypress tests execution (#54462)
* refactor

* replaces 'clearTimeline' for 'createNewTimeline'

* removes unused data-test-subj

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-01-16 11:10:49 +01:00
Gidi Meir Morris 8458e47614
removes usage of the _id field in Task manager (#54765)
As of Elasticsearch 8.0.0 it will no longer be possible to use the _id field on documents.
This PR removes the usage that Task Manager makes of this field and switches to pinned queries to achieve a similar effect.
2020-01-16 09:55:51 +00:00
MadameSheema 81a7f89448
[SIEM] Improves flyout button Cypress tests time execution (#54463)
* refactor

* replaces 'clearTimeline' for 'createNewTimeline'

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-01-16 10:11:44 +01:00
MadameSheema 043573e264
[SIEM] Improves inspect Cypress tests time execution (#54443)
* groups test by context

* renames 'openHostsAndStatsTables' to 'openStatsAndTables'

* replaces map method for forEach

* adds timeout for modal-inspect-close

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-01-16 09:57:36 +01:00
Sébastien Loix 41f72032e2
[Mappings editor] Fix clear searchbox (#54880) 2020-01-16 12:46:54 +05:30
Thomas Neirynck 0f924f5475
[Maps] Remove the tile_map plugin dependency (#54947) 2020-01-15 21:42:57 -05:00
Tiago Costa 8f07b6346a
chore(NA): remove signal preffix from trap in precommit hook script (#54863) 2020-01-16 02:10:17 +00:00
Thomas Neirynck 03570c2cf9
add 7.6 branch to backportrc (#54975) 2020-01-15 18:21:39 -05:00
Mike Côté 67a8194d6c
Fix codeowners for alerting services team (#53889)
* Fix codeowners

* Fix localization and telemetry folders as well

* Fix task manager path

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-01-15 18:06:24 -05:00
Nathan Reese a127477c94
[skip-ci] Update Maps getting started docs for 7.6 UI changes (#54816)
* update choropleth getting started instructions

* finish ES layers getting started
2020-01-15 17:08:33 -05:00
Nick Partridge bd7d5eb9f6
Shim vis_type_vislib (#53536)
* shim of kbn_vislib_vis_types (now vis_type_vislib)
* Move vislib into vis_type_vislib plugin
* Convert remaining plugin files to typescript
* Rename vis to vis_type_vislib
2020-01-15 15:48:19 -06:00
Tre' Seymour 4ddd49f837 Merge branch 'master' of github.com:elastic/kibana 2020-01-15 14:44:10 -07:00
Thomas Neirynck 8ee7ed9a06
[Maps] Coerce property value to string to match mapbox-gl spec (#54928) 2020-01-15 16:43:16 -05:00
Melissa Alvarez 6b35b97e96
do not render the tablist element if there are no sub menus (#54838) 2020-01-15 16:04:27 -05:00
Steph Milovic 5ba24b8f54
[SIEM] [Case] Service Now Kibana Action (#53890) 2020-01-15 13:50:38 -07:00
Vadim Dalecky 22369c9992
📕 Storybook for everyone (take 2) (#43529)
* chore: 🤖 add Infra sample Storybook story

* chore: 🤖 add @kbn/storybook package

* chore: 🤖 add sample SIEM stories

* chore: 🤖 add Canvas new Storybook config

* fix: 🐛 fix TypeScript errors

* chore: 🤖 add @kbn/babel-preset to package.json

* chore: 🤖 move dependencies to devDependencies

* chore: 🤖 make Storybook dependencies non-dev

* chore: 🤖 upgrade Storybook dependencies

* chore: 🤖 add packages to webpack

* fix: 🐛 fix TypeScript type check

* chore: 🤖 disable ESLint warnings

* chore: 🤖 remove Storybook info plugin

* chore: 🤖 upate yarn.lock

* chore: 🤖 add Storbook to Embeddables

* feat: 🎸 add --clean flag to Storybook CLI

* coalesce yarn.lock versions

* update kbn/pm dist

* This reverts commit 97d8ff9f53 and 49b07cd007.

* chore: 🤖 use fs instead of mkdirp

* chore: 🤖 use debug for message logging

* chore: 🤖 update yarn.lock

* feat: 🎸 add link to kbn-storybook package

* docs: ✏️ add Storybook readme

* chore: 🤖 remove packages that failed DLL build

* style: 💄 add ESLint comma

* chore: 🤖 apply changes from #52209

* fix: 🐛 make Canvas Storybook build again

* chore: 🤖 move Canvas stories to global Storybook

* chore: 🤖 move more Canvas components to global Storybook

* chore: 🤖 move more Canvas stories to global Storybook

* chore: 🤖 move <ItemGrid> and <KeyboardShortcutsDoc> to NP SB

* chore: 🤖 move shape picker Canvas stories to global Storybook

* chore: 🤖 move Canvas sidebar stories to global Storybook

* fix: 🐛 split imports to not import path.resolve in Storybook

* chore: 🤖 move tag and PDF panel Canvas stories to global SB

* chore: 🤖 move Canvas share website flyout stories to global SB

* fix: 🐛 clean up <ShareWebsiteFlyout> imports

* chore: 🤖 add back Canvas withInfo decorator

* chore: 🤖 look for Canvas stories everywhere in /canvas folder

* test: 💍 mock correct files in Storyshots

* test: 💍 update Canvas Storyshot snapshots

* chore: 🤖 move more Canvas components to global Storybook

* chore: 🤖 move more Canvas components to global Storybook

* test: 💍 update Canvas Storyshots

* chore: 🤖 rebuild @kbn/pm

* chore: 🤖 refresh @kbn/pm dist/index.js artifact

* chore: 🤖 update yarn.lock

* chore: 🤖 update @kbn/pm artifact

* feat: 🎸 address review comments

* fix: 🐛 remove circular import

* chore: 🤖 update yarn.lock

* test: 💍 disable a test suite

* test: 💍 update Canvas storyshots

* chore: 🤖 remvoe build step from @kbn/storybook

* chore: 🤖 enable disabled functional test suite

Co-authored-by: Spencer <email@spalger.com>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-01-15 12:30:59 -08:00
Joel Griffith 5b2e315e5a
Getting flaky tests back in shape for reporting (#46076)
* Rebasing from master, updating test utils and getting report pdf/png generation

* Removing legacy functions, packages and updating README/Licenses

* Dropping duplicitive test

* Better URL check for lens reporting

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-01-15 11:28:39 -08:00
Davis Plumlee cab5925c59
Resolver nonlinear zoom (#54936) 2020-01-15 12:17:17 -07:00
Elizabet Oliveira ed3c8991db
Color blind palette (#54918) 2020-01-15 18:55:33 +00:00
Peter Pisljar 297aa7bd23
visualize embeddable to visualizations plugin (#54840) 2020-01-15 13:53:56 -05:00
Robert Austin 63ad7a9cb2
Resolver test plugin not using mount context. (#54933)
Mount context was deprecated. Use core.getStartServices() instead.
2020-01-15 13:10:03 -05:00
Jean-Louis Leysens 781ef7a2c0 [Mappings Editor] Remove Joi (#54913) 2020-01-15 12:42:02 -05:00
Peter Pisljar 5d4cb4767e
variable support for interpreter (#54788) 2020-01-15 12:38:24 -05:00
patrykkopycinski b758b78e1e
[SIEM] Add support for IP details flow target in url (#54546) 2020-01-15 18:31:54 +01:00
igoristic 884fe91c1e
Added new index pattern (#54681)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-01-15 11:44:22 -05:00
Shahzad f2695c4d25
[Uptime] Ping list, margin before expand arrow (#54905)
* added margin

* Update x-pack/legacy/plugins/uptime/public/components/functional/ping_list/ping_list.tsx

Co-Authored-By: Katrin Freihofner <katrin.freihofner@elastic.co>

Co-authored-by: Katrin Freihofner <katrin.freihofner@elastic.co>
2020-01-15 17:14:54 +01:00
Liza Katz dd16aaf5a8
Add tests for index patterns without time field on dashboard (#54760)
* Add tests for index patterns without time field on dashboard

* add null check

* Hide timefilter in editor only if timeFieldName is explicitly

* eslint

* test to ts

* Code review

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-01-15 18:03:51 +02:00
Jean-Louis Leysens 19d0c5a085
[Console] Text Objects (#52402)
* WiP

* Initial commit for localStorage -> SavedObjects, untested [skip ci]

* Restore text_object model and mappings

* Fix use of mappings

* WIP on anonymous saved objects and user ids

* refactor: remove saved objects entirely and rescope changes to only introducing text objects

* Update use of .findAll after changes

* Where did that come from?

* Slight refactor to generic names
Removed unused files (mappings.json, README.md)
Documented object storage client interface
Failure to restore previous state does not block editor
Updated copy

* Rename exported variable

* Document TextObject interface

* Rename EuiLoadingContent10 -> EditorContentSpinner

* Update src/legacy/core_plugins/console/public/np_ready/application/components/something_went_wrong_callout.tsx

Co-Authored-By: Rory Hunter <pugnascotia@users.noreply.github.com>

* Update src/legacy/core_plugins/console/public/np_ready/application/components/something_went_wrong_callout.tsx

Co-Authored-By: Rory Hunter <pugnascotia@users.noreply.github.com>

* Update src/legacy/core_plugins/console/public/np_ready/application/components/top_nav_menu.tsx

Co-Authored-By: Rory Hunter <pugnascotia@users.noreply.github.com>

* Update src/legacy/core_plugins/console/public/np_ready/application/components/top_nav_menu.tsx

Co-Authored-By: Rory Hunter <pugnascotia@users.noreply.github.com>

* Update src/legacy/core_plugins/console/public/np_ready/application/containers/editor/legacy/console_editor/editor.test.tsx

Co-Authored-By: Rory Hunter <pugnascotia@users.noreply.github.com>

* Added FunctionComponent imports

* Implement preventing editting console text if init failed

* Simply console boot states for now

* This reverts commit 07b7bfb73f.

* Fix eslint issue
Update copy

Co-authored-by: Rory Hunter <pugnascotia@users.noreply.github.com>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-01-15 15:53:20 +01:00
Melissa Alvarez 5fc691f775
Ensure result field columns can be deselected and re-selected (#54766) 2020-01-15 09:19:37 -05:00
Maja Grubic 7ca858ee8d
[Dashboard][Lens] Small code fixes (#54625)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-01-15 14:02:46 +00:00
Cauê Marcondes 1a6239289c
[APM] Traces with identical transactions names are combined, even though they are from different services (#54247)
* Adding services aggregation

* Adding services aggregation

* Adding services aggregation

* removing counter from ui

* adding size to service aggregation

* sorting on server

* changing to composite aggregation

* changing aggregation name
2020-01-15 13:58:10 +00:00