Documentation
¶
Index ¶
- type Strings
- func (s *Strings) Apply(es ...*formatters.EventMsg) []*formatters.EventMsg
- func (s *Strings) Init(cfg interface{}, opts ...formatters.Option) error
- func (s *Strings) WithActions(act map[string]map[string]interface{})
- func (s *Strings) WithLogger(l *log.Logger)
- func (s *Strings) WithTargets(tcs map[string]*types.TargetConfig)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Strings ¶
type Strings struct {
Tags []string `mapstructure:"tags,omitempty" json:"tags,omitempty"`
Values []string `mapstructure:"values,omitempty" json:"values,omitempty"`
TagNames []string `mapstructure:"tag-names,omitempty" json:"tag-names,omitempty"`
ValueNames []string `mapstructure:"value-names,omitempty" json:"value-names,omitempty"`
Debug bool `mapstructure:"debug,omitempty" json:"debug,omitempty"`
Transforms []map[string]*transform `mapstructure:"transforms,omitempty" json:"transforms,omitempty"`
// contains filtered or unexported fields
}
Strings provides some of Golang's strings functions to transform: tags, tag names, values and value names
func (*Strings) Apply ¶
func (s *Strings) Apply(es ...*formatters.EventMsg) []*formatters.EventMsg
func (*Strings) WithActions ¶
func (*Strings) WithLogger ¶
func (*Strings) WithTargets ¶
func (s *Strings) WithTargets(tcs map[string]*types.TargetConfig)
Click to show internal directories.
Click to hide internal directories.