Commit graph

58 commits

Author SHA1 Message Date
Jonathan Buttner 2dea17a8d0
Using msearch for tree api endpoint (#73813) 2020-08-04 12:54:20 -04:00
Jonathan Buttner 64126b425e
[Security Solution][Resolver] Handle info and change events for children (#74007)
* Handle info and change events for children

* Disabling tests for children search_after

* Addressing comments
2020-08-03 20:01:11 -04:00
Dan Panzarella b9e5ae9c77
[Security Solution] Filter endpoint hosts by agent status (#71882) 2020-08-03 11:53:52 -04:00
John Schulz 9c9080c11e
[Ingest Management] main branch uses epr-snapshot. Others production (#73555)
* Same behavior as now. Just refactored.

* main branch uses epr-snapshot. Others use prod

* Link some types vs repeating them

* replace DEFAULT_REGISTRY_URL with getRegistryUrl in Endpoint tests

* Make an Endpoint test helper name more clear

* try/catch around getKibanaBranch

* Use branch & version from package.json as fallback

* No guards b/c kibana{Branch,Version} have defaults

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-07-30 19:15:26 -04:00
Jonathan Buttner 70d4eac30c
[Security Solution] Adding tests for endpoint package pipelines (#73703)
* Adding tests for endpoint package pipelines

* Removing content type check on types that can change based on docker image version

* Skipping ingest tests instead of remove expect

* Switching ingest tests over to use application/json

* Removing country names

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-07-30 14:43:33 -04:00
Jonathan Buttner 41c2967e08
[Security Solution][Resolver] Handle disabled process collection (#73592)
* Handling entity ids of empty string

* Tests for entity id being empty

* More comments

* entity test

* Renaming interface

* Removing unneeded test

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-07-29 00:01:33 -04:00
Madison Caldwell 5a04909819
[Security Solution][Exceptions] Use semantic version for manifest version + Scaling Tweaks (#73388)
* Manifest version is semantic version

* Configurable task interval

* Use task interval over scheduled when provided

* Fix crash on download of large artifact

* Don't need to generate linux artifacts

* Configurable artifact validation

* Test fixes

* Test fixes

* Type/test fixes

* Final tweaks

* Remove linux endpoint exception generation from UI

* Fix paging so that we stop before 10k

* Fix pagination

* Fix pagination test

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-07-28 22:43:40 -04:00
Jonathan Buttner 867a672c7a
[Security Solution] Use docker for endpoint tests (#73092)
* 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>
2020-07-27 14:13:50 -04:00