Highlights
- Arctic Code Vault Contributor
- Pro
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
-
-
Forked from desandro/close-pixelate
This script converts an image into a pixelated version using an HTML5 canvas element
-
-
-
574 contributions in the last year
Activity overview
Contribution activity
November 1, 2020
October 2020
Created a pull request in elastic/kibana that received 10 comments
[Ingest Manger] Agent Policy names are unique
Summary
closes #71651
Agent Policy name values must be unique
These routes will return a 409 if a name is given which matches an existing agent policy
- [IngestManager] Move RequiredPackage type near DefaultPackages
- [IngestManager] Convert AgentPolicyStatus from enum to type
- [7.x] Agent policy names must be unique across Fleet (#80506)
- [7.x] [Ingest Manager] Don't error if updating an agent policy (#80403)
- [7.10] [Ingest Manager] Add .catch to handle Promise rejection (#80056)
- [7.x] [Ingest Manager] Add .catch to handle Promise rejection (#80056)
- [7.10] Agent policy names must be unique across Fleet (#80506)
- [Ingest Manger] Agent policy names must be unique across Fleet
- [7.10] [Ingest Manager] Don't error if updating an agent policy (#80403)
- [Ingest Manager] Don't error if editing the same agent_policy
- [7.x] [Ingest Manager] Split up OpenAPI spec file (#80107)
- [Ingest Manager] Split up OpenAPI spec file
- [Ingest Manager] Add .catch to handle Promise rejection
- [7.x] [Ingest Manager] Configure Elasticsearch output with YAML in global output settings (#79019)
- [7.x] [Ingest Manger] Agent Policy names are unique (#79201)
- [7.x] [Ingest Manager] Use optional `registryProxyUrl` setting when contacting Registry (#78648)
- [Fleet] fix duplicate ingest pipeline refs
- [Fleet] fix index pattern recreation when removing experimental packages
- Chore: add log statement when deleting transform
- [Fleet] Add exact match filtering to in-memory tables
- [Fleet] Add experimental copy to upgrade agent(s)
- [Fleet] Show agent/package policy name on successful deletion
- [Security Solution][Endpoint][Admin] Malware user notification checkbox
- [Ingest Manager] Fix for comparing versions with -SNAPSHOT suffix
- 80697: ignore 404, check if there are transforms in results.
- [Ingest Manager] add skipIfNoDockerRegistry to package_install_complete test
- [Fleet] Emit info log when using custom registry URL
- [Ingest Manager] Better validation of registry urls
- [Ingest Manager] send path as separate property in Full Agent Policy
- [Ingest Manager] send protocol separately to agent as part of full agent policy
- [Ingest Manager] add missing await to fix test for upgrading agents
- create detection index from create package policy
- [Ingest Manager] Fix package upgrade breaking after first rollover before new data has arrived
- [Ingest Manager] Remove fields from index pattern during package uninstall
- [Ingest Manager] Fix enrollment instructions missing args
- [Ingest Manager] Change path to fix breaking integration test
- more aggressive lazy loading for ingest_manager
- [Ingest Manager] Restrict direct package upload to Enterprise license
- [Fleet] Add loading spinner to page headers
- [Ingest Manager] Update open API spec and add condition to agent upgrade endpoint
- [Ingest Manager] Rename API /api/ingest_manager => /api/fleet
- Some pull request reviews not shown.
Created an issue in elastic/kibana that received 2 comments
[IngestManager] TS project references migration
Summary
Now that the Kibana build system supports using TypeScript project references (#46773), the ingest_manager plugin must be migrated to parti…