depends on what you mean with multiple filters, each '*' is one filter and you can have multiple of those in one line.
Current workaround is some structure like this:
/logs/*/datamodel_summary/[1-9][0-9][0-9][0-9][0-9]_*/***
/logs/*/datamodel_summary/[1-9][0-9][0-9][0-9]_*/***
/logs/*/datamodel_summary/[1-9][0-9][0-9]_*/***
/logs/*/datamodel_summary/[1-9][0-9]_*/***
/logs/*/datamodel_summary/[1-9]_*/***
Not very elegant if you ask me since it could be a one-liner like:
/logs/*/datamodel_summary/[1-99999]_*/***