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

GitHub-Issue#2778: Added CloudWatchLogsSink #3084

Merged

Commits on Jul 3, 2023

  1. Elasticsearch client implementation with pit and no context search (o…

    …pensearch-project#2910)
    
    Create Elasticsearch client, implement search and pit apis for ElasticsearchAccessor
    
    Signed-off-by: Taylor Gray <[email protected]>
    Signed-off-by: Marcos Gonzalez Mayedo <[email protected]>
    graytaylor0 authored and Marcos Gonzalez Mayedo committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    f4dc9da View commit details
    Browse the repository at this point in the history
  2. GitHub-Issue#2778: Refactoring config files for CloudWatchLogs Sink (#4)

    Added Config Files for CloudWatchLogs Sink.
    
    Signed-off-by: Marcos Gonzalez Mayedo <[email protected]>
    MaGonzalMayedo authored and Marcos Gonzalez Mayedo committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    4387b29 View commit details
    Browse the repository at this point in the history
  3. Added fixes from comments to code (including pathing and nomenclature…

    … syntax)
    
    Signed-off-by: Marcos Gonzalez Mayedo <[email protected]>
    Marcos committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    f1c25bb View commit details
    Browse the repository at this point in the history
  4. Refactoring config (#5)

    Added default params for back_off and log_send_interval alongside test cases for ThresholdConfig.
    
    Signed-off-by: Marcos Gonzalez Mayedo <[email protected]>
    MaGonzalMayedo authored and Marcos Gonzalez Mayedo committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    9d640e5 View commit details
    Browse the repository at this point in the history
  5. Fixed deleted AwsConfig file

    Signed-off-by: Marcos Gonzalez Mayedo <[email protected]>
    Marcos committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    b100ee3 View commit details
    Browse the repository at this point in the history
  6. Removed the s3 dependency from build.gradle, replaced the AwsAuth.. w…

    …ith AwsConfig.
    
    Signed-off-by: Marcos Gonzalez Mayedo <[email protected]>
    Marcos Gonzalez Mayedo committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    35859b0 View commit details
    Browse the repository at this point in the history
  7. Added modifiable back_off_timer, added threshold test for back_off_ti…

    …mer and params to AwsConfig
    
    Signed-off-by: Marcos Gonzalez Mayedo <[email protected]>
    Marcos Gonzalez Mayedo committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    7040186 View commit details
    Browse the repository at this point in the history
  8. Added fixes to gradle file, added tests to AwsConfig, and used Reflec…

    …tive mapping to tests CwlSink
    
    Signed-off-by: Marcos Gonzalez Mayedo <[email protected]>
    Marcos Gonzalez Mayedo committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    6b13e21 View commit details
    Browse the repository at this point in the history
  9. Added default value test to ThresholdConfig and renamed getter for ma…

    …xRequestSize
    
    Signed-off-by: Marcos Gonzalez Mayedo <[email protected]>
    Marcos Gonzalez Mayedo committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    3bb125a View commit details
    Browse the repository at this point in the history
  10. Removed unnecessary imports

    Signed-off-by: Marcos Gonzalez Mayedo <[email protected]>
    Marcos Gonzalez Mayedo committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    e5ee1e5 View commit details
    Browse the repository at this point in the history
  11. Added cloudwatch-logs to settings.gradle

    Signed-off-by: Marcos Gonzalez Mayedo <[email protected]>
    Marcos Gonzalez Mayedo committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    e90b05a View commit details
    Browse the repository at this point in the history
  12. Merge branch 'main' into main

    Signed-off-by: Marcos Gonzalez Mayedo <[email protected]>
    MaGonzalMayedo committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    43a0a40 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Added a quick fix to the back_off_time range

    Signed-off-by: Marcos Gonzalez Mayedo <[email protected]>
    Marcos Gonzalez Mayedo committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    40cb280 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

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

Commits on Jul 7, 2023

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

Commits on Jul 12, 2023

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

Commits on Jul 25, 2023

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

Commits on Jul 28, 2023

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

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    7b56a86 View commit details
    Browse the repository at this point in the history
  2. Added fix to commit count

    Signed-off-by: Marcos Gonzalez Mayedo <[email protected]>
    Marcos Gonzalez Mayedo committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    93f6fe5 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Added conditional buffer config and tests for event processing from t…

    …he sink. Also moved plugin within "cloudwatch_logs" package.
    
    Signed-off-by: Marcos Gonzalez Mayedo <[email protected]>
    Marcos Gonzalez Mayedo committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    645463e View commit details
    Browse the repository at this point in the history
  2. Added mockedStatic methods to prevent sdk exceptions during testing

    Signed-off-by: Marcos Gonzalez Mayedo <[email protected]>
    Marcos Gonzalez Mayedo committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    4afdba7 View commit details
    Browse the repository at this point in the history
  3. Attempting to fix CloudWatchLogsSink sdkexception during testing

    Signed-off-by: Marcos Gonzalez Mayedo <[email protected]>
    Marcos Gonzalez Mayedo committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    7235d0d View commit details
    Browse the repository at this point in the history
  4. Attempting to fix CloudWatchLogsSink sdkexception during testing

    Signed-off-by: Marcos Gonzalez Mayedo <[email protected]>
    Marcos Gonzalez Mayedo committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    ef57a2b View commit details
    Browse the repository at this point in the history