Commit graph

7141 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
Christian Tramnitz
b9ac983a06 make wait time on stop configurable (#6617)
* Update logstash.default

* Update logstash.sysv
2017-02-08 11:41:34 -08:00
Clinton Gormley
3836aef9b4 Changed the format of generated edit_urls and removed unneeded ones 2017-02-04 16:22:11 +01:00
Gérald QUINTANA
42ec393d58 Fix Heap Dump Path on Windows
Fixes #6336
2016-12-01 23:20:56 -05: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
Joao Duarte
b564382017 avoid logging exception objects in agent.rb
Fixes #6011
2016-10-12 04:53:31 -04: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
Joao Duarte
a54b7935e1 fix name of the all plugin rpm and debian packages
Fixes #5843
2016-08-30 16:25:38 -04:00
Joao Duarte
2aa445a690 2.4.0 release
Fixes #5842
2016-08-30 09:38:06 -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
Suyog Rao
36f3d4162d Release snapshot4 (#5839) 2016-08-26 20:48:01 +00:00
Pier-Hugues Pellerin
d978f33006 Merge pull request #5837 from ph/backport-5836
Silence `require_jar` warning
2016-08-26 14:47:58 -04:00
Pier-Hugues Pellerin
61f4f2e19d Silence require_jar warning 2016-08-26 14:46:17 -04:00
Suyog Rao
daff3c2d86 Changelog for 2.4 (#5833) 2016-08-26 11:39:47 +00:00
Suyog Rao
c5909ee0fc Update to 3.1.1 of beats input (#5832) 2016-08-25 19:28:51 +00:00
Suyog Rao
2246fbb2c6 Update API version constraints in template (#5828)
* Update API version constraints in template
2016-08-25 14:55:00 +00:00
Joao Duarte
9a6d76b22c prevent exception if logstash is interrupted during startup
during startup signal trapping is set up to gracefully shutdown logstash
this signal handling relies on Stud.stop? which depends on @thread being set

Currently we set that variable after setting up the trapping, which
creates a window where an interruption will trigger Stud.stop and find
@thread to be nil.

This patch moves the setting of @thread to be done before trapping, this
fixing the issue.

Fixes #5829
2016-08-25 06:59:24 -04:00
Suyog Rao
2ddfd848dd Add new beats input (#5824) 2016-08-24 19:18:08 +00:00
Suyog Rao
f920c4f30d Downgrade FPM and clamp versions to 2.3 levels (#5809) 2016-08-22 22:16:57 +00:00
Suyog Rao
fc4c37f954 release 2.4.0.snapshot2 (#5807) 2016-08-22 19:40:03 +00:00
Andrew Cholakian
a69d2f5632 Add new Codec#encode_sync, Codec#multi_encode and Output#multi_receive_encoded methods. (#5805)
[2.4] Add new `Codec#encode_sync`, `Codec#multi_encode` and `Output#multi_r…

Fails due to stale gemfile
2016-08-22 13:30:58 -05:00
Andrew Cholakian
cd4a22e686 Merge pull request #5804 from andrewvc/delegator_2.4-exact
Backport of Outputs#base.concurrency to 2.4 branch

Tests pass locally, but fail on PR due to bad gemfile
2016-08-22 13:21:28 -05:00
Andrew Cholakian
48e421e7e6 Backport of Outputs#base.concurrency to 2.x branch
This is a backport of https://github.com/elastic/logstash/pull/5752 to
the 2.x branch targetting the 2.4 release.

The changes here are more minimal since the pipeline code is simpler and we need to support
some other legacy constructs such as the instance level version of Outputs::Base#workers_not_supported.
2016-08-22 13:05:58 -05:00
Suyog Rao
f569d707a5 Release 2.4.0.snapshot1
This PR moves from 2.4.0.dev1 to snapshot1. I also published
required gems to RubyGems

Fixes #5782
2016-08-19 13:52:26 -04:00
Pier-Hugues Pellerin
80a8f11215 Override default behavior of travis to use bundle install and uses rake test:core instead
Fixes #5790
2016-08-19 13:20:14 -04:00
Suyog Rao
6bc554ef57 Remove validate warning because its useless
Fixes #5686

Fixes #5729
2016-08-19 11:12:28 -04:00
Joao Duarte
cc309cf893 remove duplcate config_loader recreation when -t is enabled
Fixes #5765
2016-08-18 12:41:05 -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
Joao Duarte
5ef5b983af update fpm and clamp to remove .lock conflits
Fixes #5669
2016-07-21 03:49:20 -04:00
Suyog Rao
4347cf8aec Add rake task to build rpm and deb all-plugins
Previously we only built zip and tar for all-plugins. Fixes #4361

Fixes #5639
2016-07-15 16:20:16 -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