Graylog2 / Graylog2/graylog2-server
Extract entity catalog from content pack specific code
Open
- Dominant language
- Java
- Stars
- 8.1k
- Forks
- 1.1k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 217
Description
## Description
The `/system/catalog` endpoint provides a catalog of all entities in the system. The code for this is currently embedded in the content pack specific code. Since the catalog will be used for features unrelated to content packs, we want to extract the code into its own package so we can use and extend it independently from content packs.
Our first use case will be the resolving of GRNs into entity descriptors (e.g. title, description, database ID) to allow the UI to show details for a GRN.
## Tasks
- [ ] tbd
Contributor guide
Assessment
This issue has not been assessed yet.