graylog2-server icon indicating copy to clipboard operation
graylog2-server copied to clipboard

Category and subcategory for inputs

Open grotlue opened this issue 1 year ago • 6 comments

  • API for categories and subcategories (for a specific category)
  • Input can store one category
  • Input can store 1+ subcategories of that category

grotlue avatar Sep 24 '24 14:09 grotlue

We will need an API for categories and subcategories (for a specific category). This will also be needed for the Data Source wizard.

grotlue avatar Sep 24 '24 14:09 grotlue

These are the

AntonEbel avatar Sep 26 '24 12:09 AntonEbel

For this cycle adding categories and subcategories in the UI is out of scope.

grotlue avatar Oct 11 '24 09:10 grotlue

Illuminate packs will include the data required by the input setup wizard. Specifically, the following fields:

  • category: the category name, as it will be shown in the UI
  • subcategories: list of all associated subcategory names
  • subcategory_descriptions: list of descriptions, corresponding to subcategories list
  • input_types: list of all associated input types

patrickmann avatar Oct 17 '24 06:10 patrickmann

Will it also include information regarding associated licenses?

grotlue avatar Oct 17 '24 08:10 grotlue

@grotlue Yes - Illuminate pack includes editions, which tells us if it is available in open/enterprise/security and cloud/on-prem. E.g.: https://github.com/Graylog2/graylog-project-illuminate/blob/develop/_meta/packs/bind_dns.toml We can make that available via the new categories API.

patrickmann avatar Oct 17 '24 08:10 patrickmann

We should add an “other” category. If user selects this, we present them with all (valid) illuminate packs.

tellistone avatar Nov 06 '24 11:11 tellistone

Obsolete, since Illuminate is providing the required APIs

patrickmann avatar Feb 12 '25 09:02 patrickmann