We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have the exact same problem as described in issue #4 Elastic version: 5.6.10 Log4net version: 2.0.8 Log4stash version: 3.0.0
The text was updated successfully, but these errors were encountered:
I ran into the same issue, but I resolved it by using the ElasticFilters and converting UserName to a string.
Here is an example:
<ElasticFilters> <Convert> <ToString>UserName</ToString> </Convert> </ElasticFilters>
Sorry, something went wrong.
That's weird since I've fixed it on that version. I will check this again.
Thanks @tsmithleantechniques for the workaround, I will check that too 🙂
No branches or pull requests
I have the exact same problem as described in issue #4
Elastic version: 5.6.10
Log4net version: 2.0.8
Log4stash version: 3.0.0
The text was updated successfully, but these errors were encountered: