Dmitry Gurevich

Results 11 issues of Dmitry Gurevich

### Summary of your changes This PR introduces a new workflow called Test Agent Compatibility. The workflow verifies the latest Elasticsearch version against agents starting from version 8.11. It dynamically...

backport-skip

**Motivation** During implementation of EKS functional tests several test cases were skipped. The skip reason was due missing findings. After investigation it was found that fleet-managed agent reveals eks findings...

Team:Cloud Security
automation

**Motivation** The periodic CI is currently failing due to a redundant "Build" step, which needs refactoring and updating to resolve the issue. **Definition of done** What needs to be completed...

Team:Cloud Security
automation

**Motivation** After migrating vanilla Kubernetes tests to a new format, it's apparent that there are still unimplemented test cases. This task involves developing and implementing the remaining test cases to...

Team:Cloud Security
delegate-to-dev-team
automation

**Motivation** To improve our workflows and reduce complexity, we want to investigate alternative methods for working with jobs data (build artifacts, docker images) instead of relying solely on caching. The...

Team:Cloud Security
delegate-to-dev-team
automation
technical debt

**Motivation** In our current CI workflows, we have defined `CI_ELASTIC_AGENT_DOCKER_TAG` and `CI_ELASTIC_AGENT_DOCKER_IMAGE` variables specifically intended for EKS agent tests. However, as our current plans do not involve implementing agent tests...

Team:Cloud Security
automation

**Describe the bug** When creating new KSPM integration with EKS cluster deployment (correct credentials provided), cloudbeat the following error logs appear: ``` 19:02:34.025 elastic_agent.cloudbeat [elastic_agent.cloudbeat][error] Failed to parse file configuration...

bug
Team:Cloud Security

**Motivation** EKS-CI is currently experiencing deployment failures on EKS config 1 cluster. This task involves investigating and resolving the deployment issue. ![Screenshot 2024-05-08 at 11 12 26](https://github.com/elastic/cloudbeat/assets/99176494/271f4b6d-0792-4fa4-b1d6-7e43e55ae42c) Logs: ![Screenshot 2024-05-08...

Team:Cloud Security
automation

**Motivation** Inconsistent naming conventions within the [ci scripts](https://github.com/elastic/cloudbeat/tree/main/.ci/scripts) folder can lead to confusion and inconsistency in the codebase. By standardizing the naming convention to lowercase dashes `( _ )`, we...

good first issue
Team:Cloud Security
automation

### Summary of your changes This PR introduces the capability to install the CDR infrastructure with or without the CIS infrastructure. This enhancement allows for more flexibility in setting up...

backport-v8.x