On Windows, the state for a started HTTP server is LISTENING, but on Linux, it's LISTEN.
Is there a way to consolidate these differences when filtering?
Also, it would be nice if all filter conditions allow for AND/OR operators, or takes an array of possible values to match.
Thank you :).