I don't know if you can make a mapping month_in_letters -> month_as_num directly in the Grok filter. Though, if you want to make the second date type similar to the first one, you can always use a ruby filter to assemble it and then remove the useless fields with a remove_field filter. Supposing your grok is %{YEAR:year}%{DATA:month}%{MONTHDAY:day}-%{TIME:time}, then you can make a filter similar to the following:
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.