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 <matthew.wagoner@hp.com> Approved: James E. Blair <corvus@inaugust.com> Reviewed-by: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
This commit is contained in:
parent
8e113d46c0
commit
45725e67ff
2
modules/kibana/files/config.rb
Normal file → Executable file
2
modules/kibana/files/config.rb
Normal file → Executable file
@ -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']
|
||||
|
Loading…
Reference in New Issue
Block a user