Commit graph

22325 commits

Author SHA1 Message Date
Chris Roberson
6eeccb89b6
Update title to stack monitoring (#29638) 2019-01-30 14:40:04 -05:00
Robert Monfera
74babb2f76
Fix: keep element selection after layer move up/down (#29634) 2019-01-30 20:26:04 +01:00
Chris Roberson
15f95e8b8e
Fix issue where the date format isn't passed in properly (#29637) 2019-01-30 14:25:32 -05:00
Joe Fleming
9595ef819d
fix: wrap url check in retry.try (#29536)
since the url changes are async, keep testing the url until it passes or fails enough times
2019-01-30 11:59:50 -07:00
Chris Cowan
c66363a376
[Infra UI] Custom Field Grouping for Waffle Map (#28949)
* [Infra UI] Add Support for Grouping By Custom Field

* fixiing typescript errors

* Serializing custom options to url so they persist accross reloads

* Fixing more errors

* removing label; moving custom field to top of menu

* fixing typescript error

* Adding intl formatMessage to strings
2019-01-30 11:39:32 -07:00
kaiyan-sheng
6e04960b71
Add AWS Metricbeat Module Home Tutorial (#29488)
* Add Kibana Home Tutorial for AWS Metricbeat Module

* register awsMetrics

* Add screenshot and link dashboard to home tutorial

* Change dashboard name from aws to AWS
2019-01-30 11:11:35 -07:00
Spencer
85d8f38cd5
[chrome/breadcrumbs] add push/filter methods (#29566) 2019-01-30 09:33:04 -08:00
Nathan Reese
6e6be37f2b
update to eui 6.7.4 (#29560)
* update to eui 6.7.4

* remove use of euiHeaderChildSizeMobile for xs header check
2019-01-30 10:20:56 -07:00
Brandon Morelli
93faa5fbc3
[APM][docs][WIP] Update APM UI documentation (#28621)
* docs: initial APM UI updates

* docs: using-the-apm-ui updates

* more docs updates

* quick edits

* docs: apply feedback and fix screenshots

* docs: incorporate feedback, bold page names

* finishing touches and clean up

* docs: incorporate feedback from sarah

* docs: add feedback

* docs: incorporate feedback from gchaps
2019-01-30 09:08:11 -08:00
Søren Louv-Jansen
f9e2cd3c30
[APM] Preserve query bar values in links (#29430) 2019-01-30 18:07:56 +01:00
Tim Sullivan
b379751a0c
Telemetry for Visualizations by type (#28793)
* task runner and usage collector for visualizations by type

* type is always just "visualization"

* drop the I- prefix for interfaces

* bug fixes

* ts fix

* comment perfection

* just usage.

* const for task numworkers

* use mapValues

* get next midnight module

* move to oss_telemtry

* test fix

* errMessage.includes(NotInitialized)
2019-01-30 09:40:37 -07:00
Mike Côté
9eef63f783
Allow passing a default operator to use on saved object client find operations (#29339)
* Allow passing a default operator to use on find operations

* Default operator to OR like elasticsearch to avoid passing null

* Add dashboard search tests

* Make search_operator optional

* Fix query_params.test.js

* Include searchOperator in saved_object_finder

* Apply PR feedback

* Rename searchOperator to defaultSearchOperator
2019-01-30 11:33:44 -05:00
Melissa Alvarez
9ca8c9fe67
[ML] Ensure Anomaly Explorer 'Overall' swimlane correctly reflects 'View by' swimlane time range selection (#29469)
* update swimlane classes - do not use angular reference

* Update tests
2019-01-30 10:35:53 -05:00
Sébastien Loix
9827900a9b
[CCR] Put back API integration tests for cross-cluster replication (#29494) 2019-01-30 16:25:30 +01:00
Aleh Zasypkin
86a17bfeea
Remove previously deprecated elasticsearch.* and xpack.monitoring.elasticsearch.* settings. (#29496) 2019-01-30 16:21:06 +01:00
Oliver Gupte
58f4295b22
[APM] Link to related errors from Transaction detail page (#29313)
* Closes #21920 by:
 - linking to errors list filtered by current transaction id
 - including the error count in the transaction details link

* [APM] improved code org and fix warning message in unit test

* [APM] improved code readability and parallelized ES queries
2019-01-30 07:14:05 -08:00
Kerry Gallagher
4d6bfd6b26
[InfraUI] Add Discuss feedback links to Infrastructure and Logs (#29519)
* Add header_feedback_link component

* Replace beta -> feedback link in Waffle Map

* Replace beta badge -> feedback link in logs
2019-01-30 14:18:05 +00:00
Chris Davies
2510ccb0ae
Upgrade Kibana to Elasticsearch 7.0 (#29184) 2019-01-30 09:08:58 -05:00
Chris Roberson
eec327b1fe
[Monitoring] Fix issues with the localization effort (#29372)
* Fix issues with the localization effort, mainly due to two ongoing refactors in the same code

* Apply suggestions from code review

Co-Authored-By: chrisronline <chrisronline@gmail.com>

* PR feedback
2019-01-30 09:04:18 -05:00
Bill McConaghy
4356a2dae3
copy edit for set_priority action in ilm UI (#29540) 2019-01-30 08:40:36 -05:00
Maryia Lapata
61e9a88889
[i18n] Move welcome error message from a script insertion to a data attribute (#29581) 2019-01-30 16:10:19 +03:00
Matt Apperson
8b89248764
[BeatsCM] Allow CM to scale better (#27717)
* Types, and index pattern moved to new format

* fix imports

* API now doing full validation on config blocks

* progress pre-move-blocks to their own api

* Config is now stored as a JSON string keyword to prevent conflict

* New API server is working

* fixing types — progress

* “fixed” all types

* add lib and most adapter methods needed

* wired up more plumbing

* added REST adapter to client for config blocks

* fix some tests

* connect new APIs to beat details page

* fix typo causing several failing tests.

* update test data

* API bug fixes

* fix remaining testing

* revert index name change

* add new routes

* remove whitespace

* fix spelling

* wiring things up and adapting to the new UI

* config block creation works in UI

* config blocks now show up once added

* adding paging to tables

* config list paging works

* version check for UI changes

* fix types

* Update the rest of config UI, still needs create API connection

* create now mass creates tags after tag is created, edit creates and deletes configs in real time

* create config blocks when creating tags

* propperly load tags on their own for beats

* load inital config blocks on edit page

* wired up initial pass at assignable tags

* assignments now work.

* squash many bugs with tag creation, editing, as well as k7 breadcrumbs

* fix label id

* Fix the displaying of module types

* bug fixes for deleting config blocks during initial tag creation

* make name really required on initial walkthrough tag creation

* Fix and enhance deleting a config block from existing tag

* fix memory adapter for configs

* add missing index template field.

* fix issue of empty array in ES

* fix typings

* fix tag not showing up when assigning sometimes

* cleanup

* fix assignment options not always listing avaliable tags. Tag removal now works. Now warns when tag is assigned to beat. Removing a tag removes config blocks on that tag

* fix search bars

* add “other field”

* remove dumb conditional

* use previous ID on configs when updating configs

* deleting tags with config blocks works

* reload beats list after removing a beat

* fix param order for DB adapter

* fix types

* persist config in UI when creating new config blocks on new tags

* Fixed issue with YAML parsing, error editing an output config, and cleaned up a little

* added/enhanced test
2019-01-30 07:19:01 -05:00
Walter Rafelsberger
a79560e10a
[ML] Fixes dragSelect regression. (#29577)
Some SCSS still used ml-explorer-swimlane (note the selector without the dot) for rules which referenced the angularjs tag <ml-explorer-swimlane /> which wrapped the swimlane. This element no longer exists in the DOM after the migration to React. Because the selector didn't match anymore, cells in the swimlanes would get a gray border when drag-selecting even if the feature to select a range of cells was turned off.

This fixes it by updating the SCSS to match the corresponding elements again. The referenced classes have been renamed to camelCase + ml-prefix and moved out of the deeply nested code. But no further SCSS refactoring is done in this PR, this is just about fixing this regression. Some legacy CSS from the ml-explorer-swimlane rule has been removed too.
2019-01-30 11:46:33 +01:00
Walter Rafelsberger
8c5ac4abbc
[ML] Fixes caching/memoizing Anomaly Explorer data calls related to changed time ranges. (#29579)
Fixes caching/memoizing Anomaly Explorer data calls related to changed time ranges.
2019-01-30 11:42:47 +01:00
Nox911
7b57a4cbc3
[i18n] Translate courier missed labels (#29317)
* Translate courier missed labels

* Remove redundant second stat name

* Improve unit handling for ms

* Fix test typings

* Resolve review comments
2019-01-30 12:54:44 +03:00
Oliver Gupte
ddfe69fcd9
[APM] fixes selecting edges of charts (#29492)
* [APM] fixes #26529 by making the mouseup event handler global

* [APM] fix tests for CustomPlot
2019-01-29 16:59:04 -08:00
Josh Dover
908db0de07
[7.0] Add reindex feature to Upgrade Assistant (#27457) (#29516) 2019-01-29 17:55:35 -06:00
CJ Cenizal
89733ae0af
Fix bug in xpackInfo in which keys were being camel-cased during refresh but not init (#29304)
* Update Beats Management to use camelCased plugin ID to access xpackInfo.
2019-01-29 15:48:53 -08:00
Tim Roes
a3bdf49067
Improve vis type selection accessibility (#29498) 2019-01-29 23:11:11 +01:00
Matthew Kime
400801d4b4
Kibana Management - Indices url to index patterns - followup (#29481)
* grep and change

* final grep of codebase to convert /management/kibana/indices => /management/kibana/index_patterns

* Update index.js
2019-01-29 16:02:41 -06:00
Robert Monfera
6b61ab7abb
[Canvas] unify pointer event x/y origin logic for localMousePosition calculation (#28748) 2019-01-29 22:06:57 +01:00
Jonah Bull
3805703265 [ci] remove reference to non-existent phantom file (#29541)
Phantom support was removed recently, need to remove this reference as well
otherwise the `packer_cache` script fails when building new CI images.

Related: #27141, #27142
2019-01-29 12:38:01 -08:00
Jonathan Budzenski
e9f0006890
Remove es _xpack endpoint usage (#29465)
* _xpack/rollup -> _rollup

* _xpack/sql -> _sql

* _xpack/license -> _license

* _xpack/migration -> _migration

* _xpack/watcher -> _watcher

* _xpack/monitoring -> _monitoring

* _xpack/security -> _security

* [console_extensions] regenerate

* [console_extensions] update ml overrides

* [console_extensions] update security overrides

* [console_extensions] update rollup overrides

* Revert "[console_extensions] update rollup overrides"

This reverts commit bb3742570d.

* Revert "[console_extensions] update security overrides"

This reverts commit 5c0263b35e.

* Revert "[console_extensions] update ml overrides"

This reverts commit e8254d5671.

* Revert "[console_extensions] regenerate"

This reverts commit 91b754e956.
2019-01-29 13:28:32 -06:00
Justin Kambic
dc70eab105
Delete monitor stacked RTT chart. (#29446) 2019-01-29 14:28:04 -05:00
Justin Kambic
5bec56ed01
[Uptime] Refactor es queries and associated components/endpoints (#29374)
* Refactor es queries and associated components/endpoints.

* Add unit tests, repair broken tests.

* Simplify code based on PR feedback.

* Add loading spinner to monitor page title based on PR feedback.

* Rename GQL type based on PR feedback.

* Remove use of 'undefined' in ES query based on PR feedback.

* Simplify code based on PR feedback.

* Add definite size/shard_size for terms agg based on PR feedback.

* Simplify ES query based on PR feedback.

* Update x-pack/plugins/uptime/server/lib/adapters/monitors/elasticsearch_monitors_adapter.ts

Implement PR feedback.

Co-Authored-By: justinkambic <justin.kambic@elastic.co>

* Increase size for ES errors query based on PR feedback.

* Fix hardcoded field in terms filter based on PR feedback.

* Simplify get code for monitors function.

* Reduce unnecessarily large size for terms agg based on PR feedback.

* Pluralize filter bar props.

* Refactor filter bar query based on PR feedback.

* Update test.
2019-01-29 12:52:19 -05:00
Jonathan Budzenski
166c192c7f
[plugin cli] defer optimization (#26983)
* [plugin cli] defer optimization

* include pr in docs

* update migration docs

* fix merge
2019-01-29 10:35:55 -06:00
Chris Cowan
c9eee0c222
Adding support for Dark Mode (#29133)
* Adding support for Dark Mode

* Use transparentize for suggestion icon bg color
2019-01-29 08:57:02 -07:00
Nox911
905ea526b2
[i18n] Translate kuery_autocomplete (#29162)
* Translate kuery_autocomplete

* Resolve review comments
2019-01-29 18:41:14 +03:00
Silvia Mitter
8d41746ce8
[APM] Update kibana index pattern to libbeat changes. (#29501) 2019-01-29 16:23:17 +01:00
Pete Harverson
f5638bdce3
[ML] Set zoom to start of forecast on opening in Single Metric Viewer (#29503) 2019-01-29 15:10:52 +00:00
Liza Katz
1ce293e26d
Timepicker i18n support (#29397)
Support i18n for datepicker component
2019-01-29 07:03:03 -08:00
Nathan Reese
f3046de3c1
[Maps] move source details to Panel header (#29298)
* [Maps] move source details to Panel header

* fix EMS file link

* add grid icon to WMS and TMS source

* ensure loadingDisplayName and props is only called once when component mounts

* ensure display name gets updated when user changes it in settings panel input

* clean-up styling

* review feedback
2019-01-29 07:58:22 -07:00
Chris Roberson
5b9f2baf98
[Monitoring] Await promise properly (#29001)
* Await this promise

* Add one additional log message and a test around that
2019-01-29 09:26:36 -05:00
Nox911
fc1d146a75
[i18n] Translate ML missed labels (#29256)
* Translate missed labels in ML

* Add translation

* Resolve review comments

* Update snapshot

* Fix test

* fix unit tests

* Remove snapshot
2019-01-29 17:08:57 +03:00
Ahmad Bamieh
43c938b5fa [i18n] Translate directives (#28654)
localize directives
2019-01-29 14:55:32 +03:00
Pete Harverson
191fedf78f
[ML] Fixes to text spacings in data visualizer cards (#29438)
* [ML] Fixes to text spacings in data visualizer cards

* [ML] Switch to using euiFontSizeL include for field title bar
2019-01-29 11:34:14 +00:00
Aleh Zasypkin
a8e4be0c3b
Removing deprecated i18n.defaultLocale setting. (#29325) 2019-01-29 10:41:08 +01:00
Marco Vettorello
e2bdcfef3c
Fix double rendering datatables with scrollbar (#29360) 2019-01-29 10:24:28 +01:00
Luke Elmers
5bfd11c728
Move table vis migration to kibana plugin. (#29478) 2019-01-28 21:13:46 -07:00
Caroline Horn
2d334b699c
Prepare local nav styles for K7 (#29457)
* Breadcrumbs and Title on their own line

- Menu on the left, datepicker on the right

* Fixed up usages of kuiLocalTitle

* Fix alignment if main menu doesn’t exist

* Remove some extraneous classes
2019-01-28 22:36:24 -05:00