libbeats seems to map *big.Int types to strings when publishing - is there any way I can force this to a numeric type by using _meta/fields.yml configuration ?
Hi @paulkeogh,
Yes, in principle you should be able to define it as a long
in _meta/fields.yml
. Did you try that?
I have found that with recent versions of libbeat this file is being ignored (#8397), if this is your case, try to move _meta/fields.yml
to _meta/fields.common.yml
and run make update
, then setup your index templates again.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.