Commit graph

8695 commits

Author SHA1 Message Date
debadair
679bd79ba4
[DOCS] Add EOL notice. (#11410) 2019-12-10 14:10:14 -08:00
Karen Metts
d6daf36e7c
More asciidoctor formatting fixes (#10780) 2019-05-28 11:47:35 -04:00
Karen Metts
d5f1d60fe6
[Doc] Cherrypick asciidoctor formatting changes for 6.2 (#10760)
* Cherry-pick asciidoctor changes from #10759
* Remove logstash security file from repo
2019-05-07 19:54:09 -04:00
Nik Everett
91b1dbb351 [Docs] Asciidoctor support (#10730)
Ports elastic/logstash-docs#688 to this repo. Asciidoctor doesn't quite
work on this repo, but it comes closer with these changes.
2019-05-01 14:41:06 -04:00
Dan Hermann
891e88edb9 back-port #9764
Fixes #9825
2018-07-11 16:34:31 +00:00
Karen Metts
d4472622a1 Add anchor for draining PQ and remove version numbers
Fixes #9798
2018-07-02 22:16:29 +00:00
Joao Duarte
41fd9cd3aa Update jruby artifact downloading
* download urls moved to maven
* tarball naming scheme has changed

related #9806

Fixes #9809
2018-07-02 11:40:56 +00:00
Karen Metts
60f9c7ed63 Fix breaking change structure
Fixes #9605
2018-05-18 13:09:40 +00:00
Karen Metts
0c32217993 Add instructions for upgrading PQ pre-6.3.0
Fixes #9589
2018-05-16 19:14:12 +00:00
debadair
2ef5755abd
[DOCS] Updated link for Security SEO changes. (#9585) 2018-05-15 19:11:18 -07:00
DeDe Morton
cedd43de73 Update life-of-an-event.asciidoc
Fixes #9558
2018-05-15 01:19:35 +00:00
Andrew Cholakian
b641a9d14d
Fix sections breaking changes 62 (#9551)
* Improve phrasing of version ranges in PQ upgrade advice

Fixes #9546

* Fix formatting of breaking changes to not split across pages 6.2 branch

The current formatting results in multiple pages, which is confusing, as seen on https://www.elastic.co/guide/en/logstash/current/breaking-changes.html
2018-05-11 11:18:26 -05:00
Andrew Cholakian
91225d2089 Improve phrasing of version ranges in PQ upgrade advice
Fixes #9546
2018-05-09 19:47:12 +00:00
Andrew Cholakian
e13bb0a254 Add greater context to PQ backward compat breakage
Fixes #9545
2018-05-09 19:32:27 +00:00
Andrew Cholakian
884a19a5d3 Use @karenzone 's improved wording
Fixes #9542
2018-05-09 18:59:29 +00:00
Andrew Cholakian
3b1758c2ef Mention PQ issues in breaking changes
Fixes #9542
2018-05-09 18:59:29 +00:00
João Duarte
969585199d
bump version to 6.2.5 (#9393) 2018-04-17 18:58:44 +01:00
João Duarte
4dd69d7ecf
bump docs version to 6.2.4 (#9382) 2018-04-17 15:04:04 +01:00
João Duarte
c8cdf1fb34
Release notes for 6.2.4 (#9381) 2018-04-16 16:29:05 +01:00
João Duarte
37e5071f64
bump lock file for 6.2 branch (#9379) 2018-04-13 19:10:37 +01:00
Jake Landis
eb31a95fce Update jackson deps to 2.9.5
Fixes #9369

Fixes #9377
2018-04-13 16:33:33 +00:00
Andrew Cholakian
a425a422e0 Use v1.1 of java code format
Fixes #9358
2018-04-11 07:26:35 -05:00
João Duarte
d00ba452ed
update lock file for 6.2 (#9355) 2018-04-11 12:31:00 +01:00
Armin
0ebe7a4bec #9167: Serialize RubyString as Java String UTF-16 encoded
Fixes #9307
2018-04-11 03:59:42 +00:00
Ry Biesemeyer
f639a7942a reference properly-namespaced ConfigurationError when failing
Previous code was failing to resolve ConfigurationError at runtime,
because there is no ConfigurationError on the lexical scope or included
into the LSCL AST.

Instead of emitting the helpful error intended, it blew up with a
NameError that adds noise to the problem instead of being helpful as
intended.

Fixes #9343
2018-04-10 21:48:12 +00:00
Karen Metts
7bbdbf1587 Add pipelines.yml and log4j2.properties to list of config files Add anchor to log4j2 topic heading for linking
Fixes #9321
2018-04-09 23:47:29 +00:00
Karen Metts
2be21c5327 Add back trailing lines deleted by editor
Fixes #9335
2018-04-09 23:39:30 +00:00
Karen Metts
3ac3544220 Lower case logstash.yml heading
Fixes #9335
2018-04-09 23:39:30 +00:00
Karen Metts
92e50d1d40 Change LS_HEAP_SIZE to reference JVM.options
Fixes #9335
2018-04-09 23:39:30 +00:00
DeDe Morton
093c41cb8c Add conditional coding to set correct default for codec
Fix conditional coding

Fixes #9139
2018-04-06 22:53:42 +00:00
Joao Duarte
27db6f5b1c fix typo in pipeline startup message
Fixes #9330
2018-04-05 15:28:44 +00:00
Armin
ff9114927d #9247 and #9281: Fix incorrect serialization offsets RubyString
Fixes #9308

Fixes #9318
2018-04-03 09:07:44 +00:00
Andrew Cholakian
51ba82a1c6 Ensure that metadata keys are valuefied
It was previously the case that setting metadata might not convert values set to metadata.
This could cause type errors.

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

Fixes #9299
2018-03-28 14:32:08 +00:00
Andrew Cholakian
eac230f122 Fix race condition in shutdown of pipelines
Prior to this a single worker could slurp down multiple shutdown messages, this prevents that from happening by using a flag that can't be overconsumed.

Fixes #9285
2018-03-26 21:59:18 +00:00
Andrew Cholakian
70549de1a7 Improve performance of Event#cancel
This method was creating a ton of expensive objects making execution slow.

In local tests this improved performance massively, at least 5x in one test with the drop filter.

Fixes #9284
2018-03-26 15:11:14 +00:00
Karen Metts
1bdb9f6c37 Add trailing slash to {lsissue}
Fixes #9280

Fixes #9286
2018-03-23 23:42:02 +00:00
Harsh Vardhan
e54c34b0a1 Cleanup cross references in docs (#9192)
Fixes #9280

Fixes #9286
2018-03-23 23:42:02 +00:00
lcawley
731bd27f57 [DOCS] Updated attributes file 2018-03-22 11:18:38 -07:00
dedemorton
63b9ccf57c Fix link to support matrix
Fixes #9275
2018-03-21 23:47:24 +00:00
Karen Metts
960e3ea776 Change localhost to downstreamhost
Fixes #9171
2018-03-21 22:24:55 +00:00
Karen Metts
9b047774cf Correct examples to make them work
Fixes #9171
2018-03-21 22:24:54 +00:00
Karen Metts
13645b5388 Rework after review comments
Fixes #9171
2018-03-21 22:24:54 +00:00
Karen Metts
a5a32a60b1 Differentiate between config and demo
Fixes #9171
2018-03-21 22:24:54 +00:00
Jordan Sissel
7bd9cf728a use .cert ending for all certificate filenames
Fixes #9171
2018-03-21 22:24:54 +00:00
Karen Metts
49a190ba3c Incorporate more review comments
Fixes #9171
2018-03-21 22:24:54 +00:00
Karen Metts
d40b5aebdc Add doc for LS-to-LS communication
Incorporate first reviews

Fixes #9171
2018-03-21 22:24:54 +00:00
weslambert
ebcb03fa9a fix typo
Fixes #9270
2018-03-21 19:08:59 +00:00
DeDe Morton
16c4c1d9ef Update keystore.asciidoc
Fixes #9271
2018-03-21 17:14:39 +00:00
Rob Bavey
4586514ca9 Update gem versions for 6.2.4
Fixes #9264
2018-03-21 16:14:31 +00:00
Rob Bavey
40090c6109 Version bump to 6.2.4
Fixes #9261
2018-03-20 20:42:07 +00:00