Skip to content
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

Category and subcategory for inputs #20535

Open
grotlue opened this issue Sep 24, 2024 · 6 comments · May be fixed by #20725
Open

Category and subcategory for inputs #20535

grotlue opened this issue Sep 24, 2024 · 6 comments · May be fixed by #20725
Assignees
Labels

Comments

@grotlue
Copy link
Contributor

grotlue commented Sep 24, 2024

  • API for categories and subcategories (for a specific category)
  • Input can store one category
  • Input can store 1+ subcategories of that category
@grotlue
Copy link
Contributor Author

grotlue commented Sep 24, 2024

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

@AntonEbel
Copy link
Contributor

AntonEbel commented Sep 26, 2024

These are the

@grotlue
Copy link
Contributor Author

grotlue commented Oct 11, 2024

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

@patrickmann
Copy link
Contributor

patrickmann commented Oct 17, 2024

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

@grotlue
Copy link
Contributor Author

grotlue commented Oct 17, 2024

Will it also include information regarding associated licenses?

@patrickmann
Copy link
Contributor

patrickmann commented Oct 17, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants