Graylog2 / Graylog2/graylog2-server

Webhooks input plugin

Open
#6,905 1 comment 5 reactions 0 assignees View on GitHub
feature triaged
Dominant language
Java
Stars
8.1k
Forks
1.1k
Avg merge
1d 20h
Merged PRs (30d)
217

Description

Feature request: Webhooks input plugin (Something like generic HTTP/JSON)

GELF HTTP Input requires a specific json formating that you often can't set from the sender (Juniper Mist & Meraki for example)

Example incoming webhook:

{
"topic": "device-updowns",
"events": [
{
"ap": "123456789012",
"ap_name": "ua-ap41-01",
"org_id": "06e214fb-b5b2-4934-abf2-lk1j23lk4j12",
"reason": "unknown",
"site_id": "1e3c0949-a0df-4cb3-asdf-aasdfasdfd",
"site_name": "Uppsala",
"timestamp": 1575012212,
"type": "AP_RESTARTED"
}
]
}

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.