Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/pup/plugins/splunk-hec/hec.ts>HECClient

Universal process manager built in Deno
Go to Latest
class HECClient
import { HECClient } from "https://deno.land/x/pup@1.0.0-rc.23/plugins/splunk-hec/hec.ts";

Constructors

new
HECClient(hecUrl: string, hecToken: string)

Methods

sendEvent(splunkEvent: SplunkEvent): Promise<void>