Skip to content

chore(inputs.tail)!: Remove deprecated from_beginning option#19132

Draft
skartikey wants to merge 1 commit into
influxdata:masterfrom
skartikey:chore/remove-tail-from-beginning
Draft

chore(inputs.tail)!: Remove deprecated from_beginning option#19132
skartikey wants to merge 1 commit into
influxdata:masterfrom
skartikey:chore/remove-tail-from-beginning

Conversation

@skartikey

Copy link
Copy Markdown
Contributor

Summary

The from_beginning option in inputs.tail was deprecated in v1.34.0 for removal in v1.40.0, replaced by initial_read_offset with value beginning. This removes the option and its backward-compatibility handling in Init(). The migration mapping the old values ships separately (#19117) and should merge first so users can migrate while still on v1.39.x.

Checklist

  • No AI generated code was used in this PR

Related issues

resolves #19088

The 'from_beginning' option was deprecated in v1.34.0 for removal in v1.40.0,
replaced by 'initial_read_offset' with value 'beginning'. The migration mapping
the old values ships separately so users can migrate while still on v1.39.x.
@telegraf-tiger telegraf-tiger Bot added area/tail chore plugin/input 1. Request for new input plugins 2. Issues/PRs that are related to input plugins labels Jun 18, 2026
@telegraf-tiger

Copy link
Copy Markdown
Contributor

@skartikey skartikey added this to the v1.40.0 milestone Jun 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/tail chore plugin/input 1. Request for new input plugins 2. Issues/PRs that are related to input plugins

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove deprecated option in inputs.tail

2 participants