When you run this quickstart then I would expect for time property a date set with the format specified. However, this is not the case, when you run the quick start you get incrementing string integer. Looking at the code I do not see any reference to 'format_as_time' so does this property even do anything? I am trying to create a schema with a string representation of a date.
Looking at the quick start quickstream we have
{"name": "time", "type": { "type": "string", "format_as_time" : "dd/MMM/yyyy:HH:mm:ss Z", "arg.properties": { "iteration": { "start": 1, "step": 10} } }}, {"name": "_time", "type": { "type": "long", "format_as_time" : "unix_long", "arg.properties": { "iteration": { "start": 1, "step": 10} } }}
When you run this quickstart then I would expect for time property a date set with the format specified. However, this is not the case, when you run the quick start you get incrementing string integer. Looking at the code I do not see any reference to 'format_as_time' so does this property even do anything? I am trying to create a schema with a string representation of a date.