Our use case leans heavily on event creation and report. Often times, we find that a condition may take weeks to clear due to need for use intervention. It would be nice to have custom event states for more complex implementations where ‘New’, ‘Acknowledged’, and ‘Resolved’ might not fully define the state of the Event.
We’ve had such a request before and we have it logged in our issue tracker. I’ll add your +1 to the request.
Have you considered event tags as a solution? You could adopt a specific tag key (i.e. “customStatus”) and give it any value. You can then query events by that tag.
Thanks Dylan. We are using event tags for a variety of other reasons, and i suppose we could implement custom_state over there and manage it outside of the native state. Thats a good suggestion, thank you.