mirror of
https://github.com/elastic/logstash.git
synced 2025-04-25 07:07:54 -04:00
Ports elastic/logstash-docs#688 to this repo. Asciidoctor doesn't quite work on this repo, but it comes closer with these changes.
47 lines
1.3 KiB
Text
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].
|
|
|