irods / irods_rule_engine_plugin_audit_amqp

BSD 3-Clause "New" or "Revised" License
2 stars 14 forks source link

Emit json with proper types. #103

Open SwooshyCueb opened 2 years ago

SwooshyCueb commented 2 years ago

It appears that the json emitted by this plugin is not typed properly, encoding several fields as strings that should be integers and whatnot. In our elk stack container, we have to convert several string fields to integers to get the kibana dashboard working, and it appears to me that these fields should already be integers.

SwooshyCueb commented 2 years ago

See irods/contrib#26 for more context