-
Greetings, I have a MongoDB collection which collects URLs, and has a lot of existing data that was not fetched using IntelMQ. Is it possible to configure the MongoDB output bot so that it checks whether a URL already exists in the collection, and if it does exist, avoids storing a new record? Thank you in advance. |
Beta Was this translation helpful? Give feedback.
Answered by
sebix
Oct 11, 2022
Replies: 1 comment
-
Would creating a unique index in MongoDB work? IntelMQ itself does (as of 2022-10-11) not have the ability to lookup values in MongoDB databases, but I agree that this would be a very good addition. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sebix
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Would creating a unique index in MongoDB work?
IntelMQ itself does (as of 2022-10-11) not have the ability to lookup values in MongoDB databases, but I agree that this would be a very good addition.