EEL Web Hook for receiving JSON events for event forwarding:
http://localhost:8080/v1/events
EEL Web API for processing JSON events synchronously and returning the transformed event immediately in the response body:
http://localhost:8080/v1/sync/events
EEL health check. Retrieves JSON encoded status information including current version and configured handlers:
http://localhost:8080/v1/health
EEL event plugin configuration. Currently only the webhook plugin (enabled by default) and the stdin plugin (disabled by default) are available:
http://localhost:8080/v1/pluginconfigs
Reload config.json and handlers from disk without restarting EEL:
http://localhost:8080/v1/reload
Vet all configured handlers and returns list of warnings: