mirror of
https://github.com/elastic/logstash.git
synced 2025-04-25 07:07:54 -04:00
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
20 lines
749 B
Text
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].
|
|
|