Skip to content
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

[Anduril] "Defend for containers" updates and fixes #5050

Merged
merged 3 commits into from
Jan 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/cloud_defend/_dev/build/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
dependencies:
ecs:
reference: [email protected]
import_mappings: true
5 changes: 5 additions & 0 deletions packages/cloud_defend/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.1.1"
changes:
- description: This version now works e2e with the cloud-defend service.
type: enhancement
link: https://github.com/elastic/integrations/pull/4680
- version: "0.1.0"
changes:
- description: Initial draft of the package
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
{{configuration}}
security-policy:
{{configuration}}
203 changes: 0 additions & 203 deletions packages/cloud_defend/data_stream/alerts/fields/ecs.yml

This file was deleted.

5 changes: 0 additions & 5 deletions packages/cloud_defend/data_stream/alerts/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
title: "alerts"
type: logs
#ilm_policy: logs-cloud_defend.alerts-default_policy TODO retention policy
elasticsearch:
index_template:
mappings:
dynamic: false
streams:
- input: cloud_defend/control
template_path: stream.yml.hbs
Expand Down
63 changes: 0 additions & 63 deletions packages/cloud_defend/data_stream/alerts/sample_event.json

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions packages/cloud_defend/img/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion packages/cloud_defend/img/sample-logo.svg

This file was deleted.

Binary file removed packages/cloud_defend/img/sample-screenshot.png
Binary file not shown.
18 changes: 11 additions & 7 deletions packages/cloud_defend/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 2.0.0
format_version: 2.3.0
name: cloud_defend
title: "Defend for Containers"
version: 0.1.0
version: 0.1.1
source:
license: "Elastic-2.0"
description: "Elastic Defend for Containers provides cloud-native runtime protections for containerized environments."
Expand All @@ -12,13 +12,17 @@ categories:
conditions:
kibana.version: "^8.7.0"
screenshots:
- src: /img/sample-screenshot.png
title: Sample screenshot
size: 600x600
- src: /img/control-policy-general-view-screenshot.png
title: Control policy general view screenshot
size: 1699x1241
type: image/png
- src: /img/control-policy-yaml-view-screenshot.png
title: Control policy yaml editor screenshot
size: 1704x1179
type: image/png
icons:
- src: /img/sample-logo.svg
title: Sample logo
- src: /img/logo.svg
title: Defend for containers logo
size: 32x32
type: image/svg+xml
policy_templates:
Expand Down