Documentation ¶
Overview ¶
Package artifact provides the artifact ingestion engine
Package artifact provides the artifact ingestion engine
Index ¶
Constants ¶
View Source
const (
// ArtifactRuleDataIngestType is the type of the artifact rule data ingest engine
ArtifactRuleDataIngestType = "artifact"
)
Variables ¶
View Source
var ( // ArtifactTypeContainerRetentionPeriod represents the retention period for container artifacts ArtifactTypeContainerRetentionPeriod = time.Now().AddDate(0, -6, 0) )
Functions ¶
This section is empty.
Types ¶
type Ingest ¶
type Ingest struct {
// contains filtered or unexported fields
}
Ingest is the engine for a rule type that uses artifact data ingest Implements enginer.ingester.Ingester
func NewArtifactDataIngest ¶
NewArtifactDataIngest creates a new artifact rule data ingest engine
Click to show internal directories.
Click to hide internal directories.