Skip to content
2 changes: 0 additions & 2 deletions packages/miniflux/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ type: integration
categories:
# Observability is a parent category for web
- observability
# Added security category as Miniflux integration is assigned to security team
- security
Comment on lines -12 to -13
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@clement-fouque Do you recall why this was added as a security integration?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we had a discussion but I don't remember why we added it. We can remove it.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is owned by security team, has it no security use case?

- web
conditions:
kibana:
Expand Down
4 changes: 0 additions & 4 deletions packages/mongodb/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ type: integration
categories:
- datastore
- observability
# Added database_security category as it collects database logs and metrics including collection statistics, database statistics, and replication status
- database_security
# Added global security category as this integration collects security-relevant data
- security
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks fine

icons:
- src: /img/logo_mongodb.svg
title: logo mongodb
Expand Down
4 changes: 0 additions & 4 deletions packages/mysql/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ type: integration
categories:
- datastore
- observability
# Added database_security category as it collects error logs, slow query logs, and replication status metrics that are relevant for database security monitoring
- database_security
# Added global security category as this integration collects security-relevant data
- security
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks fine

conditions:
kibana:
version: "^8.15.0 || ^9.0.0"
Expand Down