2020-04-03 09:35:11| e.DirtyHibernateSessionManager | Jason is in Baltimore | development|DEBUG|qtp477594197-26|127.0.0.1|JASON@JASON.COM|523|XUxarCZX65lr|1dzdxt1cd9b1xhvqhw7f9vgz6|04/03/2020 09:35:09|04/03/2020 09:35:10|26|
Steps to Reproduce:
As you can see I have two date filters in there. The purpose of the one to @timestamp is so that the index name will be formed correctly. The one to timestamp is so that in Elastic, the entry has a timestamp field which an application using this index needs.
If I have only the first filter in place, my @timestamp is produced like so:
"@timestamp" : "2020-04-03T16:35:10.000Z",
That's straight from Elastic using a cUrl command to search my index.
With both filters in place, my @timestamp ends up looking like:
If I have only the first filter in place, my @timestamp is produced like so:
That's straight from Elastic using a cUrl command to search my index.
With both filters in place, my @timestamp ends up looking like:
The other timestamp field also:
Notice how the year is now wrong (0020).
What in the?