The Siren scripting API is a set of classes that enable scripting in Siren Investigate.
The scripts are written in Javascript and they are executed by the Web browser when a dashboard or a visualization or the overview tab in the record view are opened.
The scripts, like the other objects in the application, are stored in the Elasticsearch .siren index.
In this category we will published the scripts which can be used by users in there projects as per the requirement and do the necessary changes accordingly.
hi, I was trying to figure out how to write my own plugin. There is not a lot of detail on how to do this. I would like to create a plugin for jquery datatables ( DataTables examples - Examples index). I feel it would be similar to how apex chart works. I just do not know what is needed. I keep seeing custom plugin, private scr, and plugin installs. I don’t know what files to put in .zip for install, or the api to implement? I hope i put this in the right place If not I applogize.