Commit graph

10 commits

Author SHA1 Message Date
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
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
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
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
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