Has anyone ever tried to write something into a dynamic lookup table, for example in MongoDB, when it has 0 entries? I’m trying to write an epoch timestamp, for example 1723458285000, into a lookup, but it’s not working.
I’ve tried methods in Graylog rules like:
lookup_add_string_list
lookup_set_string_list
lookup_set_value
I’ve also checked my lookup table, caches, and data adapter, and they seem to be correct. (I dont want to cache the values because i plan to remove them later)