Add contains_url filter option

This commit is contained in:
Erik Johnston 2016-09-29 11:38:32 +01:00
parent 459f4b953d
commit 085131b617

View file

@ -28,4 +28,8 @@ properties:
items:
type: string
type: array
contains_url:
type: boolean
description: If specified will filter events based on if they have a url key in their
content.
type: object