Commit graph

8060 commits

Author SHA1 Message Date
DeDe Morton
4b14cbc3f9 Use correct asciidoc attributes
Fixes #7886
2017-08-03 05:01:35 +00:00
DeDe Morton
18ed6ec57b Add queue.drain option to the docs
Fixes #7583
2017-08-03 04:22:11 +00:00
Colin Surprenant
33c1101a7f handle fully acked zero byte page at queue open (#7810) 2017-08-02 13:15:13 -07:00
Jake Landis
606d312513 Metrics: Cache the hostname in class variable Fixes: #7857
Fixes #7858
2017-08-01 18:48:45 +00:00
Armin
24bbb7debd MINOR: Set Xms == Xmx as a default
Fixes #7861
2017-08-01 06:40:54 +00:00
Luis Duarte
c342431d00 Fixes #6417 force reload issues
Fixes #7853
2017-07-31 13:37:30 +00:00
Suyog Rao
b50ad90247 Update to 5.5.1 2017-07-25 08:53:23 -07:00
Suyog Rao
61f67185f5 [docs] Fixed formatting of release notes 2017-07-25 08:17:02 -07:00
Suyog Rao
552fd8ec8a Add release notes for 5.5.1 2017-07-25 08:16:10 -07:00
Andrew Cholakian
4bc44dd67d Fix bug where hot threads did not work with duplicate names / add thread_id
The hot threads endpoint used to require thread names to be unique in a map and would crash otherwise. This patch fixes this by internally using a List instead of a Map to store these thread ids.

Additionally, this patch adds the `thread_id` to the response to allow for disambiguation of of threads for any client applications.

Fixes https://github.com/elastic/logstash/issues/7608

Fixes #7790
2017-07-24 19:28:09 +00:00
Deb Adair
4b0b437a4b [DOCS] Changed xrefs to cross doc links to enable GS mini-book builds. 2017-07-18 18:40:20 -07:00
Colin Surprenant
53368d7a2e fix empty queue condition for queue shutdown drain, PR #7575
page test

queue test

move is_empty? at queue level

new wrapped acked queue spec
2017-07-18 16:57:22 -04:00
Colin Surprenant
88c4e6c526 reference correct class path 2017-07-18 16:24:56 -04:00
Suyog Rao
4267263f45 Use new ES output for 5.5.1 (#7729) 2017-07-18 13:07:10 -07:00
Andrew Cholakian
bfe4d3708a Fix SafeURI to maintain pre-5.5.0 escaping behavior
Prior to Logstash 5.5.0 the ::LogStash::Util::SafeURI class returned escaped values where applicable. As part of the refactor in https://github.com/elastic/logstash/pull/7236 this behavior was accidentally changed, breaking the ES output and resulting in bugs like: https://github.com/logstash-plugins/logstash-output-elasticsearch/issues/618 .

This PR maintains the java.net.URI refactor but fixes the behavior to align with pre-5.5.0 logstashes by correctly returning escaped values.

Fixes #7687
2017-07-17 18:15:36 +00:00
Suyog Rao
e77f21425b Update lock file with fixed DLQ input (#7668) 2017-07-13 14:41:42 +02:00
Rob Bavey
46c5e0e693 Add dead_letter_queue.max_bytes setting (#7671)
Add setting for dead_letter_queue.max_bytes to allow a user
to set the maximum possible size of a dead letter queue on disk.

Resolves #7633

Fixes #7638

Fixes #7652
2017-07-12 16:56:38 -04:00
Suyog Rao
b78f2d6575 update gemfile to latest version (#7651)
This includes fixes for dissect filter and http output
2017-07-11 21:46:05 +02:00
Colin Surprenant
e12123bc34 broken Event.toString() when missing @timestamp, PR #7604
test to repro #6756

extra test

fix toString

cosmetic

remove irrelevant spec

reworked host and message string generation
2017-07-10 15:27:21 -04:00
João Duarte
2521211cc4 bump version to 5.5.1 (#7616) 2017-07-08 09:53:50 +02:00
Glen Smith
f6434c276c You can't "update to a particular version" (#7618) 2017-07-07 17:36:42 -07:00
DeDe Morton
91efd82de4 Add info to docs about upgrading with persistent queues
Add fix from doc review

Fixes #7546
2017-07-06 18:38:46 +00:00
DeDe Morton
c65170a5ca Set release state for 5.5 docs 2017-07-05 17:59:05 -07:00
Clinton Gormley
64844ef125 Include shared/attributes.asciidoc directly from docs master 2017-07-03 18:29:57 +02:00
Clinton Gormley
6c2069a452 Fixed bad asciidoc link 2017-06-30 12:33:47 +02:00
lcawley
abccfeaff2 [DOCS] Fix broken link 2017-06-29 17:57:04 -07:00
Lisa Cawley
43b3177f09 [DOCS] Fixed broken links (#7573) 2017-06-29 17:56:46 -07:00
Lisa Cawley
7b5e41e392 [DOCS] Update Logstash Reference to use shared attribute file (#7541)
* [DOCS] Update Logstash Reference to use shared attribute file

* [DOCS] Updated shared attributes for Logstash

* [DOCS] Fix beat URLS
2017-06-29 17:53:27 -07:00
Suyog Rao
0c871da9b4 5.5 release notes (#7565)
* add release notes for 5.5
2017-06-29 13:37:28 -07:00
Pier-Hugues Pellerin
db35bf62a8 Simplier algorithm to retrieve the installable plugins
Using a recursive algorithm was causing issue with SSL connection to
rubygems when we were manually settings variable to NIL.

This commit uses a simple loop and will try to install the plugins in
sequence and it will give a bit more information at the STDOUT level.

Fixes #7562
2017-06-28 23:17:28 +00:00
DeDe Morton
64ffddc857 Add links to grok debugger (#7548) 2017-06-27 16:23:28 -07:00
Pier-Hugues Pellerin
21f7fb2890 Check if the file exist before deleting them
When running the `ci_acceptance` test we need to make sure we don't have
any Gemfile or *.lock laying around. Deleting a non existant file would
make the test fails.

Fixes #7515
2017-06-27 00:41:09 +00:00
DeDe Morton
fb940ff7c9 Remove text about multiple pipelines
Fixes #7543
2017-06-26 21:34:12 +00:00
DeDe Morton
0ab5821338 Fixes from the review
Fixes #7543
2017-06-26 21:34:12 +00:00
DeDe Morton
7420a0b33a Add fixes from DLQ review
Fixes #7543
2017-06-26 21:34:12 +00:00
DeDe Morton
b6573177a9 Add usage info for dead letter queues
Fixes #7543
2017-06-26 21:34:12 +00:00
Pier-Hugues Pellerin
35d1bc1ed2 Fix an OOM issue when generating the plugins dependence json
Make sure the unused variables are freed in the recursive method call.

Fixes #7544
2017-06-26 21:16:27 +00:00
Jordan Sissel
5ff39513b2 Use plugin name instead of metadata because sometimes Bundler-provided Gem::Specifications have nil metadata.
Fixes #7530
2017-06-23 20:09:23 +00:00
Guy Boertje
75691fd721 remove modules_test_files (#7529) 2017-06-23 10:08:56 -07:00
Suyog Rao
9bd3d47626 Bump plugin versions for docs generation (#7527)
* Bump plugin versions for docs generation

* update beats, kafka plugins
2017-06-23 08:37:05 -07:00
DeDe Morton
f936b87715 Remove IDs from common files to fix build errors
Fixes #7523
2017-06-23 01:44:14 +00:00
Jordan Sissel
234ea56f3f Only include Logstash plugins in list of plugins
When generating list of compatible plugins for documentation, we
previously were accidentally include all gems, not just logstash
plugins.

Fixes #7521
2017-06-22 22:24:47 +00:00
Pier-Hugues Pellerin
22900277b4 Use docker-ce instead of docker engine
docker engine seems to be not available anymore and is replaced by
docker-ce.

backport of #7517

Fixes #7518
2017-06-22 17:37:31 +00:00
Benjamin Dahon
1e3b400870 Fixed folder layout
The folders layout are both broken
2017-06-22 10:29:47 -07:00
lcawley
8410164480 [DOCS] Fix broken X-Pack Reference links 2017-06-21 11:41:59 -07:00
lcawley
530358e4bc [DOCS] Update shared index for 5.5 2017-06-21 09:48:41 -07:00
Lisa Cawley
dcaec69d0d [DOCS] Updates to index.asciidoc (#7480)
* [DOCS] Updates to index.asciidoc

* [DOCS] Split index-shared.asciidoc for re-use

* [DOCS] Add path for logstash-docs repo

* [DOCS] Merge info about monitoring UI

* [DOCS] Added kibana branch attribute

* [DOCS] Fix xpack reference links
2017-06-21 09:04:38 -07:00
DeDe Morton
fd5bd48032 Update monitoring screen grabs for 5.5
Fixes #7486
2017-06-21 02:45:12 +00:00
DeDe Morton
1a535e6f46 Update versions for 5.5
Fixes #7472
2017-06-20 00:38:14 +00:00
Joao Duarte
2fb2200e7b upgrade jruby to 1.7.27
* update openssl to match jruby 1.7.27 version
2017-06-19 22:08:34 +01:00