You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ran across the following quality issues when I was scanning the input plugin docs for docgen issues.
Global:
Style of the description varies from plugin to plugin. Would be nice to make the descriptions for consistent in style (at least for the plugins that we maintain).
needs an edit. What do people have against periods anyhow? Some of the descriptions are hard to follow.
In multiple plugins, the description of workers says, "TODO remove this in Logstash 6.0 when we no longer support the :legacy type This is hacky, but it can only be herne"
In plugins-filters-dns.html, the description of the reverse option includes to-do items: TODO(sissel): The timeout limitation does seem to be fixed in here: http://redmine.ruby-lang.org/issues/5100 # but isn’t currently in JRuby. TODO(sissel): make action required? This was always the intent, but it due to a typo it was never enforced. Thus the default behavior in past versions was append by accident. Reverse resolve one or more fields.
In plugins-filters-dissect, some of the examples don't use the correct asciidoc example formatting type for the data that's shown. The docs are also very hard to follow. This is an important plugin.
In plugins-filters-drop, some of the examples don't use the correct asciidoc example formatting type for the data that's shown.
REMOVED plugins-codecs-compress_spooler does not contain an intro description. In fact, there's very little doc here. There is a description for min_flush_time in the Ruby source, but it doesn't appear in the docs (maybe it's newish??)
plugins-codecs-dots doesn't really contain any doc content. Needs an example at least.
plugins-codecs-edn doesn't really contain any doc content. Added description, but still needs an example.
plugins-codecs-edn_lines doesn't really contain any doc content. Added description, but still needs an example
plugins-codecs-msgpack doesn't really contain any doc content. Added description, but still needs an example.
In plugins-codecs-nmap, the list of event types should be formatted as a list.
In plugins-codecs-protobuf, link is formatted incorrectly and bullet list under the include_path option needs formatting.
@karenzone This issue has been open for quite awhile because I use it to track and fix little nits that I notice in the plugin docs. Whenever you need to update the docs for a plugin, make sure you check this issue to see if there are any other fixes required.
Ran across the following quality issues when I was scanning the input plugin docs for docgen issues.
Global:
Input plugins:
filter
option needs returns to render correct. Correct typos.validate_after_inactivity
option contains weird formatting and # sign.id
option is incorrectly formatted. This must be boiler plate text that's reused from somewhere.## The configuration:
should be formatted as a subheading. (Fix configuration heading LOGSTASH-176 - add type and tag filtering to graphite output #46)decorate_events
description should be formatted as a list.partition.assignment.strategy
property. (Rob/Chad-6-4-18)command
option includes text that beginsTODO(sissel):
.Output Plugins:
workers
says, "TODO remove this in Logstash 6.0 when we no longer support the :legacy type This is hacky, but it can only be herne"doc
to_doc
acks
could be better.Filter plugins:
periodic_flush
. See discussion in #36reverse
option includes to-do items:TODO(sissel): The timeout limitation does seem to be fixed in here: http://redmine.ruby-lang.org/issues/5100 # but isn’t currently in JRuby. TODO(sissel): make action required? This was always the intent, but it due to a typo it was never enforced. Thus the default behavior in past versions was append by accident. Reverse resolve one or more fields.
source
option needs to be formatted.Codec plugins:
delimiter
option needs to be formatted correctlymin_flush_time
in the Ruby source, but it doesn't appear in the docs (maybe it's newish??)include_path
option needs formatting.Meta:
periodic_flush
. See discussion in #36. NOTE: From CS: "I just looked at Quality issues in the plugin docs (incorrect asciidoc formatting, missing content) #6693 and note that this also impacts the metrics, aggregate, multilines and throttle filters (per my quick search ^^)"The text was updated successfully, but these errors were encountered: