-
Notifications
You must be signed in to change notification settings - Fork 497
Remove Security Category Tag from Non-Security Packages #15611
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
base: main
Are you sure you want to change the base?
Changes from all commits
5b28f03
e5dd75b
b332ed4
e3168d0
c2e56b3
c92f88d
ec75bb4
b918827
9d42d2b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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? There was a problem hiding this comment. Choose a reason for hiding this commentThe 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. There was a problem hiding this comment. Choose a reason for hiding this commentThe 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: | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Looks fine |
||
icons: | ||
- src: /img/logo_mongodb.svg | ||
title: logo mongodb | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Looks fine |
||
conditions: | ||
kibana: | ||
version: "^8.15.0 || ^9.0.0" | ||
|
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.
why this was removed? It was added a year ago so I’m concerned if this is a correct approach.
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.
It is fine to assume that the metrics one is purely o11y usecase?