Hello Guys,
I am utilizing the @timestamp field in a DB2 Query. I am using the JDBC plugin, where in I am relying on the @timestamp field for my date parameters.
Now, thing is I cannot use the @timestamp because it has the T, Z and : in it's value(2016-09-01T19:21:08.702Z). Is there a way to parse it at the input section so I can omit the T, Z and colons?