rename

Changes the source field name to the specified field name.

Syntax

rename FIELD as NEW_NAME[, FIELD as NEW_NAME, ...]
Required Parameter
FIELD
Name of the source field
as NEW_NAME
New name to the field with as directive

Usage

Rename src_ip field to Source

rename src_ip as Source