-
Notifications
You must be signed in to change notification settings - Fork 62
[BUG] Missing "Security" log type category #1346
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
The dashboard plugin is missing the security log type category,
security-analytics-dashboards-plugin/public/utils/constants.ts
Lines 224 to 231 in 9deaf45
| export const logTypeCategoryDescription: { name: string; description: string }[] = [ | |
| { name: 'Access Management', description: 'User access, authentication, group management' }, | |
| { name: 'Applications', description: 'Application lifecycle, API, and web resources activities' }, | |
| { name: 'Cloud Services', description: 'Services managed by cloud providers' }, | |
| { name: 'Network Activity', description: 'DNS, HTTP, Email, SSH, FTP, DHCP, RDP' }, | |
| { name: 'System Activity', description: 'System monitoring logs' }, | |
| { name: 'Other', description: 'Logs not covered in other categories' }, | |
| ]; |
This category is supported as per the documentation, and also by the OpenSearch Security Analytics plugin.
As a result, it is not possible to create custom log types under this category as it is not listed in the dropdown

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working