Code within the logstash-filter-aggregate plugin aggregate block

Where can we find the syntax of the code which is written against the code attribute within:

filter {
    aggregate {
        task_id => "%{doc_record_id}"
        code => ""
    }
}

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.