Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

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 optimized 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

  • No labels