Commit graph

37726 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
Brian Seeders bb2e4c6ab5 Skip ES snapshot failing suite (#82206) 2020-10-30 17:49:58 -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
Tim Roes d8eb414306
Cleanup/codeowners (#82146)
* Cleanup codeowners

* Add missing readmes

* Fix typos
2020-10-30 18:30:23 +01:00
gchaps 3fbaf22ba6
[DOCS] Updates add data content (#81093)
* [DOCS] Updates add data content

* [DOCS] Incorporated review comments

* [DOCS] Adds content for geojson upload

* [DOCS] Fixes link

* [DOCS] Incorporates review comments

* [DOCS] Minor edits

* Update docs/setup/connect-to-elasticsearch.asciidoc

Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>

* Update docs/setup/connect-to-elasticsearch.asciidoc

Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>

* Update docs/setup/connect-to-elasticsearch.asciidoc

Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>

* Update docs/setup/connect-to-elasticsearch.asciidoc

Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>

* Update docs/setup/connect-to-elasticsearch.asciidoc

Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>

Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
2020-10-30 10:29:22 -07:00
James Rodewig ecf3483730
[DOCS] Remove index mgmt docs (#82099) 2020-10-30 13:03:31 -04:00
Anton Dosov 7833fb36f1
[Search] fix cancelation related memory leaks (#81996) 2020-10-30 17:38:37 +01:00
Anton Dosov f5b1faea47
[Chrome] Extension to append an element to the last breadcrumb (#82015) 2020-10-30 15:52:30 +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
Pierre Gayvallet 21615c16ef
SO management: fix legacy import index pattern selection being reset when switching page (#81621)
* fix legacy import index pattern selection being reset when switching pages

* update snapshots
2020-10-30 12:59:28 +01:00
Bo Andersen 2aeeb6e5c5
Fixed dead links (#78696)
Fixed links to 404 page.

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-10-30 07:07:10 -04:00
Anton Dosov aa620bcbb0
[Search] Add "restore" to session service (#81924) 2020-10-30 11:43:34 +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
Luke Elmers e01fc2f09b
Remove legacy app arch items from codeowners. (#82084) 2020-10-30 10:24:03 +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
Peter Pisljar 076bb734c7
Expressions/migrations2 (#81281) 2020-10-30 06:01:45 +01: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
Ryland Herrick 2856b23f80
[Search] Support non-shard error information in ES responses (#81967)
* Display top-level error reason if no shard info is available

For EQL queries, error responses do not contain `failed_shards`
information, and so our error toasts contained only a stack trace.

With this addition, we'll fall back to the top-level `error.reason` if
those fields are not present, giving the user better indication of
what's going on without having to inspect the actual network response.

* Prevent service from changing the shape of our errors

This ensures a consistent interface for our kibana client errors,
whether the error is raised directly from a `fetch` or emitted from a
search strategy's observable; namely: that both contain this top-level
`body` key.

* Make our body property public

This is the same visibility as the original error: if it were protected it
wouldn't be very useful to consumers.

* Adds a unit test for the interface adherence
2020-10-29 15:14:59 -05:00
Kerry Gallagher ca028b79aa
Add sort order to getJourneySteps query (#82038) 2020-10-29 14:45:37 -05:00
Jonathan Budzenski 915997e08b skip 'should timeout if payload sending has too long of an idle period' 2020-10-29 14:37:07 -05:00
Thomas Neirynck fe807d68a6
[Maps] Add readme for Maps plugins (#82023) 2020-10-29 15:10:18 -04:00
Nick Partridge e0b6b0ba5c
Vislib visualization renderer (#80744) 2020-10-29 13:34:41 -05: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
Joe Reuter afd5fe3b8a
Date column utilities (#81007) 2020-10-29 16:47:34 +01:00