Open naukkuws opened 7 years ago
@naukkuws can you tell me which version of cloudflarebeat you're using? At first glance it seems like this error seems like a mapping error due to the index template. Elasticsearch 2.x did not support IPv6 addresses for the "ip" type. I'll probably just have to update cloudflarebeat.template-es2x.json template so that anything currently typed as "ip" is changed to "string".
@hartfordfive, I did the modifications you suggested, but unfortunately the problem persists. Do you have any other suggestion? Do I have to do anything else?
I realized that when the field client.ip, of ELS Cloudflare API, is a IPv6 address, the cloudflarebeat stop working, caused by
go panic error
. The output of cloudflarebeat is:And the
go panic error
is: