We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Related to #104987
The output API should support a new output type: logstash
Add a new output type logstash, this output type has the following required properties:
hosts
ssl.certificate_authorities
ssl.certificate
ssl.key
Adding this output to an agent policy will result in the following output in the agent policy YAML
outputs: default: type: logstash hosts: 127.0.0.1:5044 ssl.certificate_authorities: - embeded ca 1 - embeded ca 2 # For mutual auth ssl.certificate: embeded certificate.. ssl.key: embeded key...
The text was updated successfully, but these errors were encountered:
Pinging @elastic/fleet (Team:Fleet)
Sorry, something went wrong.
nchaulet
Successfully merging a pull request may close this issue.
Description
Related to #104987
The output API should support a new output type: logstash
Add a new output type logstash, this output type has the following required properties:
hosts
logstash hostsssl.certificate_authorities
server CAssl.certificate
for mutual TLSssl.key
for mutual TLSAdding this output to an agent policy will result in the following output in the agent policy YAML
The text was updated successfully, but these errors were encountered: