Commit graph

8 commits

Author SHA1 Message Date
IgorG
548b5c0547
[7.x] New events resolver (#82170) (#83443)
* New events resolver (#82170)

* 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

* Added Alert Test for Resolver and fix for the APM enabled Run fail

* Added Alert Test for Resolver and fix for the APM enabled Run fail

* removed commented out code

* Fixing CI fail

* Fixing CI fail

* Removed Alert Resolver test

* aAdding Alert test back

* Adding Alert test back

* Adding Alert test back

* Adding info log for debuging

* Adding info log for debuging

* Adding info log for debuging

* Adding info log for debuging

* Adding info log for debuging

* Adding info log for debuging

* adding one more verification for Data

* stripedd Data file

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

* Update hosts_page.ts

* Update resolver.ts

* Update resolver.ts

* Update hosts_page.ts

* Update resolver.ts

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-11-17 15:13:38 -08:00
Bohdan Tsymbala
80e0153344
Btsymbala/registered av (#81910) (#83475)
* Moved out type for OperatingSystem and moved OS translations one level higher.

* Changed the translation to be consistent between trusted apps and policy.

* Unified translations of OS types between trusted apps and policy.

* Removed unused types.

* Added registered AV form section.

* Changed the property structure to match the format expected by endpoint.

* Fixed the visual alignment of titles in the form and added responsiveness.

* Updated snapshots.

* Moved out type for OperatingSystem and moved OS translations one level higher.

* Added config form heading component.

* Cleaned up translations.

* Fixed type error with initialization.

* Fixed error in trusted app creation form test.

* Removed the guard for now in favour of better initialization.

* Fixed the store test.

* Fixing functional test data.

* Added functional test config option to account for a custom header within security app.

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-11-17 11:10:57 +01:00
Nicolas Chaulet
e652be9fc0
[Ingest Manager] Move config from xpack.ingestManager to xpack.fleet (#79406) (#79696) 2020-10-06 14:06:52 -04:00
IgorG
9cb006820e
[7.x] Functional Test for Resolver fix (#77116) (#78034)
* Functional Test for Resolver fix (#77116)

* Final I hope check in for Resolver fix

* Fix click

* Fix click

* Fix click

* revert to select the first event

* Gzip Data file

* removed not zipped file

* striped Data file and gziped

* removed commented out delete indices

* Added query bar to select correct events

* removed commented out delete indices

* removed commented out delete indices

* removed commented out delete indices

* removed commented out delete indices

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>

* Update resolver.ts

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-09-22 06:55:27 -07:00
Jonathan Buttner
3b179437d2
[Security Solution] Use docker for endpoint tests (#73092) (#73332)
* Copying api integration tests into their own directory

* Removing api integration tests and using ingest docker image

* Fixing typo

* Fixing type errors and empty string and reenabling tests

* Rebuilding docs

* Renaming url override variable

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
# Conflicts:
#	x-pack/scripts/functional_tests.js

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-07-27 17:19:10 -04:00
Candace Park
cdf62891dc
[SECURITY SOLUTION] Rename to hosts and administration (#70913) (#71158)
Security solution text changes to admin and hosts
2020-07-08 23:14:45 -04:00
Xavier Mouligneau
2844946be9
[SECURITY] Introduce kibana nav (#68862) (#69629) 2020-06-20 21:05:30 +02:00
Paul Tavares
521493f344
[7.x] [Endpoint] Functional Tests cleanup (#68756) (#68822)
* [Endpoint] Functional Tests cleanup (#68756)

* Removed several unnecessary disabled eslint rules
* moved common pageobject from endpoint_list to page_utils
* Rename functional_endpoint to security_solution_endpoint
* Delete `functional_endpoint_ingest_failure` no longer applicable

# Conflicts:
#	.github/CODEOWNERS
#	x-pack/test/security_solution_endpoint/apps/endpoint/resolver.ts

* Sync Endpoint Alerts page objects with master

- PR https://github.com/elastic/kibana/pull/64704 was never
  backported, thus this change is needed to ensure build is
  successful.

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-06-12 08:04:45 -04:00
Renamed from x-pack/test/functional_endpoint/config.ts (Browse further)