set_time

package
v0.50.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 21, 2025 License: BSD-3-Clause Imports: 3 Imported by: 0

README

Set time plugin

It adds time field to the event.

Config params

field string default=time required

The event field to put the time.


format string default=rfc3339nano required

Date format to parse a field. Can be specified as a datetime layout in Go time.Parse format or by alias. List of available datetime format aliases can be found here.


override bool default=true

Override field if exists.



Generated using insane-doc

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 to put the time.
	Field string `json:"field" required:"true" default:"time"` // *

	// > @3@4@5@6
	// >
	// > Date format 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).
	Format  string `json:"format" default:"rfc3339nano" required:"true"` // *
	Format_ string

	// > @3@4@5@6
	// >
	// > Override field if exists.
	Override bool `json:"override" default:"true"` // *
}

! config-params ^ config-params

type Plugin

type Plugin struct {
	// contains filtered or unexported fields
}

func (*Plugin) Do

func (p *Plugin) Do(event *pipeline.Event) pipeline.ActionResult

func (*Plugin) Start

func (p *Plugin) Start(config pipeline.AnyConfig, _ *pipeline.ActionPluginParams)

func (*Plugin) Stop

func (p *Plugin) Stop()

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL