Skip to main content
The Deno 2 Release Candidate is here
Learn more
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.1/plugins/splunk-hec/hec.ts";

Constructors

new
HECClient(hecUrl: string, hecToken: string)

Methods

sendEvent(splunkEvent: SplunkEvent): Promise<void>