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

Remove comments from config example code #2513

Merged
merged 1 commit into from
Sep 12, 2016

Conversation

dedemorton
Copy link
Contributor

Removes comments from config example code (as described in issue #1795 and tracked by issue #2484).

This change makes the config examples a lot easier to scan, and makes it easier for us to keep the config examples in sync with the .yml config files.

The description of each option should provide any info that was available in the comment. If it doesn't, let me know so I can add more info to the description. This is also a good opportunity to scan the config examples for any old settings or configs that we don't recommend anymore. :-)

Note that I didn't remove comments from the Metricbeat config examples because they are generated. @ruflin I think it's OK if we can't modify the doc generator to remove comments because having the examples generated is a big plus IMHO.

Also made some minor tweaks, like removing unnecessary quotation marks.

# The tags of the shipper are included in their own field with each
# transaction published. Tags make it easy to group servers by different
# logical properties.
name: "my-shipper"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would prefer to not have shipper here but don't have a good alternative.

@ruflin ruflin merged commit 2c5d5a7 into elastic:master Sep 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants