Legacy functions do not work out of the box after upgrade to 2.4 #57
Comments
dennisoelkers
added a commit
to Graylog2/graylog2-server
that referenced
this issue
Sep 29, 2017
Before this change, lookup data adapters, caches and tables were created sequentially during content pack import, leading to errors when lookup tables were created before caches or data adapters were successfully created and started. Imported lookup tables were usable only after the server was restarted at least once after a content pack import. After this change, the bundle importer waits for the successful creation of data adapters/caches before creating lookup tables. Fixes Graylog2/graylog-plugin-threatintel#57.
joschi
added a commit
to Graylog2/graylog2-server
that referenced
this issue
Oct 4, 2017
Before this change, lookup data adapters, caches and tables were created sequentially during content pack import, leading to errors when lookup tables were created before caches or data adapters were successfully created and started. Imported lookup tables were usable only after the server was restarted at least once after a content pack import. After this change, the bundle importer waits for the successful creation of data adapters/caches before creating lookup tables. Fixes Graylog2/graylog-plugin-threatintel#57
joschi
pushed a commit
to Graylog2/graylog2-server
that referenced
this issue
Oct 4, 2017
Before this change, lookup data adapters, caches and tables were created sequentially during content pack import, leading to errors when lookup tables were created before caches or data adapters were successfully created and started. Imported lookup tables were usable only after the server was restarted at least once after a content pack import. After this change, the bundle importer waits for the successful creation of data adapters/caches before creating lookup tables. Fixes Graylog2/graylog-plugin-threatintel#57 Refs #4197 (cherry picked from commit 3493509)
dennisoelkers
added a commit
to Graylog2/graylog2-server
that referenced
this issue
Oct 4, 2017
Before this change, lookup data adapters, caches and tables were created sequentially during content pack import, leading to errors when lookup tables were created before caches or data adapters were successfully created and started. Imported lookup tables were usable only after the server was restarted at least once after a content pack import. After this change, the bundle importer waits for the successful creation of data adapters/caches before creating lookup tables. Fixes Graylog2/graylog-plugin-threatintel#57 Refs #4197 (cherry picked from commit 3493509)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am using pipeline rules from before the migration to lookup tables:
This leads to all lookups failing and these error messages:
I do see them in
lut_tables
though:The text was updated successfully, but these errors were encountered: