Graylog2 / Graylog2/graylog2-server
Contentpacks don't include LookupTables for EventDefinitions
Open
bug
content-packs
triaged
- Dominant language
- Java
- Stars
- 8.1k
- Forks
- 1.1k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 217
Description
If an `EventDefinition` which uses lookup tables to set event fields is exported as a content pack, the referenced
lookup table is not included.
While this is a missing feature, implementing this has some difficulties.
lookup tables are referenced by name, while content packs work with ids only.
Converting the name to the ID cannot be done in `resolveNativeEntity` within AutoValue classes.
It would likely be better to refactor as much of the lookup table users away from names towards ids.
Contributor guide
Assessment
This issue has not been assessed yet.