-
Notifications
You must be signed in to change notification settings - Fork 197
[Helm] Add Logstash Output to Elastic Agent Standalone #10644
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
base: main
Are you sure you want to change the base?
Conversation
This pull request does not have a backport label. Could you fix it @btrieger? 🙏
|
Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane) |
Hey @btrieger |
@pierrehilbert added the changelog fragment |
…l to avoid removal of quotes around strings
I added the remaining ssl flags and they should work with any of the outputs. I didn't provide an example of using them as I don't have a functioning logstash cluster that needs them but I did validate that they are being set as expected with a template command. Was thinking maybe I could document all the possible input variables outside the values schema json for every day users. Would it be best to put this in the examples readme for logstash? On a side note the rest of the outputs should remove the fromYaml and toYaml around the the call to the SSLConfig rendering as it removes the quotes and in the case of ca fingerprints this could prove problematic. |
💚 Build Succeeded
History
cc @btrieger |
What does this PR do?
This PR adds in the Logstash output for elastic agents to the standalone helm chart.
Why is it important?
Without this, standalone agents cannot connect to Logstash clusters. This makes the chart unusable for end users who have logstash in between agent and elasticsearch.
Checklist
./changelog/fragments
using the changelog toolDisruptive User Impact
This should have no user impact and be backward compatable.
How to test this PR locally
Follow steps in examples/kubernetes-logstash-output
Related issues