Suyog Rao
96a5457c58
Fix configtest option in init scripts
...
No need to export all the JAVA* related environment variables
for configtest. It needs a minimal set of variables to execute
bin/logstash --config-test. This was indirectly causing issues
when used with JMX options in LS_JAVA_OPTS. JMX needs a remote port defined
and configtest was trying to connect to the port twice which caused
restart (#4319 ) to fail
Fixes #4319
Fixes #4759
2016-03-04 19:04:51 +00:00
Suyog Rao
29038fbb2f
Revert #4425
...
#4425 introduced protection against removing `@timestamp` but there
are a lot of tests that fail now. Reverting until we fix this properly
Fixes #4756
2016-03-03 22:53:37 +00:00
Andrew Cholakian
5745b3412f
Fix oops backtrace logging, it should be structured
...
Fixes #4724
2016-03-03 16:26:57 +00:00
Mark Walkom
82dd29493a
Fixed typo in apt command
...
Fixes #4749
2016-03-03 01:09:25 +00:00
Lucas Bremgartner
4313920d79
Ensure that field "timestamp" is removable
...
Fixes #4425
2016-03-02 16:53:02 +00:00
Lucas Bremgartner
bfbf004c58
Introduced InvalidOperationException
...
Fixes #4425
2016-03-02 16:53:02 +00:00
Lucas Bremgartner
1cd5b6e200
Prevent field @timestamp from being removed
...
Fixes #4425
2016-03-02 16:53:02 +00:00
Suyog Rao
92e9afca36
Add section in breaking changes
...
Fixes #4739
2016-02-29 20:38:13 +00:00
Suyog Rao
ba75c4b357
Add section of upgrading to 2.2 Fixes #4720
...
Fixes #4725
2016-02-29 20:27:48 +00:00
Siddhartha Sahu
953ae230a5
Use the new LS_GC_LOG_FILE variable in init scripts
...
Follow up to pull request #4718
Fixes #4733
2016-02-29 19:40:27 +00:00
Aaron Mildenstein
950cc34e71
Fix order of --configtest
arg
...
It should come before the `-f`, otherwise Logstash might bind a port and
start running, rather than only perform a configtest, then exit.
fixes 4737
Fixes #4738
2016-02-29 17:32:16 +00:00
Raphaël Flores
f5778182bf
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
Siddhartha Sahu
d14d83705a
Add ability to configure custom gc log file
...
This adds ability to add gc log file to the custom $LS_LOG_DIR path
Fixes #4718
2016-02-26 19:30:12 +00:00
Suyog Rao
751bffc4b7
Bump to 2.2.2 and add changelog
2016-02-17 16:35:26 -08:00
Suyog Rao
630dd012ba
Bump version to 2.2.2
2016-02-17 16:34:16 -08:00
Suyog Rao
a8c280723d
Update lock file for 2.2.1
2016-02-11 18:03:46 -08:00
Suyog Rao
a0a4c72c8f
Bump to 2.2.1 version
2016-02-11 17:55:47 -08:00
Andrew Cholakian
cf31ef8e76
This brings back --filter-workers for the 2.x series. This will be gone in the next major version
...
Fixes #4669
Fixes #4672
2016-02-10 22:57:31 +00:00
Suyog Rao
1b3518996e
Use the right keys in locale to describe CLI flags
...
Fixes `-w, --pipeline-workers COUNT translation missing: en.logstash.runner.flag.pipeline-workers (default: 8)`
Fixes #4661
2016-02-09 17:02:55 +00:00
Suyog Rao
42b9a1dfdb
Release a 2.2.1.snapshot1 version
...
Bump versions, update lock file
2016-02-08 12:37:40 -08:00
Paul Echeverri
9cae82bad2
Returns inadvertently removed material on building plugins.
...
Fixes #4634
2016-02-05 02:38:34 +00:00
Paul Echeverri
17b74672d4
Fixes dead links in Contributing to Logstash
...
Fixes #4633
2016-02-05 00:27:05 +00:00
Andrew Cholakian
0b02d1a4eb
Add specs to code around flusher initialization order
...
Fixes #4623
2016-02-04 16:41:33 +00:00
Andrew Cholakian
51d5a0fb08
Fix flusher initialization to prevent race breaking flushing
...
If start_flusher is called before @running is set to true it may shut itself
down before it truly starts. This fixes that bug.
Fixes #4623
2016-02-04 16:41:33 +00:00
Paul Echeverri
1bcf75bb65
Merge branch 'palecur-2.2' into 2.2
2016-02-01 23:44:22 -08:00
Paul Echeverri
f043b91fab
Updates release notes.
2016-02-01 23:44:14 -08:00
Paul Echeverri
882d6b9487
Updates release notes.
2016-02-01 23:36:38 -08:00
Paul Echeverri
af4145aed0
Updates release notes.
...
Fixes #4607
2016-02-02 02:26:06 +00:00
Paul Echeverri
935cc5e239
Updates release notes, adds Submitting a Plugin section
...
Fixes #4607
2016-02-02 02:26:06 +00:00
Paul Echeverri
5697919363
Updates release notes.
2016-02-01 17:43:35 -08:00
Suyog Rao
2adde524e6
Bump to 2.2.0 and update lock file
...
Fixes #4597
2016-02-01 15:53:47 +00:00
Alvin Chen
3be544e562
Changelog and CI additions
...
Fixes #4596
2016-02-01 07:50:38 +00:00
Paul Echeverri
696eae68c7
Updates release notes, adds Submitting a Plugin section
2016-01-31 18:07:09 -08:00
Suyog Rao
5f36269d1f
Set LS_HEAP_SIZE correctly to 1g
...
Previously we had set heap size to 1g in a few places, but not everywhere
Fixes #4550
2016-01-22 17:17:34 +00:00
Suyog Rao
a31e774f7d
Add default pipeline batch size to docs
...
Fixes #4551
2016-01-22 17:16:27 +00:00
Suyog Rao
7f944329ca
init: Remove overwrite of JAVA_OPTS
...
Fixes #4517
Fixes #4518
2016-01-21 17:34:07 +00:00
Pere Urbon-Bayes
2248fc35bb
add test to verify that a cloned codec is only registerd once
...
Fixes #4533
2016-01-21 16:33:58 +00:00
Pere Urbon-Bayes
4e1f87e588
remove unnecessary re register when doing deep clone for codecs
...
Fixes #4533
2016-01-21 16:33:58 +00:00
Suyog Rao
1be8f0d05e
Added changelog for 2.2 release
2016-01-15 12:57:38 -08:00
Suyog Rao
1dd262996d
Go back to 0.9.13 of openssl
2016-01-14 10:40:29 -08:00
Suyog Rao
4ebdfabbe9
Bump to snapshot3, update lock files
2016-01-14 10:13:39 -08:00
Guy Boertje
88e399238c
Better method of ensuring that args are not mutated by plugin initialize
...
add test for subclasses of codec, filter, input and output
Register codec clone, use String clone not dup so frozen strings stay so
Fixes #4444
Fixes #4473
2016-01-14 14:15:55 +00:00
Joao Duarte
0b358480ca
distinguish between user set and default pipeline settings
2016-01-13 10:13:12 +00:00
Joao Duarte
e38814323c
bump input beats plugin version
...
Fixes #4462
2016-01-12 17:32:33 +00:00
Joao Duarte
00ddecc040
remove reference to maintainer guide in contributing since already in index
...
Fixes #4459
2016-01-12 17:25:15 +00:00
Andrew Cholakian
0e25b91b29
Check integer values for pipeline arguments
...
Fixes #4448
Fixes #4456
2016-01-11 23:29:01 +00:00
Suyog Rao
97cfb26842
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
7e1c470e69
Fix declare_workers_not_supported docs to do correct respond_to? check
...
Fixes #4448
2016-01-11 16:45:52 +00:00
Paul Echeverri
8f6ce34897
Adds Contributing a Patch doc
...
Fixes #4442
2016-01-10 03:44:39 +00:00
Suyog Rao
dba9f217a5
Fix issue when building regular tar
...
Thanks to @ph who caught this issue in review
https://github.com/elastic/logstash/pull/4435#discussion_r49224181
Fixes #4440
2016-01-09 02:27:28 +00:00