Chris1
4 months agoNeophyte
Complex datapoint expression syntax
I'm trying to add a complex datapoint on the AWS_ECS_ContainerInsights LogicModule but am getting an error stating that the expression is incorrect. The UI gives no reason why and I've double checke...
- 4 months ago
I didn't test it but the documentations says that or() and and() only take two expressions. You likely need to nest them like or(or(or(or(...etc