logstash/docs/include/plugin_header.asciidoc
Pier-Hugues Pellerin 6e165a216c Add the plugin titleabbrev
To have better search result we now use the full title in the plugin
main doc, but we also need an abbreviation.

Ref: #7439

Fixes #7471
2017-06-15 23:42:28 +00:00

20 lines
749 B
Text

++++
<titleabbrev>{plugin}</titleabbrev>
++++
* Plugin version: {version}
* Released on: {release_date}
* {changelog_url}[Changelog]
ifeval::[{default_plugin} == 0]
==== Installation
For plugins not bundled by default, it is easy to install by running +bin/logstash-plugin install logstash-{type}-{plugin}+. See <<working-with-plugins>> for more details.
endif::[]
==== 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/logstash-plugins/logstash-{type}-{plugin}[Github].
For the list of Elastic supported plugins, please consult the https://www.elastic.co/support/matrix#show_logstash_plugins[Elastic Support Matrix].