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

Fixed issue 83 by adding a field name override configuration option. #117

Merged
merged 4 commits into from
Oct 14, 2019

Commits on Oct 3, 2019

  1. Fixed issue 83 by adding a field name override configuration option.

    Fixed issue where passwords with characters like ? would not work.
    Added ability to change the index name date formation via configuration.
    tylerrbrown committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    53b02fc View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2019

  1. Fixed issue where either { or } in a password (or any other part of t…

    …he connection string) would cause authentication failures.
    tylerrbrown committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    b207dae View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2019

  1. Configuration menu
    Copy the full SHA
    e499021 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2019

  1. Added a field replica concept so the appender can be configured with …

    …the same value in two fields for the case when you are migrating from one field name to another.
    
    Made the additional static setup use one method for passing the new settings down.
    tylerrbrown committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    41f76e6 View commit details
    Browse the repository at this point in the history