Versions in this module Expand all Collapse all v0 v0.0.1 Jan 1, 2026 Changes in this version + type DockerLogs struct + ContainerExclude []string + ContainerInclude []string + ContainerStateExclude []string + ContainerStateInclude []string + Endpoint string + FromBeginning bool + IncludeSourceTag bool + LabelExclude []string + LabelInclude []string + Timeout config.Duration + func (*DockerLogs) SampleConfig() string + func (*DockerLogs) Start(telegraf.Accumulator) error + func (d *DockerLogs) Gather(acc telegraf.Accumulator) error + func (d *DockerLogs) GetState() interface{} + func (d *DockerLogs) Init() error + func (d *DockerLogs) SetState(state interface{}) error + func (d *DockerLogs) Stop()