DeDe Morton
56aff2a4e7
Make structural changes to the plugin maintainer guide
...
Fixes #5167
2016-04-21 21:46:41 +00:00
DeDe Morton
4f9c7aeaa9
Fix tagging so that logstash version resolves in example
...
Fixes #5150
2016-04-20 23:42:54 +00:00
vpranckaitis
c457727575
Typo in word 'begins'
...
Fixes #5068
2016-04-20 19:08:11 +00:00
Gildas Le Nadan
36b3713c84
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:00 +00:00
Matthias Bastian
e0a9625dcf
fix callout numbering
...
GitHub's rendering is quite ok, just a single callout number is wrong. On https://www.elastic.co/guide/en/logstash/current/advanced-pipeline.html the rendered numbering gets quite confusing.
Fixes #5146
2016-04-20 19:03:44 +00:00
DeDe Morton
a562e2fb17
Create installing logstash section in Logstash docs
...
Fixes #5143
2016-04-20 18:32:37 +00:00
Philippe Weber
4a5216b34c
correct explanation about header level
...
Fixes #5103
2016-04-18 19:23:55 +00:00
Philippe Weber
7cd1f89e9a
describe CHANGELOG.md expected format
...
Fixes #5103
2016-04-18 19:23:55 +00:00
DeDe Morton
3231970f97
fix table formatting for env var examples
...
Fixes #5059
2016-04-07 15:23:03 +00:00
Pere Urbon-Bayes
24c4e62c86
ammend usage of in docs for environment vars
...
Fixes #5036
Fixes #5059
2016-04-07 15:23:03 +00:00
Pere Urbon-Bayes
e7baca1297
add experimental notice for --allow-env flag
...
Fixes #5036
Fixes #5059
2016-04-07 15:23:03 +00:00
DeDe Morton
2b3956ccb2
Update terminology used for security product
...
Fixes #5009
2016-04-07 00:53:09 +00:00
Tal Levy
ae53d5119f
add experimental flag for environment variables in config
...
Fixes #4963
2016-04-04 18:45:13 +00:00
Andrew Cholakian
edd03d98bd
Hide sensitive AST/config data unless --debug-config argument passed
...
We now hide this because displaying it is dangerous. Generated code
and other AST data may contain plaintext copies of 'password' type fields.
Users can force this to appear with the --debug-config flag.
Fixes https://github.com/elastic/logstash/issues/4964
Fixes #4965
2016-04-04 15:47:02 +00:00
DeDe Morton
a218b1a863
Fix Filebeat overview image
2016-04-01 17:22:51 -07:00
DeDe Morton
3289c17b3d
Remove logstash forwarder and lumberjack from image
2016-03-30 18:15:42 -07:00
DeDe Morton
91968be353
Delete obsolete file
2016-03-30 17:44:10 -07:00
Suyog Rao
08fdb0bf33
Sync with docs repo
2016-03-25 10:51:22 -07:00
DeDe Morton
0d3fa67e06
Fix broken link
...
Fixes #4885
2016-03-24 05:53:12 +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
Pier-Hugues Pellerin
9f9781aae4
Missing Command line flags from the documentation
...
With the addition of the API we have added 2 options to control the
behavior of the webserver, the port and IP address to bind. This PR add
them to the documentation.
Fixes #4867
2016-03-23 13:18:11 +00:00
DeDe Morton
0ebee3cd98
Add docs for auto config reloading
...
Fixes #4847
2016-03-21 06:35:36 +00:00
Joe Einertson
668689bed7
Clarify basic instructions in getting started guide
...
Fixes #4835
2016-03-20 02:24:06 +00:00
Pere Urbon-Bayes
a860e5bc97
initial version for the _plugins api root resource
...
Fixes #4794
2016-03-17 11:00:04 +00:00
Lucas Bremgartner
065a82467a
Use tracer as logger
...
Fixes #4812
2016-03-14 15:18:40 +00:00
Lucas Bremgartner
b21a4bbf67
Fixed typo, added missing ")"
...
Fixes #4812
2016-03-14 15:18:40 +00:00
DeDe Morton
00369b927f
Add documentation for monitoring API plus fixes from the reviewI
...
Fixes #4785
2016-03-11 22:43:04 +00:00
Pier-Hugues Pellerin
c8d9e2ccb1
Use the correct output for logstash in the filebeat example
...
Fix #4792
Fixes #4798
2016-03-11 19:26:08 +00:00
Lucas Bremgartner
e327bb87ed
Add link to code style guidelines
...
Fixes #4790
2016-03-11 02:11:13 +00:00
fbaligand
f1b7cea5f5
add 'Using Environment Variables in Configuration' section in configuration documentation
2016-03-07 10:58:17 -08:00
Mark Walkom
6c9c058b50
Fixed typo in apt command
...
Fixes #4749
2016-03-03 01:09:24 +00:00
Suyog Rao
8ce1325c55
Add section in breaking changes
...
Fixes #4739
2016-02-29 20:38:13 +00:00
Suyog Rao
7ef8ad30fa
Add section of upgrading to 2.2 Fixes #4720
...
Fixes #4725
2016-02-29 20:27:47 +00:00
Raphaël Flores
ee87fcfa9b
Add ignore_older option and related tip.
...
Add option to handle example file even if it is older than 86440s.
Fixes #4714
2016-02-26 19:31:50 +00:00
Wadim Kruse
4d153d2270
Fix default number of pipeline workers
...
Fixes #4708
2016-02-21 17:44:03 +00:00
Paul Echeverri
89e20331f4
Returns inadvertently removed material on building plugins.
...
Fixes #4634
2016-02-05 02:38:35 +00:00
Paul Echeverri
5c463ca458
Fixes dead links in Contributing to Logstash
...
Fixes #4633
2016-02-05 00:27:05 +00:00
Suyog Rao
5c050d95eb
Fix passthrough URL
2016-02-03 19:02:11 -08:00
Alvin Chen
2918b03d42
Changelog and CI additions
...
Fixes #4596
2016-02-01 07:50:38 +00:00
Suyog Rao
3fcd55ca98
Add default pipeline batch size to docs
...
Fixes #4551
2016-01-22 17:16:27 +00:00
Joao Duarte
179e658652
remove reference to maintainer guide in contributing since already in index
...
Fixes #4459
2016-01-12 17:25:15 +00:00
Suyog Rao
c2409c4e23
Update offline plugin docs
...
Add Updating all local plugins in one command
Fixes #4426
Fixes #4453
2016-01-11 20:29:13 +00: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
Paul Echeverri
9e57d05de1
Adds Contributing a Patch doc
...
Fixes #4442
2016-01-10 03:44:39 +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
Andrew Cholakian
206fea3e23
Edit docs for life of an event to cover the ng pipeline
...
Fixes #4392
2016-01-04 21:32:34 +00:00
Suyog Rao
969ec5aadb
Add new CLI options for next gen pipeline
...
Fixes #4413
2016-01-04 19:11:00 +00:00
Magnus Bäck
d93dd3028f
Docs: Clarify that it's the @timestamp field that's formatted.
...
The %{+FORMAT} form always formats the @timestamp field but
previously that hasn't been obvious from the documentation.
Fixes #4309
2016-01-04 18:21:47 +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