My issue is related to setting up a calculated fields based on tag, seems similar but different. So, was hoping someone could help me out here:
I have a list of URLs in my website that is critical. So, I have marked all those URLs with a tag::critical using eventtypes. However, I am unable to use tag field within the datamodel its now configured. So, I want to setup a field called content_priority that should have value of "critical" if the tag matches, else set it to "normal" .
I have configured a calculated field with following eval expression: if(tag=critical,"critical","normal")
However it does not seem to work at all. So, I am stuck with it now.
Any guidance would be much helpful and appreciated.
... View more