Added custom field mapping in historical flows

This commit is contained in:
Matteo Biscosi 2024-11-06 10:46:33 +01:00
parent 3652422106
commit 10f2fe880f
6 changed files with 154 additions and 21 deletions

View file

@ -47,7 +47,6 @@ function asset_management_utils.insert_host(entry)
entry["last_seen"],
entry["key"]
)
--tprint(insert_host)
interface.alert_store_query(insert_host)
return interface.alert_store_query(update_host)
else