This is a filter that lets you remove attributes and columns from a result set.
Parameter | Type | Required | Default | Description |
---|---|---|---|---|
fields | [string] | true | The names of the fields to discard. |
Examples
This example shows how to drop the single field called,
header
:
humio
drop(header)
In this example, it will drop two fields:
humio
drop([header,value])