mirror of
https://github.com/elastic/logstash.git
synced 2025-04-25 07:07:54 -04:00
Doc:Create a new header for integration plugins
Integration plugins need a different header. For example, the plugin docs should to point to the integration repo rather than the input, output, filter, or codec repo. The new header also includes boilerplate text to indicate that the individual plugin is part of an integration rather than stand-alone. This work implements needed changes.
This commit is contained in:
parent
6546bb3ba5
commit
3135831538
1 changed files with 39 additions and 0 deletions
39
docs/include/plugin_header-integration.asciidoc
Normal file
39
docs/include/plugin_header-integration.asciidoc
Normal file
|
@ -0,0 +1,39 @@
|
||||||
|
ifeval::["{versioned_docs}"!="true"]
|
||||||
|
[subs="attributes"]
|
||||||
|
++++
|
||||||
|
<titleabbrev>{plugin}</titleabbrev>
|
||||||
|
++++
|
||||||
|
endif::[]
|
||||||
|
ifeval::["{versioned_docs}"=="true"]
|
||||||
|
[subs="attributes"]
|
||||||
|
++++
|
||||||
|
<titleabbrev>{version}</titleabbrev>
|
||||||
|
++++
|
||||||
|
endif::[]
|
||||||
|
|
||||||
|
* A component of the <<plugins-integrations-{plugin},{plugin} integration plugin>>
|
||||||
|
* Integration 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 <<integration-{plugin}-index,overview list>>.
|
||||||
|
|
||||||
|
To learn more about Logstash, see the {logstash-ref}/index.html[Logstash Reference].
|
||||||
|
|
||||||
|
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-integration-{plugin}[Github].
|
||||||
|
For the list of Elastic supported plugins, please consult the https://www.elastic.co/support/matrix#matrix_logstash_plugins[Elastic Support Matrix].
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue