300Geeks / aws-elk-billing

Tools for Loading and Visualising AWS Detailed Billing with ELK(Elasticsearch, Logstash, Kibana)
MIT License
157 stars 26 forks source link

Fix MONTHNUM unable to match months > 9 #22

Closed chitopunk closed 6 years ago

chitopunk commented 6 years ago

Issue with MONTHNUM value used by GROK parser for logstash.

Using MONTHNUM2 parses dates 01..09,10..12 correctly according to https://github.com/logstash-plugins/logstash-patterns-core/blob/master/patterns/grok-patterns

Fixes #21

chitopunk commented 6 years ago

@droidlabour Can you help me to check integration?, apt-get seems to be failing during the container creation

droidlabour commented 6 years ago

@chitopunk Thanks again for your contribution. I've fixed the failed apt-get in 5836c81