MCPcopy Index your code
hub / github.com/google/go-github / SplunkConfig

Struct SplunkConfig

github/enterprise_audit_log_stream.go:77–83  ·  view source on GitHub ↗

SplunkConfig represents vendor-specific config for Splunk.

Source from the content-addressed store, hash-verified

75
76// SplunkConfig represents vendor-specific config for Splunk.
77type SplunkConfig struct {
78 Domain string `json:"domain"`
79 Port uint16 `json:"port"`
80 KeyID string `json:"key_id"`
81 EncryptedToken string `json:"encrypted_token"`
82 SSLVerify bool `json:"ssl_verify"`
83}
84
85// HecConfig represents vendor-specific config for an HTTPS Event Collector (HEC) endpoint.
86type HecConfig struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected