Skip to content

[elastic_security] adding siem category #14509

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
5 changes: 5 additions & 0 deletions packages/elastic_security/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.2.0"
changes:
- description: Adding SIEM category.
type: enhancement
link: https://github.com/elastic/integrations/pull/1234
- version: "0.1.0"
changes:
- description: Initial release.
Expand Down
3 changes: 2 additions & 1 deletion packages/elastic_security/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
format_version: 3.3.2
name: elastic_security
title: Elastic Security
version: 0.1.0
version: 0.2.0
source:
license: "Elastic-2.0"
description: Collect logs from Elastic Instance with Elastic Agent.
type: integration
categories:
- security
- siem
conditions:
kibana:
version: "^8.18.0 || ^9.0.0"
Expand Down