Skip to content

[BUG] Missing "Security" log type category #1346

@AlexRuiz7

Description

@AlexRuiz7

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

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions