logstash/docs/include/plugin_header.asciidoc
Nik Everett 0793bf1f5a [Docs] Asciidoctor support (#10730)
Ports elastic/logstash-docs#688 to this repo. Asciidoctor doesn't quite
work on this repo, but it comes closer with these changes.
2019-05-01 14:02:51 -04:00

47 lines
1.3 KiB
Text

ifeval::["{versioned_docs}"!="true"]
[subs="attributes"]
++++
<titleabbrev>{plugin}</titleabbrev>
++++
endif::[]
ifeval::["{versioned_docs}"=="true"]
[subs="attributes"]
++++
<titleabbrev>{version}</titleabbrev>
++++
endif::[]
* Plugin version: {version}
* Released on: {release_date}
* {changelog_url}[Changelog]
ifeval::["{versioned_docs}"!="true"]
For other versions, see the
{lsplugindocs}/{type}-{plugin}-index.html[Versioned plugin docs].
endif::[]
ifeval::["{versioned_docs}"=="true"]
For other versions, see the <<{type}-{plugin}-index,overview list>>.
To learn more about Logstash, see the {logstash-ref}/index.html[Logstash Reference].
endif::[]
ifeval::["{default_plugin}"=="0"]
ifeval::["{versioned_docs}"!="true"]
==== Installation
For plugins not bundled by default, it is easy to install by running +bin/logstash-plugin install logstash-{type}-{plugin}+. See {logstash-ref}/working-with-plugins.html[Working with plugins] for more details.
endif::[]
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#matrix_logstash_plugins[Elastic Support Matrix].