magnusbaeck / logstash-filter-verifier

Apache License 2.0
191 stars 27 forks source link

Issue with truncating large numbers #179

Open rmariko opened 2 years ago

rmariko commented 2 years ago

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