Commit graph

559 commits

Author SHA1 Message Date
debadair
3eac383c44
[DOCS] Add EOL notice. (#11420)
* [DOCS] Add EOL notice. (#11410)

* [DOCS] Set version in EOL notice.
2019-12-10 15:00:29 -08:00
Karen Metts
0a6e443217
[Docs][Backport]Asciidoctor formatting changes 2.4 (#10774)
* Asciidoctor formatting changes

* Asciidoctor formatting changes to plugin-manager

* Experiementing with block delimeters

* Added plugin-generator content back after experiment
2019-05-20 15:19:28 -04:00
lcawley
2625e307f1 [DOCS] Removed unnecessary X-Pack info 2018-02-01 15:21:14 -08:00
Lisa Cawley
a3afcad1b4 [DOCS] Added index.x.asciidoc (#9079) 2018-01-31 15:25:29 -08:00
Lisa Cawley
cce1bb7316 [DOCS] Build Logstash Reference from logstash repo (#9078) 2018-01-31 11:25:59 -08:00
lcawley
b8da2c8821 [DOCS] Pull static content from logstash-docs repo 2017-06-21 14:02:13 -07:00
lcawley
05c53dd5b0 [DOCS] Add shared index files for Logstash Reference 2017-06-21 12:34:41 -07:00
DeDe Morton
b6b45715d3 Fix broken OpenSSL link
Fixes #7202
2017-05-25 17:21:31 +00:00
Clinton Gormley
3836aef9b4 Changed the format of generated edit_urls and removed unneeded ones 2017-02-04 16:22:11 +01:00
Suyog Rao
32e4958832 Release 2.4.1 (#6207)
* Release 2.4.1

* Add release notes. Explicitly constraint docker and ansicolor
2016-11-07 12:57:03 -08:00
Pius
0f330d4be7 Fixing pluginpath issue in 2.4 doc (#6071) 2016-10-17 18:30:19 -07:00
Suyog Rao
f9dea50aca Bold note about feature flag 2016-09-23 09:49:29 -07:00
DeDe Morton
e975ca823f Fix formatting of breaking changes for real
Fixes #5875
2016-09-07 21:14:59 -04:00
DeDe Morton
8e71bc6f1a Fix formatting and edit breaking changes
Fixes #5873
2016-09-07 19:56:24 -04:00
DeDe Morton
254b9a8b5e Update CLI topic to better match -h output
Fixes #5855
2016-09-07 19:01:26 -04:00
Pier-Hugues Pellerin
e6653c7fc0 Add a breaking changes note concerning the private key format for the (#5866)
input beats.
2016-09-06 16:34:46 -05:00
DeDe Morton
f3cf88b43c Add fixes from the review
Fixes #5844
2016-08-31 13:06:52 -04:00
DeDe Morton
7e3d6c3bdf Fix steps in the getting started
Fixes #5844
2016-08-31 13:06:52 -04:00
DeDe Morton
81bf0c3971 Add log-in-json to CLI topic
Fixes #5841
2016-08-30 03:40:17 -04:00
DeDe Morton
35331fc27e Add 2.4 relnotes to the logstash repo
Fixes #5840
2016-08-30 03:38:47 -04:00
7lima
6cc7ecb04b Doc: fix quoting in shell source. (#5684)
Logstash can be invoked this way: "bin/logstash -w 1", so the example should be made to look like that.

Fixes #5705
2016-07-28 18:29:29 -04:00
7lima
5a1b77ebe9 Doc: typo and missing word. (#5691)
Fixes #5705
2016-07-28 18:29:29 -04:00
7lima
8a6af9a203 Doc: quote shell glob pattern (#5692)
... otherwise it may pick up some real file name in the current working directory - which is not what's intended!

Fixes #5705
2016-07-28 18:29:29 -04:00
DeDe Morton
a7c175f642 Add glossary to the Logstash doc
Fixes #5237

Fixes #5687
2016-07-25 20:06:23 -04:00
DeDe Morton
619b9cf632 Edit performance troubleshooting guide
Fixes #5635
2016-07-14 11:55:44 -04:00
Andrew Cholakian
41f2113f56 Add quicktune guide (#5619)
Fixes #5635
2016-07-14 11:55:44 -04:00
DeDe Morton
fe450a4a74 Convert examples from table to text to fix rendering issue
tweak

Fixes #5620
2016-07-11 20:07:59 -04:00
DeDe Morton
c631ac4aa4 Remove 2.3.x relnote items
Fixes #5611
2016-07-11 19:02:38 -04:00
DeDe Morton
077e288f6e Fix TOC and apply light edits
Fixes #5569

Fixes #5611
2016-07-11 19:02:38 -04:00
DeDe Morton
f55d421e28 Add relnotes for all 2.3 releases to the doc
Fixes #5605

Fixes #5611
2016-07-11 19:02:38 -04:00
DeDe Morton
d38f234011 fix table formatting for env var examples
Fixes #5611
2016-07-11 19:02:38 -04:00
Pere Urbon-Bayes
a839b6324e ammend usage of in docs for environment vars
Fixes #5036

Fixes #5611
2016-07-11 19:02:38 -04:00
Pere Urbon-Bayes
5e77562078 add experimental notice for --allow-env flag
Fixes #5036

Fixes #5611
2016-07-11 19:02:38 -04:00
Suyog Rao
72ef80a478 Rename occurances of bin/plugin in docs
Fixes #5080

Fixes #5611
2016-07-11 19:02:38 -04:00
DeDe Morton
d7bc5e1a54 Replace obsolute logstash startup message
Fixes #5570
2016-06-30 18:26:40 -04:00
Andrew Cholakian
d77895b7fa 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 #5499
2016-06-15 14:43:42 -04:00
Andrew Cholakian
21af4cbeb9 Add URI config validator/type
Often times plugins (like the Elasticsearch output) can naturally use URIs for their configuration.
Unfortunately using the :string type here means that the password portion of the URI can easily be leaked.

This wraps the URI class in a new LogStash::Util::SafeURI class that proxies all regular URI methods but masks
the password when `#to_s` and `#inspect` are invoked.

Fixes #5470
2016-06-09 09:42:34 -04:00
arnaudblancher
6635dee84f Update life-of-an-event.asciidoc
correct graphite url

Fixes #5409
2016-06-02 12:36:20 +00:00
Suyog Rao
e99a2d224e Update plugin-manager.asciidoc
Fixes #5424
2016-06-01 14:41:12 +00:00
Suyog Rao
4b587ded9b Add docs about plugin generator
Fixes #5418
2016-06-01 12:12:42 +00:00
Pere Urbon-Bayes
5f00df9d37 Add a new command that generate a plugin skeleton that can be used to create a new plugin
Fixes #4190

Fixes #5351
2016-05-24 16:27:18 +00:00
brizjin
be47b6e935 to see result of filter in stdout
Needs to use codec rubydebug for example

Fixes #4811
2016-05-19 01:54:47 +00:00
Alexander Reelsen
811aea0e73 Docs: Move links to repos over to https
Fixes #5252
2016-05-06 16:47:49 +00:00
DeDe Morton
ba22159e0b Update managing-multiline-events.asciidoc
Fixes #5217
2016-04-28 17:39:32 +00:00
DeDe Morton
3aba8b6f3b Clarify docs for conditionals
Fixes #5209
2016-04-27 17:28:02 +00:00
DeDe Morton
32d7d3ea52 Indicate that Logstash cannot be installed into dir that contains colon characters
Fixes #5190
2016-04-26 01:52:39 +00:00
DeDe Morton
9d4501e419 Make structural changes to the plugin maintainer guide 2016-04-21 15:01:29 -07:00
DeDe Morton
64ba96a89f Fix tagging so that logstash version resolves in example
Fixes #5150
2016-04-20 23:42:54 +00:00
vpranckaitis
bd8f584d51 Typo in word 'begins'
Fixes #5068
2016-04-20 19:08:12 +00:00
Gildas Le Nadan
1a24e0b1cc Correct syntax in the conditional mutate example
The example as an incorrect syntax. As per https://www.elastic.co/guide/en/logstash/current/plugins-filters-mutate.html#plugins-filters-mutate-remove_field it should be `remove_field` and not `remove`

Fixes #5104
2016-04-20 19:07:01 +00:00