Description
The dashboard plugin is missing the security log type category,
|
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

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
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