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

[Fleet] Add logstash output type in output API and preconfiguration #125792

Closed
Tracked by #104987
nchaulet opened this issue Feb 16, 2022 · 1 comment · Fixed by #125990
Closed
Tracked by #104987

[Fleet] Add logstash output type in output API and preconfiguration #125792

nchaulet opened this issue Feb 16, 2022 · 1 comment · Fixed by #125990
Assignees
Labels
Team:Fleet Team label for Observability Data Collection Fleet team v8.2.0

Comments

@nchaulet
Copy link
Member

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 hosts
  • ssl.certificate_authorities server CA
  • ssl.certificate for mutual TLS
  • ssl.key for mutual TLS

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...
@nchaulet nchaulet added Team:Fleet Team label for Observability Data Collection Fleet team v8.2.0 labels Feb 16, 2022
@nchaulet nchaulet self-assigned this Feb 16, 2022
@elasticmachine
Copy link
Contributor

Pinging @elastic/fleet (Team:Fleet)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team:Fleet Team label for Observability Data Collection Fleet team v8.2.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants