Database 0 entries

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)



This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.