Hi,
I have used kv filter in logstash configuration file. A variable "jobname" created by kv originally had the type of integer according to its value,
"jobname=40000"
but now in some documents the values of the variable are in type of string
"jobname=c148a"
Elasticsearch complains this and drops all the documents with the value of "jobname" in string. How can I solve this issue?
Thanks,