intelmq icon indicating copy to clipboard operation
intelmq copied to clipboard

make it possible to dump data from postgresql to a intelmqdump file format

Open aaronkaplan opened this issue 10 years ago • 0 comments

Reasoning: if there is data in the postgresql DB which can not be further processed, I'd like to have a feature where I can SELECT (sql select) these rows and export them into an intelmqdump tool format JSON file. This file can then be taken by intelmqdump and put into any queue in the intelmq pipeline.

In summary - this allows for the re-injection of data from postgresql into the while intelmq system.

aaronkaplan avatar Jan 12 '16 16:01 aaronkaplan