Skip to content

Latest commit

 

History

History
2411 lines (1349 loc) · 82.5 KB

data-prepper.change-log-1.2.0.md

File metadata and controls

2411 lines (1349 loc) · 82.5 KB

2021-12-15 Version 1.2.0


  • Log4j 2.16.0 backport to Data Prepper 1.2.0 (#742)

    David Venable - Tue, 14 Dec 2021 09:15:43 -0600

    efs/remotes/origin/1.2, refs/heads/1.2

    • Updated to log4j-core 2.15.0. Require this version from transitive dependencies. (#731) Signed-off-by: David Venable <[email protected]>

    • Updated to log4j-core 2.16.0 (#740) Signed-off-by: David Venable <[email protected]>

  • Performance improvements for custom key validation in Event, and replacement with StringUtils.isNumeric (#728)

    Taylor Gray - Mon, 13 Dec 2021 20:13:14 -0600

    Remove regex validation for JacksonEvent checkKey and replace with custom validation. Replace isNumeric with StrungUtils.isNumeric. Added max key length of 2048 (#725) Signed-off-by: Taylor Gray <[email protected]>

  • [1.2] Add yum update to data prepper to consume all pkg updates (#715)

    Peter Zhu - Fri, 10 Dec 2021 13:56:16 -0500

    Signed-off-by: Peter Zhu <[email protected]>

  • Create a new GrokPrepper instance for each worker thread by annotating it with @SingleThread. Each GrokPrepper needs a single thread for timeouts. Now, each processor thread will have its own extra thread for these timeouts. This should prevent contention when running with a timeout. (#708)

    David Venable - Tue, 7 Dec 2021 12:57:14 -0600

    Signed-off-by: David Venable <[email protected]>

  • Set the version to Data Prepper 1.2.0. (#669)

    David Venable - Tue, 30 Nov 2021 14:58:47 -0600

    efs/remotes/origin/1.2, refs/heads/1.2 Signed-off-by: David Venable <[email protected]>

  • Update data prepper build script with more setups (#671)

    Peter Zhu - Tue, 30 Nov 2021 15:55:51 -0500

    Signed-off-by: Peter Zhu <[email protected]>

  • Disable armeria headers (#663)

    Steven Bayer - Tue, 30 Nov 2021 11:52:31 -0600

    • Disable Armeria server header
    • Converted related tests to assert using Hamcrest testing framework Signed-off-by: Steven Bayer <[email protected]> Co-authored-by: Steven Bayer <[email protected]>
  • Use Netty 4.1.68 which fixes two CVEs: CVE-2021-37136 and CVE-2021-37137. See https://netty.io/news/2021/09/09/4-1-68-Final.html (#661)

    David Venable - Mon, 29 Nov 2021 09:49:36 -0600

    efs/remotes/origin/1.2, refs/heads/1.2 Signed-off-by: David Venable <[email protected]>

  • Updated documentation to use OpenSearch Dashboards. #638 (#658)

    David Venable - Wed, 24 Nov 2021 15:34:24 -0600

    Signed-off-by: David Venable <[email protected]>

  • Add maven local to publish repos (#635)

    Steven Bayer - Wed, 24 Nov 2021 10:01:03 -0600

    Signed-off-by: Steven Bayer <[email protected]> Co-authored-by: Steven Bayer <[email protected]>

  • Added docker helper script for publishing to container registries (#634)

    Steven Bayer - Wed, 24 Nov 2021 10:00:49 -0600

  • Using OpenSearch, OpenSearch Dashboards, and Amazon OpenSearch Service consistently in Data Prepper documentation. (#637)

    David Venable - Tue, 23 Nov 2021 11:00:00 -0600

    EAD -> refs/heads/1.2, refs/remotes/origin/1.2 Signed-off-by: David Venable <[email protected]>

  • Removed bom dependencies from third party dependency report (#631)

    Asif Sohail Mohammed - Fri, 19 Nov 2021 16:36:36 -0600

    Signed-off-by: Asif Sohail Mohammed <[email protected]> Co-authored-by: Asif Sohail Mohammed <[email protected]>

  • File source improvements and change to event model (#601)

    Taylor Gray - Thu, 18 Nov 2021 11:49:36 -0600

    Refactored file source, added record_type and format configuration options for json and plaintext, support for both Event And String Signed-off-by: Taylor Gray <[email protected]>

  • Std out sink to use event model (#599)

    Taylor Gray - Thu, 18 Nov 2021 10:31:07 -0600

    StdOutSink support for both Event and String Signed-off-by: Taylor Gray <[email protected]>

  • Added gradle task to generate THIRD-PARTY License report (#621)

    Asif Sohail Mohammed - Wed, 17 Nov 2021 23:49:33 -0600

  • Updated Logstash attributes mapper to use template pattern (#617)

    Asif Sohail Mohammed - Wed, 17 Nov 2021 16:27:44 -0600

  • Support unsigned Maven publication. Set groupId to org.opensearch.dataprepper (#596)

    David Venable - Wed, 17 Nov 2021 09:54:30 -0600

    Support unsigned Maven publication. Updated the project groupId to org.opensearch.dataprepper. Added some documentation for publishing Maven artifacts to the Plugin Development guide. Supports #421 Signed-off-by: David Venable <[email protected]>

  • Add a new metric for OpenSearch Sink plugin: bulkRequestSizeBytes (#572)

    Han Jiang - Tue, 16 Nov 2021 15:34:02 -0600

    • Add a new metric for OpenSearch Sink plugin: bulkRequestSizeBytes

    Signed-off-by: Han Jiang <[email protected]>

    • Using summary as the instrumenting mechanism for collecting bulkRequestSizeBytes metrics Signed-off-by: Han Jiang <[email protected]>
  • Auth and ssl examples and warnings (#603)

    Taylor Gray - Tue, 16 Nov 2021 12:58:30 -0600

    Added warnings for disabled authentication, provided examples for ssl and basic auth in getting started guides for log/trace analytics Signed-off-by: Taylor Gray <[email protected]>

  • Fixed javadocs errors and updated deprecated Gradle dependency configuration (#597)

    Shivani Shukla - Tue, 16 Nov 2021 11:17:48 -0600

    Signed-off-by: Shivani Shukla <[email protected]>

  • Refactored logstash converter mapping access modifiers (#595)

    Asif Sohail Mohammed - Mon, 15 Nov 2021 22:04:48 -0600

    Signed-off-by: Asif Sohail Mohammed <[email protected]> Co-authored-by: Asif Sohail Mohammed <[email protected]>

  • Updated copyright headers for the root project Gradle files, and for Data Prepper API and Data Prepper Core. Contributes to #189. (#569)

    David Venable - Mon, 15 Nov 2021 14:49:39 -0600

    Signed-off-by: David Venable <[email protected]>

  • Document Sink connection configurations: socket_timeout and connect_t… (#563)

    Han Jiang - Mon, 15 Nov 2021 14:33:51 -0600

    • Document Sink connection configurations: socket_timeout and connect_timeout

    Signed-off-by: Han Jiang <[email protected]>

    • Re-phrase timeout parameter descriptions to make them clearer to DP users.

    Signed-off-by: Han Jiang <[email protected]>

  • Added integration tests for the Logstash Configuration Converter (#592)

    David Venable - Mon, 15 Nov 2021 11:49:05 -0600

    Added integration tests for the LogstashConfigConverter class. These test the entire conversion process by converting and comparing the results to expected YAML files. Includes some updates to the PipelineDataFlowModel. Signed-off-by: David Venable <[email protected]>

  • Integrated logstash converter into Data Prepper core (#591)

    Asif Sohail Mohammed - Mon, 15 Nov 2021 10:05:19 -0600

    Integrated logstash converter into Data Prepper core Signed-off-by: Asif Sohail Mohammed <[email protected]> Co-authored-by: Asif Sohail Mohammed <[email protected]>

  • Added PipelinesDataFlowModel and serialization test (#588)

    Shivani Shukla - Sat, 13 Nov 2021 14:50:19 -0600

    Signed-off-by: Shivani Shukla <[email protected]>

  • Fix issues with extra quotes in Logstash converted YAML files. (#587)

    David Venable - Sat, 13 Nov 2021 14:45:10 -0600

    Fix issues with extra quotes in Logstash converted YAML files. Signed-off-by: David Venable <[email protected]>

  • ENH: integrate named captures into grok logstash mapper (#590)

    Qi Chen - Sat, 13 Nov 2021 14:38:10 -0600

    Signed-off-by: qchea <[email protected]>

  • [BUG] Grok NPE fix when JacksonEvent.get() returns null (#589)

    Taylor Gray - Sat, 13 Nov 2021 14:37:49 -0600

    Fixed NPE when the key is not found and event returns null Signed-off-by: Taylor Gray <[email protected]>

  • Added configConverter which converts conf to yaml (#584)

    Asif Sohail Mohammed - Fri, 12 Nov 2021 21:01:03 -0600

  • Named captures conversion to grok pattern_definitions format (#586)

    Taylor Gray - Fri, 12 Nov 2021 18:56:54 -0600

    Added GrokNamedCapturesUtil Converter to change to pattern_definitions format Signed-off-by: Taylor Gray <[email protected]>

  • Minor Gradle improvements to the Logstash configuration project to remove duplicated configurations and add consistency. (#580)

    David Venable - Fri, 12 Nov 2021 17:05:37 -0600

    Signed-off-by: David Venable <[email protected]>

  • Enhancement: GrokLogstashPluginAttributesMapper (#581)

    Qi Chen - Fri, 12 Nov 2021 16:40:44 -0600

  • Fixes the main branch from a renaming that happened when two related PRs were merged around the same time. (#583)

    David Venable - Fri, 12 Nov 2021 15:45:49 -0600

    Signed-off-by: David Venable <[email protected]>

  • Grpc Basic auth for Otel trace Source (#570)

    Taylor Gray - Fri, 12 Nov 2021 15:27:16 -0600

    Added http_basic auth for grpc otel-trace-source, refactor otel-trace-source to use DataPrepperPluginConstructor Signed-off-by: Taylor Gray <[email protected]>

  • Fixed a NullPointerException which LogstashVisitor was throwing for attributes without a value. (#582)

    David Venable - Fri, 12 Nov 2021 15:07:39 -0600

    Signed-off-by: David Venable <[email protected]>

  • Update PipelineModel to fix serialization (#577)

    Shivani Shukla - Fri, 12 Nov 2021 15:04:12 -0600

    Signed-off-by: Shivani Shukla <[email protected]>

  • Log analytics getting started (#573)

    Taylor Gray - Fri, 12 Nov 2021 14:42:03 -0600

    Updated demo guide for running Data Prepper through Docker, and with FluentBit and OpenSearch through the same docker-compose; Created first draft for Getting Started Guide with Log Analytics Signed-off-by: Taylor Gray <[email protected]>

  • Support maps which are not present in the YAML, which Jackson appears to be treating differently from explicit nulls. #568 (#579)

    David Venable - Fri, 12 Nov 2021 13:44:57 -0600

    Signed-off-by: David Venable <[email protected]>

  • Add support for codeowners to repo (#578)

    Ryan Bogan - Fri, 12 Nov 2021 13:38:28 -0600

    Signed-off-by: Ryan Bogan <[email protected]>

  • Added logstash mapper which maps logstash configuration to pipeline m… (#575)

    Asif Sohail Mohammed - Fri, 12 Nov 2021 13:12:58 -0600

    • Added logstash mapper which maps logstash configuration to pipeline model Signed-off-by: Asif Sohail Mohammed <[email protected]> Co-authored-by: Asif Sohail Mohammed <[email protected]>
  • Document OpenSearch Sink configuration parameters number_of_shards and number_of_replicas. (#562)

    Han Jiang - Fri, 12 Nov 2021 12:58:59 -0600

    Signed-off-by: Han Jiang <[email protected]>

  • Added instructions to build and run the Docker image locally. (#564)

    David Venable - Fri, 12 Nov 2021 12:58:22 -0600

    Signed-off-by: David Venable <[email protected]>

  • NPE bug fixes in the DefaultLogstashPluginAttributesMapper (#574)

    David Venable - Fri, 12 Nov 2021 12:47:11 -0600

    Bug fixes in the DefaultLogstashPluginAttributesMapper related to null values. The LogstashMappingModel now returns empty maps when they are null or absent in the YAML. Part of #568. Signed-off-by: David Venable <[email protected]>

  • switch Path.of to Paths.get (#566)

    Steven Bayer - Fri, 12 Nov 2021 10:31:17 -0600

    Signed-off-by: Steven Bayer <[email protected]> Co-authored-by: Steven Bayer <[email protected]>

  • Fix PrepperState javadoc (#567)

    Steven Bayer - Fri, 12 Nov 2021 10:31:01 -0600

    Signed-off-by: Steven Bayer <[email protected]> Co-authored-by: Steven Bayer <[email protected]>

  • Added LogstashPluginAttributesMapper for custom mapping (#568)

    David Venable - Fri, 12 Nov 2021 08:01:49 -0600

    Refactored the DefaultPluginMapper to use LogstashPluginAttributesMapper as the mechanism for mapping plugins. This can be configure in the mapping YAML to allow detailed mapping configurations. #466 Signed-off-by: David Venable <[email protected]>

  • Corrected the file path for Logstash mapping files. #467 (#565)

    David Venable - Thu, 11 Nov 2021 14:20:46 -0600

    Signed-off-by: David Venable <[email protected]>

  • added default mapper for mapping logstash config models to data prepper plugin model (#559)

    Asif Sohail Mohammed - Thu, 11 Nov 2021 13:05:17 -0600

    • added default mapper for mapping logstash config models to plugin model Signed-off-by: Asif Sohail Mohammed <[email protected]> Co-authored-by: Asif Sohail Mohammed <[email protected]>
  • Added Mapping files for supported Plugins (#535)

    Shivani Shukla - Thu, 11 Nov 2021 12:31:36 -0600

    Added Mapping files for supported Plugins Signed-off-by: Shivani Shukla <[email protected]>

  • Documenting ism_policy_file parameter in OpenSearch Sink plugin READM… (#553)

    Han Jiang - Thu, 11 Nov 2021 10:30:49 -0600

    • Documenting ism_policy_file parameter in OpenSearch Sink plugin README.md

    Signed-off-by: Han Jiang <[email protected]>

    • Re-word the description for parameter: ism_policy_file Signed-off-by: Han Jiang <[email protected]>
  • Added Coding Guidance to the Developer Guide documentation. (#560)

    David Venable - Wed, 10 Nov 2021 20:09:21 -0600

    Added Coding Guidance to the Developer Guide documentation. Signed-off-by: David Venable <[email protected]>

  • Turn on authentication of core APIs by default in Docker images using the username 'admin' and password 'admin'. #312 (#561)

    David Venable - Wed, 10 Nov 2021 16:46:07 -0600

    Signed-off-by: David Venable <[email protected]>

  • Support index-type parameter (#480)

    Han Jiang - Wed, 10 Nov 2021 09:48:48 -0600

    • Support index-type parameter Signed-off-by: Han Jiang <[email protected]>

    • Rename IndexType attribute to be more succict and intuitive. Signed-off-by: Han Jiang <[email protected]>

    • Add more unit tests and optimize getting value from Optional object

    Signed-off-by: Han Jiang <[email protected]>

  • Support HTTP Basic authentication on the core Data Prepper APIs (#558)

    David Venable - Tue, 9 Nov 2021 20:08:05 -0600

    Support HTTP Basic authentication on the core Data Prepper APIs. This uses plugin support so that it can be customized if needed. Includes documentation for configuring or disabling authentication. #312 Signed-off-by: David Venable <[email protected]>

  • Test: basic grok e2e test (#536)

    Qi Chen - Tue, 9 Nov 2021 18:55:39 -0600

  • Maintenance: add codecov commenter bot (#549)

    Qi Chen - Tue, 9 Nov 2021 14:45:42 -0600

  • integrating event model into log ingestion plugins, updated sink to support both string and event type (#539)

    Christopher Manning - Tue, 9 Nov 2021 14:29:01 -0600

    integrating event model into log ingestion plugins, updated sink to support both string and event type Signed-off-by: Christopher Manning <[email protected]>

  • Added Mapping Model class and supporting Mapping framework (#552)

    Shivani Shukla - Tue, 9 Nov 2021 14:07:53 -0600

    Added Mapping Model class and supporting Mapping framework Signed-off-by: Shivani Shukla <[email protected]>

  • Complete Grok Documentation (#548)

    Taylor Gray - Mon, 8 Nov 2021 17:11:38 -0600

    Complete grok documentation with examples Signed-off-by: Taylor Gray <[email protected]>

  • Warning for disabled SSL with http/otel trace source, document setting up SSL (#537)

    Taylor Gray - Mon, 8 Nov 2021 10:28:01 -0600

    Warnings for http/otel trace source when SSL disabled, document setting up SSL Signed-off-by: Taylor Gray <[email protected]>

  • Support HTTP Basic authentication on the HTTP source plugin. This uses the plugin framework to provide the authentication so that it can be customized without having to change the HTTP Source plugin itself. Resolves #464 (#545)

    David Venable - Fri, 5 Nov 2021 13:14:18 -0500

    Signed-off-by: David Venable <[email protected]>

  • added ANTLR visitor for parsing Logstash configuration (#506)

    Asif Sohail Mohammed - Fri, 5 Nov 2021 11:15:59 -0400

    added visitor to populate Logstash model objects using ANTLR library Signed-off-by: Asif Sohail Mohammed <[email protected]>

  • Bump jackson-dataformat-smile in /data-prepper-plugins/opensearch (#530)

    dependabot[bot] - Thu, 4 Nov 2021 22:37:31 -0500

    Bumps jackson-dataformat-smile from 2.12.4 to 2.13.0.

    Commits


    updated-dependencies:

    • dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-smile dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Grok prepper metrics (#510)

    Taylor Gray - Thu, 4 Nov 2021 15:36:42 -0500

    Added grok metrics and testing for those metrics Signed-off-by: Taylor Gray <[email protected]>

  • Updating from Maps to Models in data-prepper-api (#473)

    Shivani Shukla - Thu, 4 Nov 2021 11:41:17 -0500

    • Updated from Maps to Model classes in data-prepper-api using Custom Serializer/Deserializer Signed-off-by: Shivani Shukla <[email protected]>
  • Bump jackson-annotations in /data-prepper-plugins/opensearch (#526)

    dependabot[bot] - Wed, 3 Nov 2021 10:46:44 -0500

    Bumps jackson-annotations from 2.12.5 to 2.13.0.


    updated-dependencies:

    • dependency-name: com.fasterxml.jackson.core:jackson-annotations dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Dependabot upgrades (#520)

    Taylor Gray - Wed, 3 Nov 2021 10:13:37 -0500

    Signed-off-by: Taylor Gray <[email protected]>

  • Bump protobuf-java-util in /data-prepper-plugins/otel-trace-raw-prepper (#497)

    dependabot[bot] - Wed, 3 Nov 2021 09:41:30 -0500

    Bumps protobuf-java-util from 3.18.1 to 3.19.1.

    Changelog

    Commits


    updated-dependencies:

    • dependency-name: com.google.protobuf:protobuf-java-util dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Bump awaitility in /data-prepper-plugins/otel-trace-raw-prepper (#495)

    dependabot[bot] - Wed, 3 Nov 2021 09:40:45 -0500

    Bumps awaitility from 4.1.0 to 4.1.1.

    Changelog

    Commits


    updated-dependencies:

    • dependency-name: org.awaitility:awaitility dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Maintenance: refactoring existing e2e tests on trace data ingestion (#512)

    Qi Chen - Tue, 2 Nov 2021 20:28:06 -0500

  • Expanded plugin constructor capabilities (#481)

    David Venable - Tue, 2 Nov 2021 17:46:35 -0500

    Support more constructors for plugins by adding the DataPrepperPluginConstructor annotation. This is the preferred constructor. If no other constructor is available for a plugin, use the no-op constructor. Updated the HTTPSource plugin to use this capability to receive both a configuration model and PluginMetrics via the constructor. For a single parameter, un-annotated constructor in plugins, the only supported parameter is once again PluginSetting. Signed-off-by: David Venable <[email protected]>

  • Bump reflections from 0.10.1 to 0.10.2 in /data-prepper-core (#488)

    dependabot[bot] - Tue, 2 Nov 2021 16:15:33 -0500

    Bumps reflections from 0.10.1 to 0.10.2.


    updated-dependencies:

    • dependency-name: org.reflections:reflections dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Bump reflections from 0.10.1 to 0.10.2 in /data-prepper-plugins/common (#487)

    dependabot[bot] - Tue, 2 Nov 2021 16:04:33 -0500

    Bumps reflections from 0.10.1 to 0.10.2.


    updated-dependencies:

    • dependency-name: org.reflections:reflections dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • implementing trace models and extending event implementation (#477)

    Christopher Manning - Tue, 2 Nov 2021 11:23:04 -0500

    • implementing trace models and extending event implementation Signed-off-by: Christopher Manning <[email protected]>
  • Bump protobuf-java-util in /data-prepper-plugins/otel-trace-source

    dependabot[bot] - Tue, 2 Nov 2021 11:01:52 -0500

    Bumps protobuf-java-util from 3.18.0 to 3.19.1.

    Commits

    --- updated-dependencies:

    • dependency-name: com.google.protobuf:protobuf-java-util dependency-type: direct:production update-type: version-update:semver-minor ...

    Signed-off-by: dependabot[bot] <[email protected]>

  • Added Project Resources to the README.md. This is loosely based on OpenSearch's Project Resources.

    David Venable - Tue, 2 Nov 2021 11:00:56 -0500

    Signed-off-by: David Venable <[email protected]>

  • Updated the MAINTAINERS.md

    David Venable - Mon, 1 Nov 2021 16:51:35 -0500

    Signed-off-by: David Venable <[email protected]>

  • Log ingestion demo guide (#485)

    Taylor Gray - Mon, 1 Nov 2021 11:17:07 -0500

    Added log ingestion demo guide Signed-off-by: Taylor Gray <[email protected]>

  • Bump awaitility in /data-prepper-plugins/peer-forwarder

    dependabot[bot] - Mon, 1 Nov 2021 10:37:56 -0500

    Bumps awaitility from 4.1.0 to 4.1.1.

    Commits

    --- updated-dependencies:

    • dependency-name: org.awaitility:awaitility dependency-type: direct:production update-type: version-update:semver-patch ...

    Signed-off-by: dependabot[bot] <[email protected]>

  • Ssl by default for Data Prepper server through Docker (#476)

    Taylor Gray - Fri, 29 Oct 2021 16:59:18 -0500

    Added default data-prepper-config with tls for docker, documented how users can create their own tls setup with data prepper Signed-off-by: Taylor Gray <[email protected]>

  • Enable OpenSearch Sink to go through a forward http proxy to communicate with an OpenSearch or ODFE server. (#479)

    Han Jiang - Thu, 28 Oct 2021 15:56:16 -0500

    • Enable OpenSearch Sink to go through a forward http proxy to communicate with a OpenSearch or ODFE server. Signed-off-by: Han Jiang <[email protected]>

    • Add a check on proxy server port number Signed-off-by: Han Jiang <[email protected]>

    • Have a default value for ConnectionConfiguration.Builder's proxy attribute to avoid NPE Signed-off-by: Han Jiang <[email protected]>

    • Add a new unit test to cover a proxy host string with an explicit scheme: http Signed-off-by: Han Jiang <[email protected]>

  • Allow plugins to define configuration classes.

    David Venable - Thu, 28 Oct 2021 11:37:21 -0500

    efs/remotes/personal/main Signed-off-by: David Venable <[email protected]>

  • add reference to jsonPointer

    Christopher Manning - Tue, 26 Oct 2021 10:00:20 -0500

    Signed-off-by: Christopher Manning <[email protected]>

  • refactoring jackson event to support JsonPointer format, resolves #450

    Christopher Manning - Tue, 26 Oct 2021 10:00:20 -0500

    Signed-off-by: Christopher Manning <[email protected]>

  • Added a short guide to migrating to OpenSearch Data Prepper from Open Distro Data Prepper.

    David Venable - Tue, 26 Oct 2021 09:15:29 -0500

    Signed-off-by: David Venable <[email protected]>

  • moved packages to org.opensearch.dataprepper from com.amazon.dataprepper

    Asif Sohail Mohammed - Mon, 25 Oct 2021 12:55:15 -0500

    Signed-off-by: Asif Sohail Mohammed <[email protected]>

  • added static method for builder and null checks

    Asif Sohail Mohammed - Mon, 25 Oct 2021 12:55:15 -0500

    Signed-off-by: Asif Sohail Mohammed <[email protected]>

  • updated model classes to be immutable using builder pattern

    Asif Sohail Mohammed - Mon, 25 Oct 2021 12:55:15 -0500

    Signed-off-by: Asif Sohail Mohammed <[email protected]>

  • added javadocs to logstash model classes

    Asif Sohail Mohammed - Mon, 25 Oct 2021 12:55:15 -0500

    Signed-off-by: Asif Sohail Mohammed <[email protected]>

  • removed build.gradle and updated class names

    Asif Sohail Mohammed - Mon, 25 Oct 2021 12:55:15 -0500

    Signed-off-by: Asif Sohail Mohammed <[email protected]>

  • added logstash model for converter

    Asif Sohail Mohammed - Mon, 25 Oct 2021 12:55:15 -0500

    Signed-off-by: Asif Sohail Mohammed <[email protected]>

  • implementing log model as part of #436 (#463)

    Christopher Manning - Fri, 22 Oct 2021 13:34:34 -0500

    • implementing log model as part of #436 Signed-off-by: Christopher Manning <[email protected]>
  • For custom index type, create ISM policy on OpenSearch if ism_policy_file parameter is set. (#433)

    Han Jiang - Thu, 21 Oct 2021 10:44:51 -0500

    • For custom index type, create ISM policy on OpenSearch if ism_policy_file parameter is set. Signed-off-by: Han Jiang <[email protected]>

    • Remove index template from test-custom-index-policy-file.json so IT can pass

    Signed-off-by: Han Jiang <[email protected]>

    • To be backward compatible, drop ISM template from policy file if the field is found invalid. Signed-off-by: Han Jiang <[email protected]>
  • To be backward compatible, drop ISM template from policy file if the field is found invalid. Signed-off-by: Han Jiang <[email protected]>

    Han Jiang - Thu, 21 Oct 2021 10:43:44 -0500

  • Remove index template from test-custom-index-policy-file.json so IT can pass Signed-off-by: Han Jiang <[email protected]>

    Han Jiang - Thu, 21 Oct 2021 10:43:44 -0500

  • For custom index type, create ISM policy on OpenSearch if ism_policy_file parameter is set.

    Han Jiang - Thu, 21 Oct 2021 10:43:44 -0500

    Signed-off-by: Han Jiang <[email protected]>

  • Merge in v1.1.x. This resolves #350 and resolves #357.

    David Venable - Wed, 20 Oct 2021 18:39:14 -0500

    Signed-off-by: David Venable <[email protected]>

  • Added support for timeout millis, refactored unit tests to createObje… (#449)

    Taylor Gray - Wed, 20 Oct 2021 15:54:24 -0500

    • Added support for timeout millis, refactored unit tests to createObjectUnderTest structure Signed-off-by: Taylor Gray <[email protected]>

    • remove redundant e.printStackTrace() and pass lambda directly to runWithTimeout Signed-off-by: Taylor Gray <[email protected]>

    • Update README to include timeoutmillis, removed timeoutMillis from awaitTermination Signed-off-by: Taylor Gray <[email protected]>

  • Updated existing plugins to use the new pluginType property in the DataPrepperPlugin annotation. Resolves #322.

    David Venable - Wed, 20 Oct 2021 13:51:53 -0500

    Signed-off-by: David Venable <[email protected]>

  • addressing pr feedback

    Christopher Manning - Tue, 19 Oct 2021 14:28:17 -0500

    Signed-off-by: Christopher Manning <[email protected]>

  • provides first implementation of event models and closes #434

    Christopher Manning - Tue, 19 Oct 2021 14:28:17 -0500

    Signed-off-by: Christopher Manning <[email protected]>

  • Fix setting

    Marek Kadek - Tue, 19 Oct 2021 12:35:36 -0500

    Signed-off-by: Marek Kadek <[email protected]>

  • Updated the last few projects which used ElasticSearch. With this commit, no Gradle projects should be using ElasticSearch. Use OpenSearch instead of Elastic in Java files, except for in links.

    David Venable - Mon, 18 Oct 2021 09:41:54 -0500

    Signed-off-by: David Venable <[email protected]>

  • Enhancement: use new buffer api in http source (#415)

    Qi Chen - Mon, 18 Oct 2021 09:33:24 -0500

  • Bump jackson-dataformat-cbor in /data-prepper-plugins/opensearch

    dependabot[bot] - Thu, 14 Oct 2021 12:06:08 -0500

    Bumps jackson-dataformat-cbor from 2.12.5 to 2.13.0.

    Commits

    --- updated-dependencies:

    • dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-cbor dependency-type: direct:production update-type: version-update:semver-minor ...

    Signed-off-by: dependabot[bot] <[email protected]>

  • Bump joda-time in /data-prepper-plugins/opensearch

    dependabot[bot] - Thu, 14 Oct 2021 12:06:08 -0500

    Bumps joda-time from 2.10.10 to 2.10.12.

    Changelog

    --- updated-dependencies:

    • dependency-name: joda-time:joda-time dependency-type: direct:production update-type: version-update:semver-patch ...

    Signed-off-by: dependabot[bot] <[email protected]>

  • Bump byte-buddy in /data-prepper-plugins/opensearch

    dependabot[bot] - Thu, 14 Oct 2021 12:06:08 -0500

    Bumps byte-buddy from 1.11.18 to 1.11.20.

    Commits

    --- updated-dependencies:

    • dependency-name: net.bytebuddy:byte-buddy dependency-type: direct:production update-type: version-update:semver-patch ...

    Signed-off-by: dependabot[bot] <[email protected]>

  • Bump byte-buddy-agent in /data-prepper-plugins/opensearch

    dependabot[bot] - Thu, 14 Oct 2021 12:06:08 -0500

    Bumps byte-buddy-agent from 1.11.18 to 1.11.20.

    Commits

    --- updated-dependencies:

    • dependency-name: net.bytebuddy:byte-buddy-agent dependency-type: direct:production update-type: version-update:semver-patch ...

    Signed-off-by: dependabot[bot] <[email protected]>

  • Bump reflections from 0.9.12 to 0.10.1 in /data-prepper-plugins/common

    dependabot[bot] - Thu, 14 Oct 2021 12:06:08 -0500

    Bumps reflections from 0.9.12 to 0.10.1.

    --- updated-dependencies:

    • dependency-name: org.reflections:reflections dependency-type: direct:production update-type: version-update:semver-minor ...

    Signed-off-by: dependabot[bot] <[email protected]>

  • Bump com.diffplug.spotless from 5.12.4 to 5.17.0

    dependabot[bot] - Thu, 14 Oct 2021 12:06:08 -0500

    Bumps com.diffplug.spotless from 5.12.4 to 5.17.0.

    --- updated-dependencies:

    • dependency-name: com.diffplug.spotless dependency-type: direct:production update-type: version-update:semver-minor ...

    Signed-off-by: dependabot[bot] <[email protected]>

  • Bump jackson-databind in /data-prepper-plugins/opensearch

    dependabot[bot] - Thu, 14 Oct 2021 12:06:08 -0500

    Bumps jackson-databind from 2.12.5 to 2.13.0.

    --- updated-dependencies:

    • dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-minor ...

    Signed-off-by: dependabot[bot] <[email protected]>

  • Bump reflections from 0.9.12 to 0.10.1 in /data-prepper-core

    dependabot[bot] - Thu, 14 Oct 2021 12:06:08 -0500

    Bumps reflections from 0.9.12 to 0.10.1.

    --- updated-dependencies:

    • dependency-name: org.reflections:reflections dependency-type: direct:production update-type: version-update:semver-minor ...

    Signed-off-by: dependabot[bot] <[email protected]>

  • Spotless apply check

    Taylor Gray - Wed, 13 Oct 2021 12:54:54 -0500

    Signed-off-by: Taylor Gray <[email protected]>

  • Updated maintainer github IDs

    Taylor Gray - Wed, 13 Oct 2021 12:54:54 -0500

    Signed-off-by: Taylor Gray <[email protected]>

  • Fixed Spotless Violation

    Lane Holloway - Wed, 13 Oct 2021 09:20:42 -0500

    Signed-off-by: Lane Holloway <[email protected]>

  • Updating MAINTAINERS.md to match who is working on the project.

    Lane Holloway - Wed, 13 Oct 2021 09:20:42 -0500

    Signed-off-by: Lane Holloway <[email protected]>

  • reducing coupling with jackson on our model interface

    Christopher Manning - Tue, 12 Oct 2021 19:56:02 -0500

    Signed-off-by: Christopher Manning <[email protected]>

  • addressing review comments, adding @since, adjusting return types and increasing dependency versions

    Christopher Manning - Tue, 12 Oct 2021 19:56:02 -0500

    Signed-off-by: Christopher Manning <[email protected]>

  • new internal model interfaces - #405

    cmanning09 - Tue, 12 Oct 2021 19:56:02 -0500

    Signed-off-by: cmanning09 <[email protected]>

  • Use a Function to determine the number of instances to load in PluginFactory. Changed PluginProvider to return Optional<Class> instead of null. Added TODO to test constructor.

    David Venable - Tue, 12 Oct 2021 16:46:37 -0500

    Signed-off-by: David Venable <[email protected]>

  • Updated the JavaDocs for DataPrepperPlugin and PluginType so that they outline the migration path.

    David Venable - Tue, 12 Oct 2021 16:46:37 -0500

    Signed-off-by: David Venable <[email protected]>

  • Added the new Plugin class design, and use these classes to generate the pipeline. Deprecated the old plugin classes. Fixed up some tests which were being touched anyway. #322

    David Venable - Tue, 12 Oct 2021 16:46:37 -0500

    Signed-off-by: David Venable <[email protected]>

  • Set the version to 1.2.0-SNAPSHOT since our next release on this branch will be 1.2.0.

    David Venable - Tue, 12 Oct 2021 16:37:12 -0500

    Signed-off-by: David Venable <[email protected]>

  • Make inner classes static so their members are not exposed to the enclosing classes. Signed-off-by: Han Jiang <[email protected]>

    Han Jiang - Tue, 12 Oct 2021 13:09:01 -0500

  • updating jaeger-hotrod readme with OpenSearch migration missed in #356

    cmanning09 - Tue, 12 Oct 2021 09:01:46 -0500

    Signed-off-by: cmanning09 <[email protected]>

  • Privatize IndexManager sub-classes and ISM policy management classes Signed-off-by: Han Jiang <[email protected]>

    Han Jiang - Mon, 11 Oct 2021 20:36:03 -0500

  • Bump assertj-core in /data-prepper-plugins/otel-trace-source

    dependabot[bot] - Mon, 11 Oct 2021 13:28:57 -0500

    Bumps assertj-core from 3.20.2 to 3.21.0.

    Commits

    --- updated-dependencies:

    • dependency-name: org.assertj:assertj-core dependency-type: direct:production update-type: version-update:semver-minor ...

    Signed-off-by: dependabot[bot] <[email protected]>

  • Bump assertj-core in /data-prepper-plugins/otel-trace-raw-prepper

    dependabot[bot] - Mon, 11 Oct 2021 11:35:40 -0500

    Bumps assertj-core from 3.20.2 to 3.21.0.

    Commits

    --- updated-dependencies:

    • dependency-name: org.assertj:assertj-core dependency-type: direct:production update-type: version-update:semver-minor ...

    Signed-off-by: dependabot[bot] <[email protected]>

  • Bump jackson-dataformat-yaml from 2.12.5 to 2.13.0

    dependabot[bot] - Mon, 11 Oct 2021 11:16:14 -0500

    Bumps jackson-dataformat-yaml from 2.12.5 to 2.13.0.

    Commits

    --- updated-dependencies:

    • dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml dependency-type: direct:production update-type: version-update:semver-minor ...

    Signed-off-by: dependabot[bot] <[email protected]>

  • Removed break on match boolean, updated config names for overwrite, target, and patterns_dir

    Taylor Gray - Fri, 8 Oct 2021 16:42:43 -0500

    Signed-off-by: Taylor Gray <[email protected]>

  • MAINT: sync os version in e2e

    qchea - Fri, 8 Oct 2021 15:41:17 -0500

    efs/heads/testtest Signed-off-by: qchea <[email protected]>

  • Bump protobuf-java-util in /data-prepper-plugins/otel-trace-raw-prepper

    dependabot[bot] - Fri, 8 Oct 2021 15:36:03 -0500

    Bumps protobuf-java-util from 3.17.3 to 3.18.1.

    Commits

    --- updated-dependencies:

    • dependency-name: com.google.protobuf:protobuf-java-util dependency-type: direct:production update-type: version-update:semver-minor ...

    Signed-off-by: dependabot[bot] <[email protected]>

  • README: Summary -> Distribution Summary

    qchea - Fri, 8 Oct 2021 15:15:44 -0500

    Signed-off-by: qchea <[email protected]>

  • MAINT: metrics name and variable names

    qchea - Fri, 8 Oct 2021 15:15:44 -0500

    Signed-off-by: qchea <[email protected]>

  • DOC: Metrics in README

    qchea - Fri, 8 Oct 2021 15:15:44 -0500

    Signed-off-by: qchea <[email protected]>

  • MAINT: more test cases in HTTPSourceTests

    qchea - Fri, 8 Oct 2021 15:15:44 -0500

    Signed-off-by: qchea <[email protected]>

  • TST: unit tests with mock on LogHTTPServiceTest

    qchea - Fri, 8 Oct 2021 15:15:44 -0500

    Signed-off-by: qchea <[email protected]>

  • ADD: all counters, timers and summary

    qchea - Fri, 8 Oct 2021 15:15:44 -0500

    Signed-off-by: qchea <[email protected]>

  • Address PR comments, including patterns_dir change from regex to glob matching

    Taylor Gray - Fri, 8 Oct 2021 13:46:29 -0500

    Signed-off-by: Taylor Gray <[email protected]>

  • Small update to the bug template.

    Lane Holloway - Fri, 8 Oct 2021 11:54:44 -0500

    Signed-off-by: Lane Holloway <[email protected]>

  • Improved the issue templates - added untriaged to Features and removed Beta from bugs.

    David Venable - Fri, 8 Oct 2021 10:02:56 -0500

    Signed-off-by: David Venable <[email protected]>

  • Bump protobuf-java-util in /data-prepper-plugins/otel-trace-source

    dependabot[bot] - Fri, 8 Oct 2021 08:08:45 -0500

    Bumps protobuf-java-util from 3.17.3 to 3.18.0.

    Commits

    --- updated-dependencies:

    • dependency-name: com.google.protobuf:protobuf-java-util dependency-type: direct:production update-type: version-update:semver-minor ...

    Signed-off-by: dependabot[bot] <[email protected]>

  • Bump slf4j-api from 1.7.30 to 1.7.32

    dependabot[bot] - Fri, 8 Oct 2021 07:51:14 -0500

    Bumps slf4j-api from 1.7.30 to 1.7.32.

    --- updated-dependencies:

    • dependency-name: org.slf4j:slf4j-api dependency-type: direct:production update-type: version-update:semver-patch ...

    Signed-off-by: dependabot[bot] <[email protected]>

  • Refactoring ISM related methods out of index manager using strategy pattern Signed-off-by: Han Jiang <[email protected]>

    Han Jiang - Thu, 7 Oct 2021 22:55:12 -0500

  • _Maintenance: Fixed the GitHub actions for ODFE. Fixed the OpenSearch test for ODFE by reverting to making a manual request to the cluster/health API. (#393)

    David Venable - Thu, 7 Oct 2021 19:56:25 -0500

    Signed-off-by: David Venable <[email protected]>

  • Bump kotlin-stdlib in /data-prepper-plugins/mapdb-prepper-state

    dependabot[bot] - Thu, 7 Oct 2021 17:19:45 -0500

    Bumps kotlin-stdlib from 1.5.30 to 1.5.31.

    --- updated-dependencies:

    • dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-type: direct:production update-type: version-update:semver-patch ...

    Signed-off-by: dependabot[bot] <[email protected]>

  • Build using OpenSearch 1.1.0, including using it as a client. Run integration tests against both OpenSearch 1.0.1 and 1.1.0. Consolidated the ODFE tests.

    David Venable - Thu, 7 Oct 2021 17:01:20 -0500

    Signed-off-by: David Venable <[email protected]>

  • Bump kotlin-stdlib-common from 1.5.30 to 1.5.31

    dependabot[bot] - Thu, 7 Oct 2021 16:21:20 -0500

    Bumps kotlin-stdlib-common from 1.5.30 to 1.5.31.

    --- updated-dependencies:

    • dependency-name: org.jetbrains.kotlin:kotlin-stdlib-common dependency-type: direct:production update-type: version-update:semver-patch ...

    Signed-off-by: dependabot[bot] <[email protected]>

  • Added checkstyle to the Data Prepper project. This is currently configured with a subset of what we hope to have, along with some code changes to support the new restrictions.

    David Venable - Thu, 7 Oct 2021 15:54:15 -0500

    Signed-off-by: David Venable <[email protected]>

  • Move verifyNoInteractions for break_on_match_true test

    graytaylor0 - Wed, 6 Oct 2021 17:03:05 -0500

    Signed-off-by: graytaylor0 <[email protected]>

  • Added unit/integration tests for additional grok features

    graytaylor0 - Wed, 6 Oct 2021 17:03:04 -0500

    Signed-off-by: graytaylor0 <[email protected]>

  • Maintenance: add default retry rule for Armeria client (#375)

    Qi Chen - Wed, 6 Oct 2021 16:18:33 -0500

    Signed-off-by: qchea <[email protected]>

  • Feature: enable TLS/SSL through local filepath in http source (#359)

    Qi Chen - Wed, 6 Oct 2021 13:37:04 -0500

  • Bump guava in /data-prepper-plugins/otel-trace-raw-prepper

    dependabot[bot] - Wed, 6 Oct 2021 13:35:00 -0500

    Bumps guava from 30.1.1-jre to 31.0.1-jre.

    --- updated-dependencies:

    • dependency-name: com.google.guava:guava dependency-type: direct:production update-type: version-update:semver-major ...

    Signed-off-by: dependabot[bot] <[email protected]>

  • Enhancement: add throttling service (#325)

    Qi Chen - Wed, 6 Oct 2021 09:37:29 -0500

  • Opensearch Sink: refactor all index related operations into IndexManager classes for easier future extension Signed-off-by: Han Jiang <[email protected]>

    Han Jiang - Tue, 5 Oct 2021 18:28:18 -0500

  • Added a new GitHub workflow to check the Developer Certificate of Origin Check. #326

    David Venable - Tue, 5 Oct 2021 15:57:20 -0500

    Signed-off-by: David Venable <[email protected]>

  • Maintainance: updated jaeger-hotrod example to use latest opensearch instead of opendistro for elasticsearch (#356)

    Arunachalam Lakshmanan - Tue, 5 Oct 2021 13:23:31 -0500

    Authored-by: Arun Lakshmanan <[email protected]>

  • Start testing additional features

    graytaylor0 - Tue, 5 Oct 2021 09:44:40 -0500

    Signed-off-by: graytaylor0 <[email protected]>

  • Use Simple Pipeline instead of Tutorial.

    David Venable - Mon, 4 Oct 2021 12:08:53 -0500

    Signed-off-by: David Venable <[email protected]>

  • Correcting relative paths in the docs directory.

    David Venable - Mon, 4 Oct 2021 12:08:53 -0500

    Signed-off-by: David Venable <[email protected]>

  • Moved the docs/readme directory to simply docs.

    David Venable - Mon, 4 Oct 2021 12:08:53 -0500

    Signed-off-by: David Venable <[email protected]>

  • Refactored the documentation to provide a Getting Started guide for Data Prepper. This change provides a strong split between getting started as a user and as a developer to clarify both processes. Additionally, I combined the Trace Analytics overview and setup into one main Trace Analytics page. With these changes, I also removed the Table of Contents from the main README.md in favor of small overviews which provide some guidance on what these different pages provide.

    David Venable - Mon, 4 Oct 2021 12:08:53 -0500

    Signed-off-by: David Venable <[email protected]>

  • Use Mockito 3.* instead of Securemock 1.2 in order to be able to mock final classes.

    Han Jiang - Mon, 4 Oct 2021 11:49:16 -0500

  • Feature: new Buffer::writeAll API (#320)

    Qi Chen - Mon, 4 Oct 2021 09:32:21 -0500

  • Fixed typo

    graytaylor0 - Fri, 1 Oct 2021 15:07:04 -0500

    Signed-off-by: graytaylor0 <[email protected]>

  • Use singletonList for matchConfig

    graytaylor0 - Fri, 1 Oct 2021 15:03:06 -0500

    Signed-off-by: graytaylor0 <[email protected]>

  • add final, comment on null rawrequest

    graytaylor0 - Fri, 1 Oct 2021 12:01:21 -0500

    Signed-off-by: graytaylor0 <[email protected]>

  • Remove anyString() in mock

    graytaylor0 - Thu, 30 Sep 2021 16:40:22 -0500

    Signed-off-by: graytaylor0 <[email protected]>

  • Address more PR comments and begin README

    graytaylor0 - Thu, 30 Sep 2021 16:34:17 -0500

    Signed-off-by: graytaylor0 <[email protected]>

  • Addressing PR comments

    graytaylor0 - Thu, 30 Sep 2021 11:54:11 -0500

    Signed-off-by: graytaylor0 <[email protected]>

  • Cleaned up a little

    graytaylor0 - Wed, 29 Sep 2021 12:45:54 -0500

    Signed-off-by: graytaylor0 <[email protected]>

  • Integration tests created that use java-grok library

    graytaylor0 - Tue, 28 Sep 2021 18:00:59 -0500

    Signed-off-by: graytaylor0 <[email protected]>

  • Features: Initial http source (#309)

    Qi Chen - Tue, 28 Sep 2021 13:22:44 -0500

  • Unit tests

    graytaylor0 - Tue, 28 Sep 2021 10:17:23 -0500

    Signed-off-by: graytaylor0 <[email protected]>

  • Beginning testing of Grok Prepper class

    graytaylor0 - Mon, 27 Sep 2021 15:48:29 -0500

    Signed-off-by: graytaylor0 <[email protected]>

  • Generics for PluginSetting and addressing other comments

    graytaylor0 - Wed, 22 Sep 2021 19:10:43 -0500

    Signed-off-by: graytaylor0 <[email protected]>

  • Remove suppressed warnings and refactor String List check

    graytaylor0 - Wed, 22 Sep 2021 10:35:12 -0500

    Signed-off-by: graytaylor0 <[email protected]>

  • Grok Prepper Configuration and Boilerplate

    graytaylor0 - Tue, 21 Sep 2021 11:44:18 -0500

    Signed-off-by: graytaylor0 <[email protected]>

  • Maintenance: specifies JUnit 5 in subprojects (#292)

    Qi Chen - Mon, 20 Sep 2021 18:06:26 -0500

    • Maintenance: specifies JUnit 5 in subprojects except coreProjects Signed-off-by: qchea <[email protected]>
  • Bump me.champeau.gradle.jmh from 0.5.0 to 0.5.3

    dependabot[bot] - Wed, 15 Sep 2021 18:20:39 -0500

    Bumps me.champeau.gradle.jmh from 0.5.0 to 0.5.3.

    --- updated-dependencies:

    • dependency-name: me.champeau.gradle.jmh dependency-type: direct:production update-type: version-update:semver-patch ...

    Signed-off-by: dependabot[bot] <[email protected]>

  • Bump de.undercouch.download from 4.1.1 to 4.1.2

    dependabot[bot] - Tue, 14 Sep 2021 18:41:32 -0500

    Bumps de.undercouch.download from 4.1.1 to 4.1.2.

    --- updated-dependencies:

    • dependency-name: de.undercouch.download dependency-type: direct:production update-type: version-update:semver-patch ...

    Signed-off-by: dependabot[bot] <[email protected]>

  • Bump kotlin-stdlib from 1.5.21 to 1.5.30

    dependabot[bot] - Tue, 14 Sep 2021 18:37:57 -0500

    Bumps kotlin-stdlib from 1.5.21 to 1.5.30.

    --- updated-dependencies:

    • dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-type: direct:production update-type: version-update:semver-patch ...

    Signed-off-by: dependabot[bot] <[email protected]>

  • Bump kotlin-stdlib-common in /data-prepper-plugins/mapdb-prepper-state

    dependabot[bot] - Tue, 14 Sep 2021 17:21:51 -0500

    Bumps kotlin-stdlib-common from 1.5.21 to 1.5.30.

    --- updated-dependencies:

    • dependency-name: org.jetbrains.kotlin:kotlin-stdlib-common dependency-type: direct:production update-type: version-update:semver-patch ...

    Signed-off-by: dependabot[bot] <[email protected]>

  • Configure dependabot to also include the root project.

    David Venable - Tue, 14 Sep 2021 17:15:28 -0500

    Signed-off-by: David Venable <[email protected]>

  • Synchronize dependency versions for Micrometer, Jackson, AWS Java SDK v1, and AWS Java SDK v2 by using Maven BOM dependencies.

    David Venable - Tue, 14 Sep 2021 17:15:28 -0500

    Signed-off-by: David Venable <[email protected]>

  • Bump aws-java-sdk-s3 in /data-prepper-plugins/otel-trace-source (#275)

    dependabot[bot] - Tue, 14 Sep 2021 15:43:36 -0500

    Bumps aws-java-sdk-s3 from 1.12.43 to 1.12.67.


    updated-dependencies:

    • dependency-name: com.amazonaws:aws-java-sdk-s3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Bump aws-java-sdk-core in /data-prepper-plugins/opensearch

    dependabot[bot] - Mon, 13 Sep 2021 20:49:09 -0500

    Bumps aws-java-sdk-core from 1.12.43 to 1.12.67.

    --- updated-dependencies:

    • dependency-name: com.amazonaws:aws-java-sdk-core dependency-type: direct:production update-type: version-update:semver-patch ...

    Signed-off-by: dependabot[bot] <[email protected]>

  • Bump aws-java-sdk-acm in /data-prepper-plugins/peer-forwarder

    dependabot[bot] - Mon, 13 Sep 2021 20:44:38 -0500

    Bumps aws-java-sdk-acm from 1.12.43 to 1.12.59.

    --- updated-dependencies:

    • dependency-name: com.amazonaws:aws-java-sdk-acm dependency-type: direct:production update-type: version-update:semver-patch ...

    Signed-off-by: dependabot[bot] <[email protected]>

  • Bump httpclient in /data-prepper-plugins/opensearch

    dependabot[bot] - Mon, 13 Sep 2021 20:35:38 -0500

    Bumps httpclient from 4.5.10 to 4.5.13.

    Signed-off-by: dependabot[bot] <[email protected]>

  • Bump micrometer-core in /data-prepper-plugins/otel-trace-group-prepper

    dependabot[bot] - Mon, 13 Sep 2021 20:28:04 -0500

    Bumps micrometer-core from 1.7.2 to 1.7.3.

    Commits

    --- updated-dependencies:

    • dependency-name: io.micrometer:micrometer-core dependency-type: direct:production update-type: version-update:semver-patch ...

    Signed-off-by: dependabot[bot] <[email protected]>

  • Bump micrometer-registry-prometheus in /data-prepper-core

    dependabot[bot] - Mon, 13 Sep 2021 18:45:00 -0500

    Bumps micrometer-registry-prometheus from 1.6.5 to 1.7.3.

    Commits

    --- updated-dependencies:

    • dependency-name: io.micrometer:micrometer-registry-prometheus dependency-type: direct:production update-type: version-update:semver-minor ...

    Signed-off-by: dependabot[bot] <[email protected]>

  • Bump micrometer-core in /data-prepper-plugins/service-map-stateful

    dependabot[bot] - Mon, 13 Sep 2021 16:33:29 -0500

    Bumps micrometer-core from 1.7.2 to 1.7.3.

    Commits

    --- updated-dependencies:

    • dependency-name: io.micrometer:micrometer-core dependency-type: direct:production update-type: version-update:semver-patch ...

    Signed-off-by: dependabot[bot] <[email protected]>

  • Bump micrometer-registry-cloudwatch2 in /data-prepper-core

    dependabot[bot] - Mon, 13 Sep 2021 16:24:45 -0500

    Bumps micrometer-registry-cloudwatch2 from 1.7.2 to 1.7.3.

    Commits

    --- updated-dependencies:

    • dependency-name: io.micrometer:micrometer-registry-cloudwatch2 dependency-type: direct:production update-type: version-update:semver-patch ...

    Signed-off-by: dependabot[bot] <[email protected]>

  • Bump micrometer-core from 1.6.5 to 1.7.3 in /data-prepper-core

    dependabot[bot] - Mon, 13 Sep 2021 16:01:31 -0500

    Bumps micrometer-core from 1.6.5 to 1.7.3.

    Commits

    --- updated-dependencies:

    • dependency-name: io.micrometer:micrometer-core dependency-type: direct:production update-type: version-update:semver-minor ...

    Signed-off-by: dependabot[bot] <[email protected]>

  • Bump jackson-databind in /data-prepper-plugins/otel-trace-source

    dependabot[bot] - Mon, 13 Sep 2021 14:41:24 -0500

    Bumps jackson-databind from 2.12.4 to 2.12.5.

    --- updated-dependencies:

    • dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-patch ...

    Signed-off-by: dependabot[bot] <[email protected]>

  • Bump jackson-dataformat-yaml in /data-prepper-plugins/otel-trace-source

    dependabot[bot] - Mon, 13 Sep 2021 14:24:13 -0500

    Bumps jackson-dataformat-yaml from 2.12.4 to 2.12.5.

    Commits

    --- updated-dependencies:

    • dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml dependency-type: direct:production update-type: version-update:semver-patch ...

    Signed-off-by: dependabot[bot] <[email protected]>

  • Bump jackson-dataformat-yaml

    dependabot[bot] - Mon, 13 Sep 2021 14:12:06 -0500

    Bumps jackson-dataformat-yaml from 2.12.4 to 2.12.5.

    Commits

    --- updated-dependencies:

    • dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml dependency-type: direct:production update-type: version-update:semver-patch ...

    Signed-off-by: dependabot[bot] <[email protected]>

  • Bump jackson-databind in /data-prepper-plugins/service-map-stateful

    dependabot[bot] - Mon, 13 Sep 2021 13:58:32 -0500

    Bumps jackson-databind from 2.12.4 to 2.12.5.

    --- updated-dependencies:

    • dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-patch ...

    Signed-off-by: dependabot[bot] <[email protected]>

  • Bump jackson-dataformat-yaml from 2.12.4 to 2.12.5 in /data-prepper-core

    dependabot[bot] - Mon, 13 Sep 2021 13:58:11 -0500

    Bumps jackson-dataformat-yaml from 2.12.4 to 2.12.5.

    Commits

    --- updated-dependencies:

    • dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml dependency-type: direct:production update-type: version-update:semver-patch ...

    Signed-off-by: dependabot[bot] <[email protected]>

  • Bump jackson-databind in /data-prepper-plugins/otel-trace-raw-prepper

    dependabot[bot] - Mon, 13 Sep 2021 13:57:49 -0500

    Bumps jackson-databind from 2.12.4 to 2.12.5.

    --- updated-dependencies:

    • dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-patch ...

    Signed-off-by: dependabot[bot] <[email protected]>

  • Bump jackson-dataformat-yaml

    dependabot[bot] - Mon, 13 Sep 2021 12:14:45 -0500

    Bumps jackson-dataformat-yaml from 2.12.4 to 2.12.5.

    Commits

    --- updated-dependencies:

    • dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml dependency-type: direct:production update-type: version-update:semver-patch ...

    Signed-off-by: dependabot[bot] <[email protected]>

  • Bump jackson-databind in /data-prepper-plugins/common

    dependabot[bot] - Mon, 13 Sep 2021 12:14:06 -0500

    Bumps jackson-databind from 2.12.4 to 2.12.5.

    --- updated-dependencies:

    • dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-patch ...

    Signed-off-by: dependabot[bot] <[email protected]>

  • Bump jackson-dataformat-yaml in /data-prepper-plugins/common

    dependabot[bot] - Mon, 13 Sep 2021 09:28:08 -0500

    Bumps jackson-dataformat-yaml from 2.12.4 to 2.12.5.

    Commits

    --- updated-dependencies:

    • dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml dependency-type: direct:production update-type: version-update:semver-patch ...

    Signed-off-by: dependabot[bot] <[email protected]>

  • Bump jackson-databind in /data-prepper-plugins/otel-trace-group-prepper

    dependabot[bot] - Mon, 13 Sep 2021 09:27:44 -0500

    Bumps jackson-databind from 2.12.4 to 2.12.5.

    --- updated-dependencies:

    • dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-patch ...

    Signed-off-by: dependabot[bot] <[email protected]>