-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
http_endpoint: 7.14.0 breaks backwards compatibility by encoding numbers as strings #27382
Labels
Comments
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
I guess it's missing a call to
|
adriansr
added a commit
to adriansr/beats
that referenced
this issue
Aug 18, 2021
This adds a necessary transform to the output of http_endpoint so that numeric values are encoded as such instead of as a string. Fixes elastic#27382
4 tasks
adriansr
added a commit
that referenced
this issue
Aug 19, 2021
This adds a necessary transform to the output of http_endpoint so that numeric values are encoded as such instead of as a string. Fixes #27382
adriansr
added a commit
that referenced
this issue
Aug 19, 2021
This adds a necessary transform to the output of http_endpoint so that numeric values are encoded as such instead of as a string. Fixes #27382 (cherry picked from commit 704007d) Co-authored-by: Adrian Serrano <[email protected]>
adriansr
added a commit
that referenced
this issue
Aug 19, 2021
This adds a necessary transform to the output of http_endpoint so that numeric values are encoded as such instead of as a string. Fixes #27382 (cherry picked from commit 704007d) Co-authored-by: Adrian Serrano <[email protected]>
adriansr
added a commit
that referenced
this issue
Aug 19, 2021
This adds a necessary transform to the output of http_endpoint so that numeric values are encoded as such instead of as a string. Fixes #27382 (cherry picked from commit 704007d) Co-authored-by: Adrian Serrano <[email protected]>
Icedroid
pushed a commit
to Icedroid/beats
that referenced
this issue
Nov 1, 2021
This adds a necessary transform to the output of http_endpoint so that numeric values are encoded as such instead of as a string. Fixes elastic#27382
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For confirmed bugs, please report:
Run filebeat with the following conf:
Ingest a document containing a number:
The following document is produced:
This can break existing ingest pipelines that are expecting numbers instead of strings.
This is caused by #26279 changing the input to use Decoder.UseNumber flag.
The text was updated successfully, but these errors were encountered: