Github user tiborm commented on the issue:
https://github.com/apache/metron/pull/1109
Is it necessary to have /{user}/{jobType}/ in the output url?
Right now our UI calling this:
/apps/metron/pcap/output/{jobId}/{pageId}
On our side, pageId is a simple int at the moment. Is "page-*" at the end
of the URL pattern means the service expecting something like "page-5"?---
