You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
out_es: support nanosecond timestamp precision (fluent#2544)
Starting in Elasticsearch 7, a "date_nanos" data type was added, increasing
timestamp precision from milliseconds to nanoseconds.
This patch adds a "Time_Key_Nanos" option which tells the ElasticSearch output
plugin to send 9 decimal places instead of 3 to ElasticSearch.
Tests are included, and a patch to document the new option will be submitted
shortly.
Signed-off-by: Neal Turett <nturett@evoforge.org>
Signed-off-by: xmcqueen <bmcqueen@linkedin.com>
0 commit comments