Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Latest commit

 

History

History
36 lines (27 loc) · 1.01 KB

event_definition.md

File metadata and controls

36 lines (27 loc) · 1.01 KB

graylog_event_definition

Argument Reference

Required Argument

name type description
title string
config string JSON string
notifications[].notification_id string
priority int 1 (Low), 2 (Normal), 3 (High)
notification_settings {}

config is a JSON string. The format of config depends on the Event Notification type. Please see the example. Using the Graylog's API browser you can check the format of config.

Optional Argument

name default type description
description "" string
alert false bool
field_spec "" string JSON string
notification_settings.grace_period_ms 0 int
notification_settings.backlog_size 0 int
notifications [] []object

Attrs Reference

None.