Hello, Thank you for the help, I am just using a Count for the column the Threshold is changing colors on for me. But, I can't find a way to change the text color thru the GUI or anywhere else sad...
See more...
Hello, Thank you for the help, I am just using a Count for the column the Threshold is changing colors on for me. But, I can't find a way to change the text color thru the GUI or anywhere else sad to say. I would love to remove the number from being displayed. Here's the Query I am using: integrationName="Opsgenie Edge Connector - Splunk" "[ThousandEyes] Alert for https://httpURL.com" action != "AddNote" action !="Acknowledge" | transaction "alert.id", alert.message startswith=Create endswith=Close keepevicted=true | table _time, alert.updatedAt, alert.message, "alertDetails.Alert Details URL", alert.alias, alert.id, action, _raw, closed_txn, _time, source, Component | where closed_txn=0 | stats values("alertDetails.Alert Details URL") as "Source Link", count("closed_txn") as Count | eval Application = "ApplicationName" | eval "Monitor Details" = "Performs an HTTP call to Boomi Gateways, Load Balancer, and Molecule servers to verify they are functioning" | eval Contact = "ContactName" | eval Component = Count."|".Application | fields Count, Application, "Monitor Details", "Contact", "Source Link", Component Thanks again, Tom