Skip to content

Instantly share code, notes, and snippets.

@w4-hojin
Last active April 13, 2017 05:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save w4-hojin/7e1de1ddb4e13254c63ea4e1d99edb04 to your computer and use it in GitHub Desktop.
Save w4-hojin/7e1de1ddb4e13254c63ea4e1d99edb04 to your computer and use it in GitHub Desktop.
Time format for elasticsearch and kibana
http://www.joda.org/joda-time/apidocs/org/joda/time/format/ISODateTimeFormat.html#dateOptionalTimeParser--
dateFormat for kibana: YYYY-MM-DDTHH:mm:ssZ
Ex: 2017-04-13T12:01:44+09:00
string_query: @timestamp:"2017-04-13T12:01:44+09:00"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment