Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// > @3@4@5@6
// >
// > The event field name which contains date information.
Field cfg.FieldSelector `json:"field" parse:"selector" required:"false" default:"time"` // *
Field_ []string
// > @3@4@5@6
// >
// > List of date formats to parse a field. Can be specified as a datetime layout in Go [time.Parse](https://pkg.go.dev/time#Parse) format or by alias.
// > List of available datetime format aliases can be found [here](/pipeline/README.md#datetime-parse-formats).
SourceFormats []string `json:"source_formats" default:"rfc3339nano,rfc3339"` // *
SourceFormats_ []string
// > @3@4@5@6
// >
// > Date format to convert to. Can be specified as a datetime layout in Go [time.Parse](https://pkg.go.dev/time#Parse) format or by alias.
// > List of available datetime format aliases can be found [here](/pipeline/README.md#datetime-parse-formats).
TargetFormat string `json:"target_format" default:"unixtime"` // *
TargetFormat_ string
// > @3@4@5@6
// >
// > Remove field if conversion fails.
RemoveOnFail bool `json:"remove_on_fail" default:"false"` // *
}
! config-params ^ config-params
Click to show internal directories.
Click to hide internal directories.