-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exception when trying to apply filter on ingest #87
Comments
From a quick look around it looks as though seqcli is referencing serilog.filters.expressions 1.1.0 and superpower 2.0. Looks like serilog.filters.expressions 2.0 is where compatibility with superpower 2.0 was added. https://www.nuget.org/packages/Serilog.Filters.Expressions/2.0.0 seems to fix the issue. |
Thanks for the report and investigation, @kevbry - we'll sort this out 👍 |
…s that's compatible with Superpower 2.0
Thanks for the fix, and the fantastic software |
Thanks! |
When attempting to apply any filter using ingest, a MissingMethodException is thrown. The filter I'd like to use would be based on date, but the level filter from the seqcli docs also does not seem to work.
Initial installation was 5.0.2375. Updated to 5.0.2394, which also fails the same way.
The text was updated successfully, but these errors were encountered: