We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It looks like tests with large numbers are being rounded/truncated in some fashion. Running this with just logstash outputs expected results.
Test case input example: {"field1": 1502594345840535076}
Expected test output: {"field1": 1502594345840535076}
Actual test output: {"field1": 1502594345840535000}
LFV release v1.6.3 Logstash v7.17.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It looks like tests with large numbers are being rounded/truncated in some fashion. Running this with just logstash outputs expected results.
Test case input example:
{"field1": 1502594345840535076}
Expected test output:
{"field1": 1502594345840535076}
Actual test output:
{"field1": 1502594345840535000}
LFV release v1.6.3
Logstash v7.17.0
The text was updated successfully, but these errors were encountered: