Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: logstash-plugins/logstash-output-syslog
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: anynines/logstash-output-syslog
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 2 files changed
  • 6 contributors

Commits on Nov 14, 2024

  1. Add RFC6587 support

    ndzigva committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    853ee46 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from anynines/add_rfc6587_support

    Add RFC6587 support
    ndzigva authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    3a8528a View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2025

  1. Configuration menu
    Copy the full SHA
    bcac46f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from anynines/DS-5831_fix_license_finder

    [DS-5831] Add ruby version for license finder to pickup
    ndzigva authored Jan 23, 2025
    Configuration menu
    Copy the full SHA
    9a13d4b View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2025

  1. Remove mTLS configuration

    Since the syslog is one way connection: We only write to a socket,
    there is no need for mTLS and forcing it is making the setup
    unnecesserilly complex
    Ralf Ibelshäuser authored and ndzigva committed Mar 4, 2025
    Configuration menu
    Copy the full SHA
    7446b83 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2025

  1. Merge pull request #3 from anynines/DS-5851_remove_forced_mtls_setup

    [DS-5851] remove forced mtls setup
    ribelshauser authored Mar 7, 2025
    Configuration menu
    Copy the full SHA
    bf5c480 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2025

  1. Fix closing end typo

    ndzigva committed Mar 19, 2025
    Configuration menu
    Copy the full SHA
    25d6229 View commit details
    Browse the repository at this point in the history
  2. Reformat with Rubocop

    ndzigva committed Mar 19, 2025
    Configuration menu
    Copy the full SHA
    6bbfa94 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2025

  1. Merge pull request #4 from anynines/DS-5917_syntax_error

    [DS-5917] Syntax Error
    ndzigva authored Mar 20, 2025
    Configuration menu
    Copy the full SHA
    6da6b65 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2025

  1. Fix small namespace issue making logstash fail

    * Logstash was throwing exception due to an undefined method
    * This issue appeared due to conflicting 'File' modules
    al-gerd committed Mar 21, 2025
    Configuration menu
    Copy the full SHA
    20febf8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from anynines/DS-5917_fix_missing_method_bug

    [DS-5917] Fix missing method bug
    al-gerd authored Mar 21, 2025
    Configuration menu
    Copy the full SHA
    8073c38 View commit details
    Browse the repository at this point in the history
Loading