You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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
, anotherip
, and anothersourceIP
.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)
The text was updated successfully, but these errors were encountered: