Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConfigFileStruct ¶
type ConfigFileStruct struct {
LogLevel string `yaml:"log-level,omitempty" json:"log-level,omitempty"`
Parameters []StageParam `yaml:"parameters,omitempty" json:"parameters,omitempty"`
Profile *Profile `yaml:"profile,omitempty" json:"profile,omitempty"`
Health *Health `yaml:"health,omitempty" json:"health,omitempty"`
}
type Ingest ¶
type Ingest struct {
Type string `yaml:"type" json:"type"`
Kafka *ingest.KafkaConfig `yaml:"kafka,omitempty" json:"kafka,omitempty"`
}
type StageParam ¶
type Transform ¶
type Transform struct {
Type string `yaml:"type" json:"type"`
Network *transform.NetworkConfig `yaml:"network,omitempty" json:"network,omitempty"`
}
type Write ¶
type Write struct {
Type string `yaml:"type" json:"type"`
Loki *write.LokiConfig `yaml:"loki,omitempty" json:"loki,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.