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

Cherry-pick #12867 to 7.x: Add "mechanism" in output.kafka to support SCRAM-SHA-512 and SCRAM-SHA-256 #23110

Merged
merged 5 commits into from
Dec 14, 2020

Conversation

jsoriano
Copy link
Member

@jsoriano jsoriano commented Dec 14, 2020

Cherry-pick of PR #12867, #23103 and #22342 to 7.x branch. Original message:

New config key mechanism was introduced.
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
  sasl.mechanism: SCRAM-SHA-512

@jsoriano jsoriano requested review from a team as code owners December 14, 2020 16:23
@jsoriano jsoriano added [zube]: In Review backport Team:Services (Deprecated) Label for the former Integrations-Services team labels Dec 14, 2020
@botelastic botelastic bot added the needs_team Indicates that the issue/PR needs a Team:* label label Dec 14, 2020
@elasticmachine
Copy link
Collaborator

Pinging @elastic/integrations-services (Team:Services)

@botelastic botelastic bot removed the needs_team Indicates that the issue/PR needs a Team:* label label Dec 14, 2020
@elasticmachine
Copy link
Collaborator

elasticmachine commented Dec 14, 2020

💚 Build Succeeded

the below badges are clickable and redirect to their specific view in the CI or DOCS
Pipeline View Test View Changes Artifacts preview

Expand to view the summary

Build stats

  • Build Cause: Pull request #23110 updated

  • Start Time: 2020-12-14T20:30:20.584+0000

  • Duration: 137 min 38 sec

Test stats 🧪

Test Results
Failed 0
Passed 17410
Skipped 1404
Total 18814

Steps errors 2

Expand to view the steps failures

Terraform Apply on x-pack/metricbeat/module/aws
  • Took 0 min 15 sec . View more details on here
Terraform Apply on x-pack/metricbeat/module/aws
  • Took 0 min 15 sec . View more details on here

💚 Flaky test report

Tests succeeded.

Expand to view the summary

Test stats 🧪

Test Results
Failed 0
Passed 17410
Skipped 1404
Total 18814

@jsoriano jsoriano self-assigned this Dec 14, 2020
@jsoriano
Copy link
Member Author

Packaging failure with heartbeat will be fixed by #23111.

@jsoriano
Copy link
Member Author

Packetbeat packaging failed too, but I cannot reproduce this, launching packaging again...

@jsoriano jsoriano merged commit 35f1bd1 into elastic:7.x Dec 14, 2020
@jsoriano jsoriano deleted the backport_12867_7.x branch December 14, 2020 23:43
@zube zube bot removed the [zube]: Done label Mar 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport Team:Services (Deprecated) Label for the former Integrations-Services team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants