I am using jenkins-logstash plugin to dynamically ship data. The problem however is that I have a field by name 'db2.ci.server' . It is this filed where I am getting the below error-
//,"type":"illegal_argument_exception","reason":"Can't merge a non object mapping [data.buildVariables.db2.ci.server] with an object mapping [data.buildVariables.db2.ci.server]"},"status":400}
Is there any problem with the field name as it is alphanumeric ? I cannot change the field name. I don't have the mapping as Elastic Search rejects the entire document.
Any idea on what best can be done ?
Thanks in advance.