Hello..is there a reference guide to integrate fle...
# fleet
g
Hello..is there a reference guide to integrate fleet with servicenow. we want to use the osquery data for updating the servicenow cmdb tables (server inventory data such as disk space, h/w data, cpu etc.). Currently for PoC, we exported the fleet data in an excel and uploaded it manually into cmdb tables. we would like to check if there was an automated way where the data can be directly populated from fleet to servicenow. Thanks.
k
There isn't a direct integration at this point, but it's on the roadmap for future. That may not include asset management though. If I were looking to automate that process, I'd likely use something like Tines to use Fleet's REST API to gather data from Fleet, transform it as needed, and forward to servicenow.
g
thank you