Graylog2 / graylog2-server

Free and open log management
https://www.graylog.org
Other
7.41k stars 1.07k forks source link

Content pack auto load only works if the content pack has not been installed yet #1551

Closed bernd closed 6 years ago

bernd commented 9 years ago

Content packs that are listed in the content_packs_auto_load config option are only applied automatically if the content pack has not been installed yet.

If the user decides to enable the auto load of a content pack at a later point, it does not work because it will be skipped.

joschi commented 8 years ago

Unfortunately that's not as easy as it sounds as there are lots of corner cases to handle:

Additionally the mapping from filename → content pack ID isn't stored at the moment and would have to be added before this feature can work.

bernd commented 8 years ago

If we cannot fix this in a sane way, we should at least document it.

bernd commented 6 years ago

This doesn't apply to the new content pack system anymore.