Add a new modifer to check if the field data is empty or null. Some telemetry use `-` too * name: ? * type: boolean ```yaml myfield|?: false ```` will cover ```yaml filter_null: myfield: null filter_empty: myfield: '' myfield: '-' condition: not 1 of filter_* ````