mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
Change plugin templates
This PR changes the following: - Change the wording for non default plugin - Add a link to a help section Fixes #6719
This commit is contained in:
parent
080c8ac8bf
commit
1d78b54f84
1 changed files with 10 additions and 1 deletions
|
@ -6,9 +6,18 @@
|
|||
* <%=changelog_url%>[Changelog]
|
||||
|
||||
<% unless default_plugin? %>
|
||||
NOTE: This plugin does not ship with Logstash by default, but it is easy to install by running `bin/logstash-plugin install logstash-<%= section %>-<%= name %>`.
|
||||
==== Installation
|
||||
|
||||
For plugins not bundled by default, it is easy to install by running `bin/logstash-plugin install logstash-<%= section %>-<%= name %>`. See <<working-with-plugins>> for more details.
|
||||
<% end %>
|
||||
|
||||
==== Getting Help
|
||||
|
||||
For questions about the plugin, open a topic in the http://discuss.elastic.co[Discuss] forums. For bugs or feature requests, open an issue in https://github.com/elastic/logstash[Github].
|
||||
For the list of Elastic supported plugins, please consult the https://www.elastic.co/support/matrix#show_logstash_plugins[Elastic Support Matrix].
|
||||
|
||||
=== Description
|
||||
|
||||
<%= description %>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue