I try to load json-structured logs using filebeat into kibana.
it parses OK, but some values are numeric with very large numbers.
filebeat complains that Value [40000000000000000000] is out of range for a long"}}, dropping event
I was trying to force such field to be "double" and not "long" but it ignores the setting.
Editing fields.yml directly does not work, unless you rebuild the whole package. Using processors solves the problem, but the optimal solution is to use append_fields to load your fields configuration.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.