auth0/auth0-java

Add support for filters in LogStreams

clementdenis opened this issue · 3 comments

Describe the problem you'd like to have solved

The SDK currently does not support filters in LogStreams.

Describe the ideal solution

Add the field for filters in LogStreams.

Additional information, if any

The API explorer does not define clearly what is the structure of the filter (just an array[object]).
So I have added the field in this commit and it works for me, but I won't be submitting a PR as I don't know if it's correct for all cases.

Thanks @clementdenis for the request and the implementation! I've made #494 to add support for the log stream filters.

Thanks a lot!

This is now available in the v2 beta! See here for more information, and in addition to this change, please let us know what you think of the new beta version!