Skip to main content
Version: 1.x

Drop

Filter plugin : Drop​

Description​

Drop Rows that match the condition

Options​

nametyperequireddefault value
conditionstringyes-
condition [string]​

Conditional expression, Rows that match this conditional expression will be dropped. Expressions in where clause of sql language can be used, such as name = 'grayelephant', status = 200 AND resp_time > 100

Examples​

drop {
condition = "status = '200'"
}

Rows will be dropped if status is 200