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

Test new configs logstash #77

Open
wants to merge 26 commits into
base: master
Choose a base branch
from
Open

Commits on Sep 13, 2024

  1. added custom_size_based_buffer class

    Added the feature for size and time based flushing of buffer.
    Added config options for max_interval and max_size. Once either one is
    reached the events stored in the buffer will be flushed.
    monishkadas-ms committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    58c2772 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. added custom_size_based_buffer class

    Added the feature for size and time based flushing of buffer.
    Added config options for max_interval and max_size. Once either one is
    reached the events stored in the buffer will be flushed.
    
    Updated kusto.rb
    monishkadas-ms committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    cbb7444 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. added custom_size_based_buffer class

    Added the feature for size and time based flushing of buffer.
    Added config options for max_interval and max_size. Once either one is
    reached the events stored in the buffer will be flushed.
    
    Updated kusto.rb
    monishkadas-ms authored and MonishkaDas committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    5b2af15 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. added custom_size_based_buffer class

    Added the feature for size and time based flushing of buffer.
    Added config options for max_interval and max_size. Once either one is
    reached the events stored in the buffer will be flushed.
    
    Updated kusto.rb and ingestor.rb with the implementation of memory based
    buffer and flushing and removed file based buffer
    monishkadas-ms authored and MonishkaDas committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    806e57f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/Azure/logstash-output-kusto

    … into testNewConfigsLogstash
    MonishkaDas committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    117a2b4 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

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

Commits on Sep 25, 2024

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

Commits on Sep 26, 2024

  1. Updated kusto_spec.rb and ingestor_spec.rb

    Testing spec files
    MonishkaDas committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    28fc7a3 View commit details
    Browse the repository at this point in the history
  2. Updated kusto_spec.rb and ingestor_spec.rb

    Testing spec files
    MonishkaDas committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    79b8c3f View commit details
    Browse the repository at this point in the history
  3. Updated kusto_spec.rb and ingestor_spec.rb

    Testing spec files
    MonishkaDas committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    47a3db2 View commit details
    Browse the repository at this point in the history
  4. Updated kusto_spec.rb and ingestor_spec.rb

    Testing spec files
    MonishkaDas committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    4b66790 View commit details
    Browse the repository at this point in the history
  5. Updated kusto_spec.rb and ingestor_spec.rb

    Testing spec files
    MonishkaDas committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    3b50bdb View commit details
    Browse the repository at this point in the history
  6. Updated kusto_spec.rb and ingestor_spec.rb

    Testing spec files
    MonishkaDas committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    521c21f View commit details
    Browse the repository at this point in the history
  7. Updated kusto_spec.rb and ingestor_spec.rb

    Testing spec files
    MonishkaDas committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    531046c View commit details
    Browse the repository at this point in the history
  8. Updated kusto_spec.rb and ingestor_spec.rb

    Testing spec files
    MonishkaDas committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    c813a5b View commit details
    Browse the repository at this point in the history
  9. Updated kusto_spec.rb and ingestor_spec.rb

    Testing spec files
    MonishkaDas committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    ab1f66f View commit details
    Browse the repository at this point in the history
  10. Updated kusto_spec.rb and ingestor_spec.rb

    Testing spec files
    MonishkaDas committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    9994da5 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Updated max_size config

    The max_size config now refers to the size of the buffer (defaults to
    10MB) instead of number of events in the buffer
    MonishkaDas committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    649bb0d View commit details
    Browse the repository at this point in the history
  2. Updated max_size config

    The max_size config now refers to the size of the buffer (defaults to
    10MB) instead of number of events in the buffer
    MonishkaDas committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    ed85986 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

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

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    4a85b94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c84304 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Updated custom_size_based_buffer.rb

    ** Updated the kusto_spec.rb test
    MonishkaDas committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    fce671f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    379da3b View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    b7aba1a View commit details
    Browse the repository at this point in the history
  2. Updated custom_size_based_buffer.rb

    Removed the temp file buffer and added retry to prevent data loss
    MonishkaDas committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    ca981ba View commit details
    Browse the repository at this point in the history