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

Some data are failing during elastic bulk import #15

Closed
dadokkio opened this issue Jun 9, 2020 · 2 comments
Closed

Some data are failing during elastic bulk import #15

dadokkio opened this issue Jun 9, 2020 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@dadokkio
Copy link
Collaborator

dadokkio commented Jun 9, 2020

Some input are considered as integer but they are to big to be an int.
Since I don't specify index structure I need to find a way to manage this.

@garanews
Copy link
Member

garanews commented Sep 4, 2020

Example:
0xFFFFE00B570CE001 (in this case coming from windows.bigpool plugin) became 18446708938042564609 and generates this error in Elastic:
Numeric value (18446708938042564609) out of range of long (-9223372036854775808 - 9223372036854775807)

@garanews garanews added the bug Something isn't working label Sep 4, 2020
@garanews
Copy link
Member

Fixed with 0524cdb

format_hints.HexBytes: quoted_optional(hex_bytes_as_text),

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