jimi
jimi copied to clipboard
[Feature] Normalisation Helper
Is your feature request related to a problem? Please describe.
Not all plugins output data in the same way. For example, one might output src_ip
, another ip
, and another sourceIP
.
Describe the solution you'd like
Have a helper function that lets you send a dictionary and your data, with the dictionary containing all the replacements:
normaliseHelper({"source_ip":"src_ip","destination_ip":"dest_ip"},outputData)