This page refers to a very early stage Squirro feature. It has not yet been release fully.


Squirro Script is a scripting language used in Squirro enrichments. It allows each item to be processed as it comes through the pipeline.


Its syntax strongly resembled Python, but the complexity and functionality has been reduced. On the other hand Squirro Script is optimised for dealing with Squirro items, especially around how functions are used on keywords and the functions that are provided. For cases where Squirro Script is not powerful enough, pipelets can be used to use the full power of Python instead.

Table of Contents