The functionality described in this article is available in XRay versions 1.4 and greater.
Scripts empower our clients to create their own custom code that can analyze and/or manipulate their streamed-in data. This is especially useful when it is necessary to restructure the data into a different format than the one used when it was streamed in. For instance, scripts are often necessary to get data into the proper format for Machine Learning Analytics to run on it. Creating scripts involves writing regular JavaScript code that interfaces with jKQL via an API. The API is very well documented in the jKQL User's Guide.