From 41163e70715f22fda3d8cc126b9acef1c0d9541f Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Mon, 29 Apr 2013 13:59:02 -0700 Subject: [PATCH] Set more precise Kibana timestamp format. * modules/kibana/files/config.rb: The Kibana timestamp format we were using did not include milliseconds. Change the format to 'yyyy-mm-dd\'T\'HH:MM:ss.l' to include milliseconds in the time field. Change-Id: I6d812d5ee3f2b778a1adccf950f5423584ad69cf Reviewed-on: https://review.openstack.org/27752 Reviewed-by: matthew-wagoner Approved: James E. Blair Reviewed-by: James E. Blair Tested-by: Jenkins --- files/config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 files/config.rb diff --git a/files/config.rb b/files/config.rb old mode 100644 new mode 100755 index 7d4b800..9abe17e --- a/files/config.rb +++ b/files/config.rb @@ -36,7 +36,7 @@ module KibanaConfig # Format for timestamps. Defaults to mm/dd HH:MM:ss. # For syntax see: http://blog.stevenlevithan.com/archives/date-time-format # Time_format = 'isoDateTime' - Time_format = 'isoDateTime' + Time_format = 'yyyy-mm-dd\'T\'HH:MM:ss.l' # Change which fields are shown by default. Must be set as an array # Default_fields = ['@fields.vhost','@fields.response','@fields.request']