I think this log is from windows servers, there is nxlog and collector sidecar.
What should I do to fix these issues?
Is it possible to use “Letter ID” in order to see message which failed to be indexed, or is there any other way to do that?
Thanks in advance,
MapperParsingException[failed to parse [protocol]]; nested: NumberFormatException[For input string: “WSMan”];
This can be triggered by for example sending GELF messages with different field types or extractors trying to write strings without converting them to numeric values first. The recommended solution is to actively decide on field types. If you sent in a field like http_response_code with a numeric value then you should never change that type in the future.