MCPcopy Create free account
hub / github.com/adobe/Marinus / HECEndpoint

Class HECEndpoint

python3_cron_scripts/libs3/SplunkHECManager.py:42–48  ·  view source on GitHub ↗

A class to represent the Splunk endpoints

Source from the content-addressed store, hash-verified

40
41
42class HECEndpoint(object):
43 """
44 A class to represent the Splunk endpoints
45 """
46
47 RAW = "raw"
48 EVENT = "event"
49
50
51class SplunkHECManager(object):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected