Skip to content
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

Implement various fixes and new features #76

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

MkCons
Copy link

@MkCons MkCons commented Jul 9, 2020

  • Clear the log buffer so that when the program is about to finish pending messages are sent to Elasticsearch.
  • Add the capability of transmitting compressed messages.
  • Add the capability of logging Java POJOs as JSON.
  • Whenever a key-value parameter is logged as part of a message “serialized document with docOid=1234”, we log it outside as well, as other appenders do “serialized document with docOid=1234” + “docOid=1234”.
  • Allow the users to add a keyPrefix, so we would have prefix.docOid=1234.
  • Add closing resources following 6a5bc60
  • Update readme

These changes were sponsored by IGT (https://www.igt.com/)

- Clear the log buffer so that when the program is about to finish pending messages are sent to Elasticsearch.
- Add the capability of transmitting compressed messages.
- Add the capability of logging Java POJOs as JSON.
- Whenever a key-value parameter is logged as part of a message “serialized document with docOid=1234”, we log it outside as well, as other appenders do “serialized document with docOid=1234” + “docOid=1234”.
- Allow the users to add a keyPrefix, so we would have prefix.docOid=1234.
- Add closing resources following internetitem@6a5bc60
@MkCons MkCons changed the title Implement the following changes: Implement various fixes and new features Jul 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant