logatime is removed by the remove processor. So I don't understand what you mean.
But I doubt your grok pattern is correct. I don't think that %{TIMESTAMP_ISO8601:logatime} matches 2017-12-13 11:10:30.000 [pool-10-thread-7] DEBUG ....
In fact i use logatime as a middle field to help me extract date from the complex String, therefore i add logatime at beginning and remove logatime finally.
And it extract date as @timestamp from a complex string.
But i wonder is there have a simpler way to extract date directly without middle field. Such as i could use
regular expression in date processor
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.