Commit graph

7892 commits

Author SHA1 Message Date
debadair
09aad734ca
[DOCS] Add EOL notice. (#11415)
* [DOCS] Add EOL notice. (#11410)

* [DOCS] Set version in EOL notice.
2019-12-10 14:58:22 -08:00
Nik Everett
c39a4c1707
Docs: Fix links in translation (#11250)
I thought I got all of them in the first round but I was mistaken!
2019-10-21 10:08:37 -04:00
Nik Everett
3c784f4630
Docs: Asciidoctor fixes for translations (#11249)
This is the first pass at fixing the translations that live at `docs/jp`
and `docs/kr`. Specifically, this fixes an errant `[float]` that was
causing trouble and a bad link.
2019-10-18 16:17:23 -04:00
Karen Metts
ef0e50767a
[Doc][Backport]Asciidoctor formatting changes for ls ref for 5.4 (#10766)
* Asciidoctor formatting changes for ls ref
* Fix formatting in callouts
2019-05-10 14:26:07 -04:00
Lisa Cawley
e69f59107e [DOCS] Added index.x.asciidoc (#9079) 2018-01-31 15:22:55 -08:00
Lisa Cawley
10d85e944f [DOCS] Build Logstash Reference from logstash repo (#9078) 2018-01-31 11:19:25 -08:00
lcawley
5b281a9a02 [DOCS] Added index-shared3.asciidoc 2017-09-20 09:17:27 -07:00
DeDe Morton
a0f1cd72fe Fix heading level in docker docs
Fixes #8222
2017-09-14 03:36:02 +00:00
DeDe Morton
0398576ac7 Remove table formatting to fix build issues (#8051)
Fixes #8050
2017-08-22 13:08:00 -07:00
Deb Adair
32ce05fbd5 [DOCS] Bumped version in jp/kr index files. 2017-08-22 09:47:05 -07:00
Deb Adair
94ce5a8d13 [DOCS] More cross doc link fixes. 2017-08-22 09:43:19 -07:00
Deb Adair
ea63dd81ed [DOCS] Fixing cross doc links. 2017-08-22 09:43:19 -07:00
Deb Adair
71e98a7ac4 [DOCS] Fixing attribute defs. 2017-08-22 09:43:19 -07:00
Deb Adair
ffdb407ff4 [DOCS] Adding translated GS docs for jp & kr. 2017-08-22 09:43:19 -07:00
Deb Adair
e8ad034dad [DOCS] Changed xrefs to cross doc links to enable GS mini-book builds. 2017-07-18 16:10:54 -07:00
Suyog Rao
9631053878 [docs] Bump version to 5.4.3 2017-06-26 11:47:27 -07:00
Suyog Rao
38217ac824 Add 5.4.3 release notes (#7542) 2017-06-26 11:33:37 -07:00
Suyog Rao
17472eeac5 bump version to 5.4.3 (#7513) 2017-06-21 17:07:21 -07:00
lcawley
152614c93a [DOCS] Remove duplicates from index-shared1.asciidoc 2017-06-21 11:49:18 -07:00
lcawley
aa3bb78922 [DOCS] Fix broken X-Pack Reference links 2017-06-21 11:44:48 -07:00
lcawley
a7c674b035 [DOCS] Add index-shared2.asciidoc 2017-06-21 11:08:28 -07:00
Lisa Cawley
920c183929 [DOCS] Add shared index for doc builds (#7510) 2017-06-21 10:39:37 -07:00
Suyog Rao
ce7b5785f1 [5.4.2] Release notes and docs version bump (#7492)
* [5.4.2] Release notes and docs version bump
2017-06-19 20:40:27 -07:00
Suyog Rao
76c4926f4d Add missing file 2017-06-14 17:26:42 -07:00
Armin Braun
5ed38319b6 #7449 fix missing require of environment_variables.rb in mixin.rb (#7454) 2017-06-14 17:24:09 -07:00
Christoph Wurm
d8954f6b14 Properly catch connection refused error when installing plugin.
Fixes #7447
2017-06-14 12:52:06 +00:00
Armin
753c798ee2 #6696 validate evaluation result
Fixes #7411
2017-06-13 10:17:19 -07:00
Armin
047291db69 #7382 Signal Queue not empty condition on every append as is standard BlockingQueue behaviour
Fixes #7380
2017-06-08 21:34:10 +02:00
Andrew Cholakian
a8790d8f19 Bump concurrent gem dep to allow for more recent version
The old version (1.0.0) had a broken version of Concurrent::Timer that
did not work on all machines for reasons that are still unclear, but may
be related to the Java version

Fixes #7368

Fixes #7373
2017-06-08 01:08:08 +00:00
DeDe Morton
4c05c068d2 Fix formatting and light edit of the releasenotes
Fixes #7288
2017-06-06 03:42:14 +00:00
DeDe Morton
7f947b3b8a Add float tag to fix doc strucure
Fixes #7308
2017-06-04 23:27:54 +00:00
Suyog Rao
a10326198f bump version to 5.4.2 (#7285) 2017-06-01 15:31:36 -07:00
Pier-Hugues Pellerin
b68c113ca4 Add SSLError to the list of retryable exception
When building an offline pack we do a real network call to rubygems to
test the structure of the created package, something the network can be
a bit unreliable and SSLError can be raised, when theses errors happen
we will retry them.

Fix: #7251

Fixes #7254
2017-05-30 12:59:38 +00:00
DeDe Morton
cf39b7a822 Change API docs to use curl examples instead of console syntax
Fixes #7208
2017-05-27 00:40:09 +00:00
Pier-Hugues Pellerin
31e3df4095 Reduce the scope of wilcards tests
Instead of downloading all the filter plugins we reduce the scope to
just download the `logstash-filter-x*` files, this will make the test
faster and reduce the risk of running into IOError.

Ref: #6904

Fixes #7211
2017-05-25 20:45:57 +00:00
Pier-Hugues Pellerin
5602a28461 Add a retries on when testing packaging offline plugins
We have seen unreliable run in the past on travis or jenkins, in that
test we actually test the creation of a physical package we require
internet access to correctly download the gems, this commit make sure we
retries IOErrors.

Fixes: #6904

Fixes #7211
2017-05-25 20:45:57 +00:00
DeDe Morton
579112fb61 Add edit URLs back into index.asciidoc (#7215) (#7220) (#7222) 2017-05-25 12:15:57 -07:00
Suyog Rao
3809c0c361 [docs] bump index to 5.4.1 2017-05-24 18:02:51 -07:00
Suyog Rao
00740a885e Add release notes for 5.4.1 (#7205) 2017-05-24 18:02:04 -07:00
DeDe Morton
aeffd040cf Add changes from review
Fixes #7180
2017-05-24 22:16:34 +00:00
DeDe Morton
92a00260bc Clarify doc to indicate that offline install expects a file URI
Fixes #7180
2017-05-24 22:16:34 +00:00
Andrew Cholakian
12b1ddbebf Make test for pipeline flushing more resilient.
Instead of depending on the now deprecated multiline filter we use a
dummy filter that just emits events. This simplifies the test and
dramatically reduces timing issues.

I also increased the max-wait for the timer just in case

Fixes #7024

Fixes #7131
2017-05-22 20:12:34 +00:00
Andrew Cholakian
036ad57d8b Run offline specs separately from online ones.
The internet disabling C hack can break other tests, so, we now run
those tests separately.

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

Fixes #7179
2017-05-22 15:28:27 +00:00
Joao Duarte
80303d2b32 add ExpectationNotMetError to Stud.try on monitoring_api_spec
in some tests against metrics api it's possible the values aren't there,
making the assertion fail. By default Stud.try only catches StandardError,
but rspec throws a RSpec::Expectations::ExpectationNotMetError on a failed
assertion, and this exception inherits directly from Exception.

This commit explicitly adds this exception to the list of Stud.try exceptions

Fixes #7177
2017-05-22 13:46:31 +00:00
Rob Bavey
3b4b9042ca Fix NoMethodError when Stack Trace is empty
Adds :traces to hash even if traces are empty.

Fixes #7174

Fixes #7175
2017-05-22 13:02:17 +00:00
Joao Duarte
08da5835d5 protect monitoring_api_spec against timing issues
Fixes #7145
2017-05-21 18:52:15 +00:00
Joao Duarte
8f2e25904f backport agent_spec fixes to 5.x
Fixes #7146
2017-05-18 15:13:07 +00:00
Joao Duarte
22051d5db3 fix failing test due to faulty api request
fixes https://github.com/elastic/logstash/issues/7086

Fixes #7144
2017-05-18 11:00:27 +00:00
Pier-Hugues Pellerin
881503affd Use --format documentation when tests are running on travis (#7127)
We have decided to increase the verbosity of the test on travis to help debug some weird errors in the suite

backport of #7064
2017-05-16 12:44:56 -07:00
Pier-Hugues Pellerin
7cf1f90066 Relax the Geoip filter test
Since the database of the plugin can be update we cannot do a strict
assert on the geoip lat/long values instead we will use a range of
possible and valid latitude and longitude.

Fixes: #7119

Fixes #7122
2017-05-16 17:36:34 +00:00