Hi,
I have a Strange issue where if i send the Date like below
020-05-26T13:53:01.762+0000
it comes in the visualizer as
020-05-26T13: 53:01.762+0000
Extra Space is coming after :
How could i avoid it
i checked in gork debugger this si the Problem Pattern is as %{TIMESTAMP_ISO8601:apigeetimestamp}\s%
when i clear the space it comes out perfectly.
How can i fix it? Can you Please help me with it? i am pushing it from Azure function and APIM both show its going correctly.