Array of arrays of strings

Functions using this Type: dropEvent(), eval(), fieldset()

A method of taking multiple arrays and embedding them into a larger array connected with a single argument. These are known as multidimensional arrays.

Each array string is enclosed in square brackets [] and the entire set of arrays is enclosed in square brackets.

Rename multiple fields at once
logscale
rename([[oldname1, newname1], [oldname2, newname2]])
Example with specific field mappings
logscale
[["src_ip","source_ip"], ["dst_ip","destination_ip"], ["src_port","source_port"]]

Functions using this Type: bitfield:extractFlags(), bitfield:extractFlagsAsArray(), bitfield:extractFlagsAsString(), dropEvent(), eval(), fieldset()