Skip to content
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

[BUG] cannot unmarshal number 47244640256 into Go struct #216

Closed
waqarsky opened this issue Jan 10, 2024 · 2 comments
Closed

[BUG] cannot unmarshal number 47244640256 into Go struct #216

waqarsky opened this issue Jan 10, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@waqarsky
Copy link

Ive just downloaded v1.5.7 and run this exporter on my logstash machine (no config set up).

I got this error on a logstash 7.17.5 instance:

time=2024-01-10T17:01:15.524Z level=ERROR msg="executor failed" name=nodestats duration=13.507973ms err="json: cannot unmarshal number 47244640256 into Go struct field .pipelines.queue.max_queue_size_in_bytes of type int"

@kuskoman kuskoman self-assigned this Jan 10, 2024
@kuskoman kuskoman added the bug Something isn't working label Jan 10, 2024
@kuskoman
Copy link
Owner

kuskoman commented Jan 10, 2024

@waqarsky on the first glance it seems like the type is not sufficient for big values. I will fix it soon. thanks for reporting the error

@kuskoman
Copy link
Owner

kuskoman commented Jan 11, 2024

@waqarsky fixed in both v1 and v2 versions.
For v1 see tag v1.6.0
in case of any problems please either reopen this issue, or create another one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants