StalkPhish icon indicating copy to clipboard operation
StalkPhish copied to clipboard

Add ability to output or JSON or CSV

Open BrickBross opened this issue 5 years ago • 2 comments

Hi,

Just an idea

As an enhancement, could be an configuration option to add an output into the config to allow this to write out to a JSON file or even a CSV.

Looking at how i can ingest this information into an Elastic instance the sqlite db using a plugin there is the following requirement: "Any tables being watched must have an id column that is monotonically increasing"

Having the option to output to a file such as just would allow a beat agent (filebeat) to simple read and send the file with no further modification required.

BrickBross avatar Jan 29 '20 17:01 BrickBross

You can use the rowid in your SQL request.

t4d avatar Feb 10 '20 11:02 t4d

Yes

KCHARGING avatar Feb 03 '21 11:02 KCHARGING