Commit graph

37684 commits

Author SHA1 Message Date
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
Anton Dosov
6deafd06b8
[Search] Use session service on a dashboard (#81297) 2020-10-29 16:43:22 +01:00
Jonathan Budzenski
3ee6656837
[deb/rpm] remove sysv (#74424)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-10-29 10:37:50 -05: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
Jonathan Budzenski
2d49dea005
[deb/rpm] set logging.dest (#74896)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-10-29 08:53:12 -05:00
Thomas Watson
1407f713e5
Update KibanaRequest to use the new WHATWG URL API (#80713) 2020-10-29 14:35:48 +01:00
Tiago Costa
275c30a926
skip flaky suite (#81632) 2020-10-29 12:44:51 +00: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
Daniil Suleiman
28a726fe7e
Vega visualization renderer (#81606)
* Create vega to_ast function

* Create a custom vega renderer

* Fix sass error

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-10-29 14:51:09 +03: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
Nathan Reese
06c99bbf7e
[Maps] consolidate map saved object loading into MapApp component (#81914)
* [Maps] consolidate map saved object loading into MapApp component

* tslint

* more tslint cleanup

* tslint

* review feedback
2020-10-28 18:37:09 -06:00
Tyler Smalley
3af1099ba8
[browserlist] Excludes browsers not supporting es6-class (#81431)
* Updates browserlist to exclude those not supporting es6-class

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2020-10-28 16:38:59 -07:00
Brandon Kobel
bd64a0bb95
Adding a comment about the NeededFor: label (#81939) 2020-10-28 16:30:11 -07:00
Jonathan Budzenski
62b68a6bf6
[deb/rpm] kibana.service cleanup (#75219) 2020-10-28 17:58:05 -05:00
Ryland Herrick
91a84d5d0f
Fix regression in our ml usage collection (#81945)
A regression was introduced in #74965 that caused an error to be
thrown while collecting telemetry on ML jobs. Because such exceptions
are caught and we degrade to zeroing out those counts, this one was not
caught until manual testing of telemetry.
2020-10-28 17:20:55 -05:00
Spencer
271a799ef8
[jenkins] disable CI metrics for temporary feature branches (#81938)
Co-authored-by: spalger <spalger@users.noreply.github.com>
2020-10-28 14:08:56 -07:00
IgorG
526de26f03
[Feature:Resolver] enable_APM-ci branch fixes (#81658)
* Added Test for event.library

* renamed data directry and gzip data file

* rename expectedData file

* Changes per Charlie request

* Changes for the enable_APM-ci branch

* Update resolver.ts

* Added comment per Charlie request

* Update resolver.ts

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-10-28 14:02:29 -07:00
Nicolas Chaulet
2daa511b9f
[Fleet] Test creating|copying a policy create a correct POLICY_CHANGE action (#81661) 2020-10-28 16:23:36 -04:00
nnamdifrankie
f88c664461
[Fleet]: add log statement when deleting transform (#81927)
[Fleet]: add log statement when deleting transform
2020-10-28 15:35:53 -04:00
Shahzad
2a4337e8b5
[UX] Fix core vitals empty state (#81781) 2020-10-28 19:33:30 +01:00
ymao1
e7f425a8ab
Fixing flaky test (#81901) 2020-10-28 14:21:41 -04:00
Zacqary Adam Xeper
6272f4e0fd
[Metrics UI] Fix a Chrome bug with Inventory View flickering at certain sizes (#81514)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-10-28 13:03:36 -05:00
MadameSheema
d7a78229e4
[Security Solution] Unskips Alerts and Persistent timeline cypress tests (#81898)
* unskips alerts tests

* unskips persistent timeline tests
2020-10-28 17:35:56 +01:00
Constance
eb30e9513d
[Enterprise Search] Add missing Enterprise Search Overview telemetry collectors/schema (#81858)
* Add Enterprise Search cannot connect telemetry event

* Add missing server-side telemetry collectors & schema
2020-10-28 09:23:35 -07:00
Jean-Louis Leysens
ac70e1e944
[ILM] Migrate Cold phase to Form Lib (#81754)
* use form lib fields and start updating deserializer

* delete legacy data tier allocation field

* finished deserialization

* delete legacy serialization, validation and deserialization

* fix type issue and remove propertyOf for now

* fix legacy tests and create another number validator

* added serialization test coverage

* fix https://github.com/elastic/kibana/issues/81697

* clean up remaining legacy tests and slight update to existing test

* remove legacy unused components

* fix copy to be clearer for more scenarios

* remove remaining coldphase interface use and clean up unused i18n

* update default index priority for cold phase

* updated cold phase index priority to 0

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-10-28 17:10:49 +01:00
Nathan L Smith
333f8732de
APM Experiments settings (#81554)
* Add advanced settings for APM

* Register advanced settings in server startup that show in the Kibana advanced settings UI. (Fixes #81396.)
* Format settings pages to be more consistent.
2020-10-28 10:38:23 -05:00
Robert Austin
2ce942488b
[Resolver] Enable resolver test plugin tests (#81339)
Resolver has a test plugin. It can be found in `x-pack/tests/plugin_functional`. You can try it out like this:
```
yarn start --plugin-path x-pack/test/plugin_functional/plugins/resolver_test/
```
This PR enables automated tests for the test plugin. This ensures that the test plugin will render.
2020-10-28 10:44:25 -04:00
Nathan L Smith
2c1bc50ec0
Add TS project references for inspector (#81792) 2020-10-28 09:01:40 -05:00
Yulia Čech
2a94139d30
Add uri decode to es_ui_shared and fix navigation issues with special characters (#80835)
* Add uri decode to es_ui_shared and fix data stream issue with % name

* Add a test for data streams tab opened for name with a dollar sign

* Import uri decode function from es_ui_shared and fix navigation issues for filters

* Add tests for data streams with special characters in name

* Revert react router navigate changes (is done in a separate PR)

* Reverting changes to dataManagement es client and get data stream api route

* Fix data stream name filter when activated from a url parameter

* Clean up for better consistency and fixes after
https://github.com/elastic/kibana/pull/81664

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-10-28 14:04:32 +01:00
Nicolas Chaulet
415a90fb69
[Fleet] Rename ingestManager translations fleet (#81837) 2020-10-28 08:27:20 -04:00
Felix Stürmer
756c3f16e3
[Logs UI] Transmit and render array field values in log entries (#81385)
Co-authored-by: Alejandro Fernández Gómez <antarticonorte@gmail.com>
2020-10-28 12:53:02 +01:00
Thom Heymann
7e0b9ffad0
Audit Logging: use the original url (#81282) 2020-10-28 11:37:40 +00:00
Kerry Gallagher
3a505a7ed3
[User experience] Fix JS error rate (#81512)
* Query adjustments for getClientMetrics
* Remove error rate from JS errors section
2020-10-28 11:17:34 +00:00
Shahzad
e3f96496a0
[UX] Add median/percentile info in titles (#79824)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-10-28 12:16:15 +01:00