In the Anomaly Explorer. if the influencer field value contains a backslash character the selection is not indicated in the swim lane. The anomaly charts and table do update correctly; it's just the selected cell is not highlighted in the 'view by' swim lane.

Found using the special_characters_2019 data set, using the following job configuration:
"analysis_config": {
"bucket_span": "15m",
"detectors": [
{
"detector_description": "mean(\"metric%$£&!{(]field\") partitionfield=\"at@name\"",
"function": "mean",
"field_name": "metric%$£&!{(]field",
"partition_field_name": "at@name",
"detector_index": 0
}
],
"influencers": [
"at@name",
"singlequote'name"
]
},
In the Anomaly Explorer. if the influencer field value contains a backslash character the selection is not indicated in the swim lane. The anomaly charts and table do update correctly; it's just the selected cell is not highlighted in the 'view by' swim lane.
Found using the
special_characters_2019data set, using the following job configuration: