Skip to content

Commit 243be30

Browse files
trisch-merobester0403
authored andcommitted
[Enhancement] Update categories for packages (elastic#14571)
* update category * update according to the comments * more comments from PR * added security global category to those packages that are related to security * make all integrations having parent category * add observability to another package * introduce final comments
1 parent d105209 commit 243be30

File tree

115 files changed

+353
-33
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+353
-33
lines changed

packages/abnormal_security/manifest.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ description: Collect logs from Abnormal AI with Elastic Agent.
66
type: integration
77
categories:
88
- security
9+
# Added email_security category as this integration focuses on email security and mailbox protection
10+
- email_security
11+
# Added threat_intel category as it includes threat detection and case management for email security threats
12+
- threat_intel
913
conditions:
1014
kibana:
1115
version: "^8.17.0 || ^9.0.0"

packages/activemq/manifest.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ format_version: "3.0.2"
1212
categories:
1313
- message_queue
1414
- observability
15+
# Added monitoring category as this integration collects metrics for monitoring ActiveMQ instances
16+
- monitoring
17+
# Added infrastructure category as ActiveMQ is part of the infrastructure stack
18+
- infrastructure
1519
conditions:
1620
kibana:
1721
version: "^8.13.0 || ^9.0.0"

packages/admin_by_request_epm/manifest.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ description: "Collect logs from Admin By Request EPM with Elastic Agent."
88
type: integration
99
categories:
1010
- security
11+
# Added iam category as Admin By Request EPM is focused on privilege management and administrative access control
12+
- iam
13+
# Added credential_management category as it deals with elevated privileges management
14+
- credential_management
1115
conditions:
1216
kibana:
1317
version: "^8.15.3 || ^9.0.0"

packages/airflow/manifest.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ type: integration
66
format_version: "3.0.0"
77
categories:
88
- observability
9+
# Added process_manager category as Airflow is a workflow management platform that schedules and monitors workflows
10+
- process_manager
911
conditions:
1012
kibana:
1113
version: "^8.13.0 || ^9.0.0"

packages/amazon_security_lake/manifest.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ title: Amazon Security Lake
44
version: "2.7.1"
55
description: Collect logs from Amazon Security Lake with Elastic Agent.
66
type: integration
7-
categories: ["aws", "security"]
7+
categories:
8+
- aws
9+
- security
10+
# Added siem category as it functions as a security information and event management system for AWS resources
11+
- siem
812
conditions:
913
kibana:
1014
version: "^8.16.5 || ^9.0.0"

packages/apache_spark/manifest.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ type: integration
77
categories:
88
- observability
99
- analytics_engine
10+
# Added big_data category as Apache Spark is a unified analytics engine for large-scale data processing
11+
- big_data
12+
# Added stream_processing category as Spark includes capabilities for stream processing with Spark Streaming
13+
- stream_processing
1014
conditions:
1115
kibana:
1216
version: "^8.13.0 || ^9.0.0"

packages/apache_tomcat/manifest.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ name: apache_tomcat
33
title: Apache Tomcat
44
version: "1.12.0"
55
description: Collect and parse logs and metrics from Apache Tomcat servers with Elastic Agent.
6-
categories: ["web", "observability"]
6+
categories:
7+
- web
8+
- observability
9+
# Added application_observability category as Apache Tomcat is an application server, and this integration provides detailed application-level metrics and logs
10+
- application_observability
711
type: integration
812
conditions:
913
kibana:

packages/apm/manifest.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ title: Elastic APM
44
version: 9.1.0-preview-1747764883
55
description: Monitor, detect, and diagnose complex application performance issues.
66
type: integration
7-
categories: ["elastic_stack", "monitoring"]
7+
categories:
8+
- elastic_stack
9+
- monitoring
10+
# Observability is a parent category for monitoring
11+
- observability
812
conditions:
913
elastic:
1014
capabilities:

packages/arista_ngfw/manifest.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ description: "Collect logs and metrics from Arista NG Firewall."
88
type: integration
99
categories:
1010
- network
11+
# Added network_security category as Arista NGFW is primarily a network security device
12+
- network_security
13+
# Added firewall_security category as it provides firewall capabilities and logs firewall events
14+
- firewall_security
15+
# Added ids_ips category as it includes intrusion prevention system functionality
16+
- ids_ips
17+
# Added global security category as this integration collects security-relevant data
18+
- security
1119
conditions:
1220
kibana:
1321
version: "^8.11.0 || ^9.0.0"

packages/armis/manifest.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ description: Collect logs from Armis with Elastic Agent.
66
type: integration
77
categories:
88
- security
9+
# Added vulnerability_management category as it detects and manages vulnerabilities across devices
10+
- vulnerability_management
11+
# Added network_security category as it monitors and protects devices across the network
12+
- network_security
913
conditions:
1014
kibana:
1115
version: "^8.18.0 || ^9.0.0"

0 commit comments

Comments
 (0)