I think i've set up the the module correctly. In the Github link it mentions being able to run Kusto queries in Ignite using the scripting function, how do i do this?
Per the readme in the repo you linked, there should be a system.kusto scripting namespace available (per the code, in all scopes):
You can also run arbitrary Kusto queries against the database using the scripting function and Perspective binding function. The scripting function is: system.kusto.query(historyProvider, database, query)
Learn more about the Kusto query language, click here.