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

Bulk support for extensions logging integration. #99

Merged
merged 12 commits into from
Aug 11, 2020

Commits on Aug 5, 2020

  1. Several improvements to Elasticsearch.Ext.Logging

    - Add some basic integration tests to assert the logs make it in the right index
    - Rename `ElasticsearchDataProcessor` to `ElasticsearchDataShipper`
    - Move enrichtment of `LogEvent` out of the shipper and into static helper class.
    - Rely on elasticsearch to generate ids
    - Move to PostData.StreamHandler to serialize directly to the IO stream.
    Mpdreamz committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    1660d6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37f4f2c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b031c95 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c424ae View commit details
    Browse the repository at this point in the history
  5. Apply suggestions from code review

    Co-authored-by: Russ Cam <russ.cam@elastic.co>
    Mpdreamz and russcam committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    e04a6f1 View commit details
    Browse the repository at this point in the history
  6. Rename LifeTime => Lifetime

    Mpdreamz committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    53255bb View commit details
    Browse the repository at this point in the history
  7. remove stray comment

    Mpdreamz committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    17f11fd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5728798 View commit details
    Browse the repository at this point in the history
  9. rename PubSub to Channel

    Mpdreamz committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    462199a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d474514 View commit details
    Browse the repository at this point in the history
  11. rename DrainThrottles

    Mpdreamz committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    e260bb0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    da85fc8 View commit details
    Browse the repository at this point in the history