Forum Discussion

Chris1's avatar
Chris1
Icon for Neophyte rankNeophyte
2 months ago

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...
  • Mike_Moniz's avatar
    2 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