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

Commits on Jul 9, 2020

  1. Implement the following changes:

    - 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 committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    bf666fe View commit details
    Browse the repository at this point in the history
  2. Close resources in slurpErrors internetitem@6a5bc60

    Fix readme
    MkCons committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    b11db67 View commit details
    Browse the repository at this point in the history
  3. Update readme with keyPrefix

    MkCons committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    4a79fa8 View commit details
    Browse the repository at this point in the history
  4. Update readme with keyPrefix

    MkCons committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    824c552 View commit details
    Browse the repository at this point in the history