Commit graph

12156 commits

Author SHA1 Message Date
Greg Thompson 6fdc7eb1fa
Upgrade EUI to v30.1.1 (#81499)
* eui to v30.0.0

* removed unused RecentLinks component

* update compressed -> display prop

* euiformrow compressed -> display

* euipopover remove withtitle

* euibuttongroup prop updates

* remove euibuttontoggle

* src snapshot updates

* tutorial euibuttongroup update

* x-pack snapshot updates

* euibuttongroup test updates

* TODO

* misc. js file updates

* remove euinavdrawer scss references

* translation removals

* more x-pack snapshot updates

* update data-test-subj lookup

* icons logoAMP -> logoObservability

* cypress selector updates

* update euibuttontoggle onchange, test interaction

* Fix auto-update toggle in Visualize

* some more change -> click test updates

* idtoselectedmap change

* Fix feature table button group

* Remove empty SASS file

* Fix feature table button group II

* Using `compressed` to also dictate dual range row

* Fix a few security labels

* An ML fix

* Apply suggestions from code review

Co-authored-by: Caroline Horn <549577+cchaos@users.noreply.github.com>

* remove unused translation

* update view_type_toggle snapshot

* more snapshot updates

* eui to 30.1.0

* undo temp ts-ignore

* more x-pack snapshot updates

* eui to 30.1.1

* update feature privilege text

* Update x-pack/plugins/security/public/management/roles/edit_role/privileges/kibana/feature_table/sub_feature_form.tsx

Co-authored-by: Joe Portner <5295965+jportner@users.noreply.github.com>

* reuse i18n token

* Adapt log entry action button to new `minWidth` prop

* clean up label

* Combine auto apply strings into one

* ternary fix

* cases status useCallback

Co-authored-by: cchaos <caroline.horn@elastic.co>
Co-authored-by: Caroline Horn <549577+cchaos@users.noreply.github.com>
Co-authored-by: Joe Portner <5295965+jportner@users.noreply.github.com>
Co-authored-by: Felix Stürmer <stuermer@weltenwort.de>
2020-10-30 16:18:27 -06:00
Brian Seeders 2985def251 Skip failing ES snapshot test (#82207) 2020-10-30 17:53:28 -04:00
Yuliia Naumenko bb51156c5c
[Alerting UI] Grouped list of alert types using producers in Types filter of Alerts tab (#81876)
* Grouped list of alert types using producers in Types filter of Alerts tab

* Added e2e test

* fixed deps for test utils
2020-10-30 14:46:48 -07:00
Nathan Reese 703ad7caf2
[Maps] convert vector style component to typescript round 1 (#81961)
* [Maps] convert vector style component to typescript round 1

* clean up

* review feedback

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-10-30 14:34:53 -06:00
Nathan L Smith fcb590e5bd
Fix link to upgrade assistant (#82138)
This broke when stack management changed their URLs.
2020-10-30 13:26:50 -05:00
Nathan L Smith 877ad5ac6d
Rename "service overview" to "service inventory" (#81933)
To remove confusion when implementing #81718, rename the existing "service overview" to "service inventory."

* Rename `ServiceOverviewLink` to `ServiceInventoryLink`
* Remove service inventory test snapshots
* Rename `ServiceOverview` to `ServiceInventory`
* Add `service_inventory` to pageview tracking
* Rename i18n keys for service inventory
* Change "return to overview" link to "return to inventory" on settings page
* Rename `fetchOverviewPageData` to `fetchObservabilityOverviewPageData`
2020-10-30 13:21:22 -05:00
Kevin Logan 13858ee908
adjust policy test to drop test for server addresses (#82120)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-10-30 14:01:08 -04:00
Anton Dosov 7833fb36f1
[Search] fix cancelation related memory leaks (#81996) 2020-10-30 17:38:37 +01:00
igoristic c1294f0177
[Monitoring] Thread pool rejections alert (#79433)
* Thread pool rejections first draft

* Split search and write rejections to seperate alerts

* Code review feedback

* Optimized page loading and bundle size

* Increased monitoring bundle limit

* Removed server app import into the frontend

* Fixed tests and bundle size

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-10-30 10:50:34 -04:00
Christos Nasikas 70807c98bd
[Actions] Fix actionType type on registerType function (#82125) 2020-10-30 16:45:24 +02:00
Angela Chuang 04c8a5ddc6
[Security Solution] Modal for saving timeline (#81802)
* init modal for saving timeline

* disable auto save

* unit test

* fix type error

* update translation

* add unit tests

* rename constant

* break components into files

* autoFocus and close modal on finish

* rename constant

* fix description label

* update wording

* review

* fix dependency

* remove classname

* update wording

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-10-30 14:12:11 +00:00
Joe Reuter bf73bcf5d5
add tests for index pattern switching (#81987) 2020-10-30 14:38:20 +01:00
Nathan L Smith 5a9bfc3ee2
TS project references for share plugin (#82051) 2020-10-30 08:38:08 -05:00
Stratoula Kalafateli 415a063dd0
[Graph] Fix problem with duplicate ids (#82109) 2020-10-30 15:17:19 +02:00
Jonathan Budzenski b10979c35e skip 'returns a single bucket if array has 1'. related #81460 2020-10-30 08:14:13 -05:00
Mike Côté 0bf3d6efb0
Add a link to documentation in the alerts and actions management UI (#81909)
* Add a link to documentation in the alerts and actions management UI

* Update label

* Remove usage of any on registries
2020-10-30 08:59:45 -04:00
Sandra Gonzales 81c0e126cc
[Fleet] fix duplicate ingest pipeline refs (#82078)
* check if pipeline refs for version already exists

* use the right version
2020-10-30 08:28:28 -04:00
Vadim Dalecky aaadbe88c5
Context menu trigger for URL Drilldown (#81158)
* feat: 🎸 add context menu trigger to URL drilldown

* fix: 🐛 translate "Drilldowns" grouping title

* feat: 🎸 add dynamic action grouping to dynamic actions

* fix: 🐛 add translations to trigger texts

* feat: 🎸 enambe ctx menu trigger in both flyouts, move to end

* fix: 🐛 show context menu event scope variable sfor ctx menu

* test: 💍 add tests

* fix: 🐛 use correct namespace for translation keys

* docs: ✏️ update autogenerated docs

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-10-30 13:04:48 +01:00
Joe Reuter 512c35e70b
fix Lens heading structure (#81752) 2020-10-30 11:20:54 +01:00
Walter Rafelsberger b0a223ebcb
[ML] Data Frame Analytics: Fix feature importance cell value and decision path chart (#82011)
Fixes a regression that caused data grid cells for feature importance to be empty and clicking on the button to show the decision path chart popover to render the whole page empty.
2020-10-30 10:40:23 +01:00
DB 534f4e8538
[TSVB] Renamed 'positive rate' to 'counter rate' (#80939)
* Renamed 'positive rate' label text to 'counter rate'

* Removed translations(ja-JP, zh-CN) where the labels were updated

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-10-30 09:52:30 +02:00
Ahmad Bamieh 4f717708b4
[Telemetry] [Schema] remove number type and support all es number types (#81774) 2020-10-30 04:34:20 +02:00
Oliver Gupte f095ec3663
Closes #80629, with proper timeout messaging and docs for user to work around the scalability issue. (#82083) 2020-10-29 16:16:32 -07:00
Luke Elmers dc56b56201
[docs] Add missing App Arch READMEs. (#82080) 2020-10-29 17:01:33 -06:00
Chris Cowan eedf0673d3
[Metrics UI] Add endpoint for Metrics API (#81693)
* [Metrics UI] Add endpoint for Metrics API

* Adding the ability to caculate the interval based on a module

* fixing types

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-10-29 13:55:50 -07:00
Michael Marcialis 2a38461817
[Lens] Adjust Lens Visualization Padding in Dashboards (#81911)
* reduce padding on lens visualizations in dashboard

* tweak padding and axes title colors to match lens

* remove faux padding (border) to match lens padding

* update snapshots

* Revert "update snapshots"

This reverts commit c63cf2bf1c.

* update functional test baseline screenshot
2020-10-29 16:52:02 -04:00
Jen Huang 0094f7ea8e
[Fleet] Add experimental copy to upgrade agent(s) (#81410)
* Add experimental copy to upgrade agent(s)

* Adjust copy after review

* Fix string

* Adjust quotes
2020-10-29 13:26:51 -07:00
Kerry Gallagher ca028b79aa
Add sort order to getJourneySteps query (#82038) 2020-10-29 14:45:37 -05:00
Thomas Neirynck fe807d68a6
[Maps] Add readme for Maps plugins (#82023) 2020-10-29 15:10:18 -04:00
dependabot[bot] 5752b7a8dd
Bump xml-crypto from 1.4.0 to 2.0.0 (#81859)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-10-29 14:21:36 -04:00
Jane Miller ee7ce25048
[SECURITY_SOLUTION] 145: Advanced Policy UI (#80390)
* Create Policies for each generated host

* Refactor Ingest setup to also setup Fleet

* Rename prop name

* Add generic response type to KbnClient.request + support for headers

* first attempt at adding fleet agent registration

* a little closer with fleet integration

* SUCCESS. Able to enroll agent and set it to online

* update names to be policy

* policy generator has advanced types in endpoint confit

* linting

* flesh out callback

* add submit button for verify_peer

* add verify hostname field

* 145 generalize cb

* 145 fix setAgain and getValue

* 145 merge conflict

* 145 add verify_hostname back, start loop for form

* 145 remove OS trick

* 145 make AdvancedPolicyForms its own component

* 145 grid partially working

* 145 back to basics

* 145 back to basics

* 145 rolled back grid

* 145 flex table working

* 145 undo accidental change

* 145 remove extra schema file

* 145 remove unused variable

* 145 kevin's PR feedback

* 145 fix type check and jest

* 145 EuiFlexGroups

* 145 use simple EuiFormRow and add show/hide buttons

* 145 move all advanced policy code to advanced file; remove unnec test code

* 145 fix IDs

* 145 take out unnecessary stuff

* 145 removed a couple more lines

* 145 add some fields back in

* 145 add spacer

Co-authored-by: Paul Tavares <paul.tavares@elastic.co>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Co-authored-by: kevinlog <kevin.logan@elastic.co>
Co-authored-by: Candace Park <candace.park@elastic.co>
2020-10-29 14:09:01 -04:00
Jason Rhodes d84ac13a4a
[Logs App] Fix logs permissions for alert management (#81199)
* Mimics metrics permissions for alert mgmt in logs feature

* Updates logs security functional tests

Alert management permissions were added for read and all logs users in this PR, so both of these users now have "Stack Management" appear in the nav.

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-10-29 14:04:37 -04:00
CJ Cenizal 052f8277fe
Add READMEs for ES UI plugins (#81973)
* Add Search Profiler README.
* Add Upgrade Assistant README.
* Add name of plugin to Watcher README.
* Add Console Extensions README.
* Add Grok Debugger README.
* Add Painless Lab README.
* Add License Management README.
* Add Remote Clusters README.
* Add Console README.
2020-10-29 10:56:42 -07:00
Mike Côté 84b23b6d7c
Move task manager README.md to root of plugin (#82012)
* Move task manager README.md to root of plugin

* Fix failing test, update task manager plugin description in docs
2020-10-29 12:39:20 -04:00
Nathan L Smith 4ca013ebb6
Service overview tab and route (#81972)
Placeholder tab and route for service overview page.

Fixes #81718.
2020-10-29 11:23:39 -05:00
Angela Chuang 4434c39335
fix toast message (#81687)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-10-29 16:02:32 +00:00
Anton Dosov 6deafd06b8
[Search] Use session service on a dashboard (#81297) 2020-10-29 16:43:22 +01:00
Shahzad 995111ad8a
[Uptime] Use base path for screenshot url (#81930) 2020-10-29 16:07:09 +01:00
Joe Reuter 59662eefd2
[Lens] Add loading indicator during debounce time (#80158) 2020-10-29 16:06:12 +01:00
Kerry Gallagher 667ff6cd2c
[User experience] Enhance page load duration metrics (#81915)
* Enhance page load duration metrics and helper tooltips
2020-10-29 15:03:18 +00:00
Wylie Conlon b5e3e18ea4
[Lens] Stop using multi-level metrics in Lens pie charts (#81523)
* [Lens] Stop using multi-level metrics in Lens

* Fix linting

* Simplify even more
2020-10-29 10:48:49 -04:00
Andrew Cholakian 6bff52c66e
[Uptime] Fix broken overview page when no summary data present (#81952)
Fixes https://github.com/elastic/kibana/issues/81950

by not assuming the summary is present in a bucket with partial check
info
2020-10-29 09:46:23 -05:00
Sandra Gonzales 40fc944f30
add experimental when getting packages, add integration tests for side effects like recreation of index patterns (#81940) 2020-10-29 10:32:13 -04:00
Thomas Watson 1407f713e5
Update KibanaRequest to use the new WHATWG URL API (#80713) 2020-10-29 14:35:48 +01:00
Gidi Meir Morris d1344b6ecd
added alerting to app directory (#81902)
Adds a link to the  Alerts & Actions from the app directory
2020-10-29 12:33:22 +00:00
Gidi Meir Morris 13fe95b400
Enables the EventLog Client to query across ILM versions of the .event-log index (#81920)
Fixes a bug in the EventLog client which caused it to query for events created in the current version instead of querying across versions.
2020-10-29 12:32:36 +00:00
Shahzad db92edff1f
[UX] Create apm static index pattern on ux page visit (#81842)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-10-29 12:46:01 +01:00
ymao1 d6b006ff2f
[Alerting UI] Removing beta labels (#81919)
* Removing beta labels

* i18n fix

* Fixing test
2020-10-29 07:40:18 -04:00
Gidi Meir Morris 66d79ea2bf
Reactively disable Task Manager lifecycle when core services become unavailable (#81779)
Plugs the Task Manager polling lifecycle into the Kibana Services Status streams in order to ensure we reactively start and stop polling whenever the Elasticsearch or SavedObjects service switch between `available` and `unavailable`.

This will prevent Task Manager from polling whenever these services switch to an `unavailable` state.
2020-10-29 11:24:10 +00:00
Aleh Zasypkin 213469d5cd
Properly handle session index initialization failures. (#81894) 2020-10-29 10:56:17 +01:00