- Notifications
You must be signed in to change notification settings - Fork 508
New integration created for "cloud_defend" for containers feature #4680
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🌐 Coverage report
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Few questions and minor suggestions. Otherwise lgtm 👍🏽
packages/cloud_defend/data_stream/alerts/elasticsearch/ingest_pipeline/default.yml Outdated Show resolved Hide resolved
Co-authored-by: Lovel Rishi <lrishi@users.noreply.github.com>
…tions into cloud_defend_v0.0.1_stub
| Pinging @elastic/integrations (Team:Integrations) |
…ther text content updates
## Summary New Kibana plugin created for an integration called "Cloud defend for containers" which will have a corresponding agent service which can proactively block and alert on executable creation or modification in a running container. This plugin is purely in place to configure the fleet policy UX around this new integration. For now we have added a yaml editor as a custom input to our integration. The monaco-yaml libary was added to allow support for JSON schema validation support for yaml. Integration PR is up, and a work in progress: (waiting on some content for the doc page) elastic/integrations#4680 ### Screenshot  ### Checklist Delete any items that are not applicable to this PR. - [x] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md) - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [ ] Any UI touched in this PR is usable by keyboard only (learn more about [keyboard accessibility](https://webaim.org/techniques/keyboard/)) - [ ] Any UI touched in this PR does not create any new axe failures (run axe in browser: [FF](https://addons.mozilla.org/en-US/firefox/addon/axe-devtools/), [Chrome](https://chrome.google.com/webstore/detail/axe-web-accessibility-tes/lhdoppojpmngadmnindnejefpokejbdd?hl=en-US)) - [x] This renders correctly on smaller devices using a responsive layout. (You can test this [in your browser](https://www.browserstack.com/guide/responsive-testing-on-local-server)) - [x] This was checked for [cross-browser compatibility](https://www.elastic.co/support/matrix#matrix_browsers) Co-authored-by: Karl Godard <karlgodard@elastic.co> Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
| /test |
…tions into cloud_defend_v0.0.1_stub
| Package cloud_defend - 0.1.0 containing this change is available at https://epr.elastic.co/search?package=cloud_defend |
| Package cloud_defend - 0.1.1 containing this change is available at https://epr.elastic.co/search?package=cloud_defend |
1 similar comment
| Package cloud_defend - 0.1.1 containing this change is available at https://epr.elastic.co/search?package=cloud_defend |
| Pinging @elastic/sec-linux-platform (Team:Security-Linux Platform) |
What does this PR do?
Adds an integration to support a new security capability in elastic-agent for detecting and preventing container drift.
Content for docs page is incomplete. Hopefully that can be addressed in subsequent PRs, as it could take time to get that content.
Checklist
changelog.ymlfile.Author's Checklist
How to test this PR locally
Related issues
Screenshots