Skip to content

Commit 1b00861

Browse files
authored
Add header for non-standard repo (#1840)
* Add header for non-standard repo * Update file to use new header
1 parent 317d378 commit 1b00861

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

docs/plugins/filters/elastic_integration.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ END - GENERATED VARIABLES, DO NOT EDIT!
1919

2020
=== {elastic-integration-name} filter plugin
2121

22-
include::{include_path}/plugin_header.asciidoc[]
22+
include::{include_path}/plugin_header-nonstandard.asciidoc[]
2323

2424
.Elastic Enterprise License
2525
****
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
[subs="attributes"]
2+
++++
3+
<titleabbrev>{plugin}</titleabbrev>
4+
++++
5+
6+
* Plugin version: {version}
7+
* Released on: {release_date}
8+
* {changelog_url}[Changelog]
9+
10+
For other versions, see the
11+
{lsplugindocs}/{type}-{plugin}-index.html[Versioned plugin docs].
12+
13+
ifeval::["{default_plugin}"=="0"]
14+
15+
==== Installation
16+
17+
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.
18+
19+
endif::[]
20+
21+
==== Getting help
22+
23+
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/elastic/logstash-{type}-{plugin}[Github].
24+
For the list of Elastic supported plugins, please consult the https://www.elastic.co/support/matrix#logstash_plugins[Elastic Support Matrix].
25+

0 commit comments

Comments
 (0)