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

Add "mechanism" in output.kafka to support SCRAM-SHA-512 and SCRAM-SHA-256 #12867

Merged
merged 8 commits into from
Mar 2, 2020

Commits on Jul 11, 2019

  1. Add mechanism configuration to kafka output, to support SCRAM-SHA-512…

    … and SCRAM-SHA-256 mechanism.
    
    How to use it:
    ```
    output.kafka:
      codec.format:
        string: '%{[@timestamp]} %{[message]}'
    
      hosts: ["localhost:9092"]
      topic: 'mytopic'
      partition.round_robin:
        reachable_only: false
      required_acks: 1
      compression: gzip
      max_message_bytes: 1000000
      username: user
      password: pass
      mechanism: SCRAM-SHA-512
    ```
    zvictorino committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    ec48081 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2019

  1. Allow unconfigured SASL.

    Move some codes to separate file.
    zvictorino committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    abac3f1 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2019

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

Commits on Nov 25, 2019

  1. Add license headers

    zvictorino committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    2f80299 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2019

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

Commits on Feb 26, 2020

  1. Configuration menu
    Copy the full SHA
    ec6d58e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from elastic/master

    Update code to master
    zvictorino authored Feb 26, 2020
    Configuration menu
    Copy the full SHA
    be78f00 View commit details
    Browse the repository at this point in the history