-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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 documentation for deploying filebeat and metricbeat in Cloud Foundry. #17275
Conversation
Pinging @elastic/integrations-platforms (Team:Platforms) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is looking good to me! trusting you on the cf
commands as I'm not familiar with them
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks Good.
One question you are using the the yml "anchors / shorthand" is that OK per our standard?
@bvader I don't know about standard in that case, but the yaml anchors are fully supported by the yaml parsing module used by beats and it makes updating the configuration a lot simpler. In this case I think its worth it. |
…dry. (elastic#17275) * Add running-on-cloudfoundry for filebeat. * Fix typo. * Add running on cloudfoundry for metricbeat. * Add changelog. * Add missing newline at end of metricbeat manifest. * Fix filebeat being referenced in metricbeat docs. (cherry picked from commit 850d1fa)
…dry. (elastic#17275) * Add running-on-cloudfoundry for filebeat. * Fix typo. * Add running on cloudfoundry for metricbeat. * Add changelog. * Add missing newline at end of metricbeat manifest. * Fix filebeat being referenced in metricbeat docs. (cherry picked from commit 850d1fa)
…dry. (elastic#17275) (elastic#17299) * Add running-on-cloudfoundry for filebeat. * Fix typo. * Add running on cloudfoundry for metricbeat. * Add changelog. * Add missing newline at end of metricbeat manifest. * Fix filebeat being referenced in metricbeat docs. (cherry picked from commit e29d929)
What does this PR do?
Adds documentation on running filebeat and metricbeat inside of Cloud Foundry.
Why is it important?
Because almost all operators of Cloud Foundry will want to deploy it inside of the foundation.
Checklist
I have commented my code, particularly in hard-to-understand areasI have added tests that prove my fix is effective or that my feature worksCHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.How to test this PR locally
Follow the instructions to ensure it results in a running filebeat and metricbeat inside of Cloud Foundry.
Related issues