Commit graph

26 commits

Author SHA1 Message Date
Karen Metts
d2bdc05f99
Doc: Update plugin headers to deeplink into matrix (#15870)
Co-authored by: Alessandro Stoltenberg <alessandro.stoltenberg@elastic.co>
2024-01-30 13:35:16 -05:00
Karen Metts
9454ad0703
LSR: Removes version plugin conditionals from plugin headers (#14352) 2022-07-21 13:18:19 -04:00
Karen Metts
fbee01c5b0
Doc: Fix link in attribute (#13462) 2021-11-30 17:46:41 -05:00
Karen Metts
d2ca040e27
Doc: Update attribute for ECS messaging wrt default (LSR) (#13427)
Co-authored-by: Ry Biesemeyer <yaauie@users.noreply.github.com>
2021-11-19 17:20:15 -05:00
Karen Metts
fc35cba884
Doc: Fix templating error in integration plugin header (#13324) 2021-10-15 13:32:01 -04:00
Karen Metts
2d8abc4597
Doc: Add shared attribute for messaging ecs default info (#13083)
Co-authored-by: Ry Biesemeyer <yaauie@users.noreply.github.com>
2021-10-01 13:15:44 -04:00
Karen Metts
8a3a732061 Doc:Adjust link for integration plugin header file 2020-08-06 07:16:01 -07:00
Karen Metts
d9953c6d1d 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.
2020-07-20 12:23:34 -07:00
Jonathan Bride
e29d8ef7e4 Fix grammar in enable_metric filter option
Description was a run-on sentence, so split into two.

Fixes #10841
2020-03-10 19:30:59 +00:00
andsel
05fe308c64 Changed PluginFactory to resolve id field with environment variables docs: plugin ids variable expansion cannot use secret store
closes 10546

Fixes #11592
2020-02-20 08:57:46 +00:00
Karen Metts
3635ce87ed Prepare core plugin docs for inclusion in LS ref
Fixes #10977
2019-07-22 14:12:28 +00:00
Nik Everett
a1d2ba3b37
[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 13:54:43 -04:00
Karen Metts
095fa9aa95 Add conditional wrappers to codec table rows
Fixes #10078
2018-11-01 21:46:15 +00:00
Karen Metts
1e914ebc7a Add conditional directives to handle plugins with no codec
Fixes #10078
2018-11-01 21:46:14 +00:00
DeDe Morton
ea89609b62 Add conditional coding to set correct default for codec
Fix conditional coding

Fixes #9139
2018-04-06 22:53:42 +00:00
dedemorton
282ff9f153 Fix link to support matrix
Fixes #9275
2018-03-21 23:47:24 +00:00
DeDe Morton
d0f291f6a4 Minor fix to make wording consistent
Fixes #9049
2018-01-27 01:37:45 +00:00
DeDe Morton
5931e98c55
Update shared files to support versioned plugin docs (#8937)
* Update shared files to support versioned plugin docs

test

* Make common files work for LS Ref and versioned plugin ref

* Remove plugin name from TOC entry

* Remove plugin-intro because it needs to live in logstash-docs only

* Edit common files
2018-01-26 14:45:34 -08:00
Andrew Banchich
b7af32bf6e grammatical fixes
Fixes #8873
2017-12-21 18:01:32 +00:00
DeDe Morton
bf860a03d6 Move note to section about the type option
Fixes #8604
2017-11-14 03:33:14 +00:00
DeDe Morton
dba8798022 Remove output workers from the docs
Fixes #8562
2017-11-14 03:27:43 +00:00
DeDe Morton
23744bfff6 Fix shared config options
Fixes #8461
2017-10-10 03:12:49 +00:00
DeDe Morton
468b8d2257 Remove IDs from common files to fix build errors (#7523) 2017-06-22 18:39:31 -07:00
Pier-Hugues Pellerin
6e165a216c Add the plugin titleabbrev
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
2017-06-15 23:42:28 +00:00
DeDe Morton
54445ae57f Make path to github repo plugin-specific
Fixes #7448
2017-06-15 18:37:12 +00:00
Pier-Hugues Pellerin
42e9c0d758 Extraction of the document from ruby to actual asciidoc file
This PR is based on the proposal from #6846, it does the following

- Change the format of the plugin help page
- Create an external file for each plugin type that will get included by the plugin
- Add a script to generate the PR on each plugin repo with the static doc
- Add a script `ci/ci_docs.sh` that will be used to generate the list of plugins that can be installed in logstash from all the available plugins from the community organization

This PR is the building block for change in https://github.com/elastic/docs-tools/issues/3

Fixes #6941
2017-06-08 20:14:36 +00:00