-
Notifications
You must be signed in to change notification settings - Fork 3.5k
clean up field-reference-parser #12466
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -15,6 +15,7 @@ NOTE: Migrating directly between non-consecutive major versions (5.x to | |
|
|
||
| See these topics for a description of breaking changes: | ||
|
|
||
| * <<breaking-8.0>> | ||
| * <<breaking-7.0>> | ||
| * <<breaking-pq>> | ||
| * <<breaking-6.0>> | ||
|
|
@@ -24,6 +25,21 @@ See also <<releasenotes>>. | |
| //NOTE: The notable-breaking-changes tagged regions are re-used in the | ||
| //Installation and Upgrade Guide | ||
|
|
||
| [[breaking-8.0]] | ||
| === Breaking changes in 8.0 | ||
| Here are the breaking changes for 8.0. | ||
|
|
||
| [float] | ||
| ==== Changes in Logstash Core | ||
|
|
||
| [float] | ||
| [[field-reference-parser]] | ||
| ===== Field Reference parser removed | ||
| The Field Reference parser by default was STRICT in version 7. This configuration is removed permanently. | ||
| Logstash keeps the behaviour as if the default setting, which interprets references to fields in your pipelines and plugins, | ||
| and rejects inputs that are either ambiguous or illegal. | ||
|
|
||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. What about: |
||
|
|
||
| [[breaking-7.0]] | ||
| === Breaking changes in 7.0 | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@karenzone I should cc you before merging it 😨
Could you review the doc? This PR is a breaking change of removing
--field-reference-parser