Skip to content

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