Cdb_subscribe with wild card pattern

According to the manpage description of cdb_subscribe, you can use ‘*’ to match all values of a key, or you can specify a specific value of a key, but you cannot use a general glob pattern in a subscription.