Commit graph

27 commits

Author SHA1 Message Date
Guido Lena Cota
04d9326fcd
Docs: Fix 404s (#12276)
* Fix url that ended in a 404

Co-authored-by: kaisecheng <69120390+kaisecheng@users.noreply.github.com>
2022-07-12 11:51:38 +01:00
João Duarte
47666a7b73
[DOC] replace references to master branch with main (#13302) 2021-11-08 10:24:18 +00:00
Karen Metts
3885b751cb
Doc: Update contributing steps and guidelines (#12879) 2021-05-10 19:09:22 -04:00
andsel
86a3ab994c minor, used the correct placeholder
Fixes #11691
2020-03-16 16:35:04 +00:00
João Duarte
e9c9865f40
Add apache and elastic license headers to source code files (#11673)
* add license header to ruby and java files
* add license header to erb and rake files
* add license headers to gradle files
2020-03-11 11:53:38 +00:00
Karen Metts
13cf267ca0 Add info about deprecation logger support mixin
Fixes #11486
2020-01-29 17:18:46 +00:00
Dan Hermann
669aab1a12 Change version of Logstash containing GA version of Java plugin API
Fixes #10964
2019-07-16 11:39:43 +00:00
Dan Hermann
0de53939e9 * Adds a java_generator input with jdots codec to facilitate testing, adds float config type
* Breaking change to codec.encode method

* Sink output for discarding events

* URI and password config types

* Utility methods for packaging Java plugins

* Plugin API validation, fix gemspec generation

* Plugin Jar validation

* Update developer documentation

* Update codec metrics for new encode method

* Beta: Isolated classloaders for Java plugins

* Address code review comments

Fixes #10620
2019-05-03 11:54:37 +00:00
Karen Metts
0a92f14cf8 Correct links to LS Ref Guide
Fixes #10727
2019-04-30 22:54:31 +00:00
Karen Metts
5321913d44 Incorporate review comments
Fixes #9861
2019-04-26 21:38:07 +00:00
Karen Metts
c75c2dea56 Add guidelines for writing plugin doc
Fix link formatting

Fixes #9861
2019-04-26 21:38:07 +00:00
Karen Metts
a1f6da67b7
Update java plugin docs for beta (#10534) 2019-03-13 14:19:59 -04:00
Karen Metts
31f7314c3b Convert instructions for Java plugins to asciidoc
Fixes #10523
2019-03-11 18:02:57 +00:00
Josh Soref
a06dc211ff Spelling fixes (#6806)
Spelling fixes across the board.
2017-03-29 19:33:26 -07:00
Clinton Gormley
83ce954e68 Changed the format of generated edit_urls and removed unneeded ones 2017-02-04 16:09:33 +01:00
Suyog Rao
135271b37e Fix/how to plugins (#6242)
* Update how to write plugin docs

* Add note about sprintf
2016-11-11 16:58:41 -08:00
DeDe Morton
f7658d9ba6 Fix issues from review
Fixes #6191
2016-11-07 11:59:04 -05:00
DeDe Morton
f53583c4d8 Update version info shown in doc for building LS plugins
Fixes #6191
2016-11-07 11:59:04 -05:00
Tal Levy
1b2f7a7668 Migrate Logstash to Log4j2 Logging (#5651)
Migrate to use Log4j2 for Logstash logging
2016-08-25 10:30:22 -07:00
Andrew Cholakian
f68b2c0841 Cleans up output delegators and simplifies a few other aspects of plugins
The new way Output Delegators work is that events flow from:
OutputDelegator -> OutputDelegatorStrategy -> Output

The output delegator handles all the common denominator tasks (like metrics) and
a few other things. The OutputDelegatorStrategy handles concurrency and Output instantiation.
This is a significant improvement and simplification over the past where we used mixins and dynamic method
redifinition.

This removes the concept of plugin 'unique_names' and replaces it with the 'id'.
Also consistently autogenerates plugin IDs based on a given config file using SHA1 hashing.

Fixes #5752
2016-08-18 16:50:41 -04:00
Andrew Cholakian
76c4bc9971 Add new :list property to configuration parameters.
If set to try this will allow the user to specify one or more values.
This generally replaces the :array type, which had fewer type checks.

The array type is still needed for lists of complex objects, e.g. hashes.

Fixes #5453
2016-06-13 14:13:56 -04:00
DeDe Morton
85f4cdfc1d Update command flags
Fixes #5422
2016-06-01 14:15:55 +00:00
Suyog Rao
683302e26d Rename bin/plugin to bin/logstash-plugin
This adds support for packs and fixes the problem where bin/plugin
pollutes the PATH namespace

Fixes #4871

Fixes #4874
2016-03-24 00:23:15 +00:00
Suyog Rao
5c050d95eb Fix passthrough URL 2016-02-03 19:02:11 -08:00
Andrew Cholakian
00f876f323 Fix declare_workers_not_supported docs to do correct respond_to? check
Fixes #4448
2016-01-11 16:45:52 +00:00
Andrew Cholakian
12d1de0bba Update how to create an output plugin docs to include information on LS > 2.2 API changes
Fixes #4391
2016-01-07 17:19:08 +00:00
Suyog Rao
9477db2768 Cleanup docs directory
Remove old, unused markdown docs
Bring dir structure to mirror logstash-docs repo
2015-12-21 08:36:02 +05:30