Defect HC-11830

Elasticsearch Ingest errors due to a forward-slash character in attribute values

Software

Customer case Applies to Corrected in
CS0250796 V9.1.7.0 9.1.8.0

Observed behavior

When an attribute value contains a forward slash, an error similar to the following appears: Unhandled error encountered: java.lang.NumberFormatException: For input string: "1/2"

Expected behavior

There should be no restrictions on regularly used formats.

Resolution

The code was updated to properly handle special characters within the attribute values.