Extend Operator
Overview
| extend <dest>=<expression>[, ...]Examples
Add a new field
aws_alb
| extend sentKB = sentBytes / 1024p_event_time
sentBytes
sentKB
type
Add multiple new fields
p_event_time
sentBytes
sentKB
sentMB
type
Reference added fields in subsequent expressions
p_event_time
sentBytes
sentKB
type
Remove a field
p_event_time
type
Last updated
Was this helpful?

