Commit graph

9194 commits

Author SHA1 Message Date
Dan Hermann
2832f5381c Correct the docs for the settings file to note that Java execution defaults to true
Fixes #10701
2019-04-22 13:05:15 +00:00
Joao Duarte
f19e5c81e3 moved to openjdk 11 in docker testing
- also fix javadoc warning when building on jdk11

Fixes #10563
2019-04-15 20:13:37 +00:00
Joao Duarte
91691e871b
updated bundler to 1.17.3 2019-04-12 22:27:51 +01:00
João Duarte
03fbc85e0c
Update patch plugin versions in gemfile lock (#10678) (#10678) 2019-04-12 15:32:32 +01:00
Joao Duarte
9669671872
bump jruby to 9.2.7.0
Revert "work around jruby-5642 during package installation on jdk11 (#10658)"

This reverts commit 033c896330.

skip the bundler-1.16.6 files when unpacking jruby

Fixes #10674
2019-04-11 22:36:07 +01:00
Colin Surprenant
90f2d87a1a
download exact version artifact for release build otherwise download snapshot (#10664) 2019-04-11 22:25:11 +01:00
Dan Hermann
101e60f7c2 Correctly sets the default codec to java_line. Fixes buffer handling for events whose encodings do not fit into the buffer.
Fixes #10673
2019-04-10 18:32:04 +00:00
lcawl
0f0e051673 Updates version and release-state
Fixes #10676
2019-04-10 17:47:38 +00:00
lcawl
566b3503fd [DOCS] Removes coming tags 2019-04-10 08:49:27 -07:00
João Duarte
149e3acfeb
bump to 7.0.1 (#10675) 2019-04-10 15:34:38 +01:00
Karen Metts
918d547577 Add links to particular breaking changes (#10668) 2019-04-09 10:07:01 +01:00
Karen Metts
1aea742e94 Added core and plugin headings (#10667)
Combine plugins from alphas, betas, and rcs to make 7.0 release notes
2019-04-09 10:02:50 +01:00
Karen Metts
06a3a26831 Update breaking changes doc for 7.0 (#10632)
* Update breaking changes doc for 7.0

Update structure to allow for previous and current changes

* Update docs/static/breaking-changes.asciidoc

Adds info about field reference parser

Co-Authored-By: karenzone <35154725+karenzone@users.noreply.github.com>

* Populate content for plugin changes

Co-Authored-By: karenzone <35154725+karenzone@users.noreply.github.com>

* Fix asciidoc formatting

* Incorporate review comments and new content

* Minor change for clarity

* add anchors for linking

* Add anchor for ecs-beats

* Incorporate review comments

* [DOCS] Adds tagged region for notable breaking changes

* Incorporate review comments

Remove link

Fixes #10666
2019-04-08 20:54:53 +00:00
Rob Bavey
150de50f38
make monitoring specs resilient to internal api number changes (#10663) 2019-04-08 14:47:03 -04:00
Karen Metts
f89dfb2124 Refine upgrade instructions for 7.0
Add recommendation to upgrade to 6.7 before 7.0

Fixes #10634
2019-04-08 18:33:25 +00:00
Colin Surprenant
3befda9325 add 7.0.0 rc1 and rc2 release notes (#10655) 2019-04-08 13:59:27 -04:00
Karen Metts
86aaca65b9 Fix asciidoc formatting for links in release notes (#10655)
Added placeholders and coming label for 7.0.0

Add entry/link for 7.0.0 and clean up asciidoc
2019-04-08 13:58:41 -04:00
Colin Surprenant
a30a4d90ea add 7.0.0 alpha1, alpha2 and beta1 release notes (#10655)
cleanup

plugins changes for alpha1, alpha2, beta1
2019-04-08 13:57:33 -04:00
Lisa Cawley
9b5ec74076
[DOCS] Adds tagged region for notable breaking changes (#10654) (#10662) 2019-04-08 09:21:57 -07:00
João Duarte
2610164998
work around jruby-5642 during package installation on jdk11 (#10658)
fixes #10593
2019-04-05 15:38:55 +01:00
João Duarte
5d60dc9e8c
prevent DeprecatedRemovedSetting from fatally stopping logstash (#10657) 2019-04-05 12:20:03 +01:00
Dan Hermann
4a27b4c264 Handle duplicate config entries
Fixes #10619
2019-04-04 17:53:44 +00:00
Joao Duarte
0fb0d75b4d disable docker img generation on artifact:all
Fixes #10647
2019-04-04 15:19:26 +00:00
Joao Duarte
751769ff2c remove docker-compose symlink
Fixes #10645
2019-04-04 14:33:05 +00:00
João Duarte
7bbcc4527b
build docker images from logstash repo (#10603)
introduces two rake tasks: `rake artifact:docker_oss` and `rake artifact:docker`, which will create the docker images of the OSS and non OSS packages. These tasks depend on the tar artifacts being built.

Also `rake artifact:all` has been modified to also call these two tasks.

most code was moved from https://github.com/elastic/logstash-docker/
2019-04-04 11:27:50 +01:00
Dan Hermann
6019e6cf05 Log successful shutdowns
Fixes #10628
2019-04-04 08:51:00 +00:00
Karen Metts
cc27840a28
Add note about issues with Java 11 and Debian or RPM (#10635) 2019-04-04 09:47:44 +01:00
Karen Metts
293424a955
Release notes for 7.0.0-rc2 (#10631)
* Release notes for 7.0.0-rc2

* Change wording
2019-04-03 12:44:30 -04:00
Dan Hermann
bcacbf09e5 Call out requirement for Java execution in note
Fixes #10630
2019-04-03 16:22:13 +00:00
Karen Metts
0917411edd Remove duplicate text
Fixes #10621
2019-04-03 14:12:56 +00:00
Karen Metts
930ae46894 Removed note from earlier upgrade
Fixes #10621
2019-04-03 14:12:56 +00:00
Karen Metts
3a7d46da4f Update instructions for 7.0 upgrade
Fixes #10621
2019-04-03 14:12:56 +00:00
João Duarte
c56bc0c055
bump docs to rc2 (#10629) 2019-04-03 14:06:19 +01:00
Colin Surprenant
704e372267 eliminate unnecessary add of whitespace
Co-Authored-By: yaauie <yaauie@users.noreply.github.com>

Fixes #10623
2019-04-02 22:40:46 +00:00
Ry Biesemeyer
3fc244d40b add DeprecatedSetting to ease 7.0 transition of xpack config renames
Fixes #10623
2019-04-02 22:40:46 +00:00
Yi Ou
0669ebec3a Make the sample command easier to follow
A tiny change suggestion due to:

- `-SIGHUP` was mentioned in the previous text
- `-SIGHUP` is easier to read than `-1`
- `-1` can be easily mixed up with `-l`

Fixes #10592
2019-04-01 09:32:38 +00:00
Rob Bavey
640895dacd Update Kafka version to fix build
Fixes #10608
2019-03-28 19:37:17 +00:00
Dan Hermann
b1045c00f9 Update JRuby and Java prerequisites
Fixes #10604
2019-03-28 16:09:22 +00:00
Karen Metts
547ff289ea Add note that pline-pline also supports files
Fixes #10590
2019-03-27 18:43:30 +00:00
João Duarte
a03831b26d
Release notes for 7.0.0-rc1 (#10595) 2019-03-27 16:32:26 +00:00
João Duarte
e1aa0eecb8
Bump docs to 7.0.0-rc1 (#10594) 2019-03-27 16:00:47 +00:00
Karen Metts
7e27c0d721 Update supported java version and example
Fixes #10584
2019-03-26 20:54:47 +00:00
Karen Metts
7b1ca4f19b Add sample doc files to plugin generator
Fixes #10029
2019-03-19 20:21:20 +00:00
Jake Landis
3d6d018348 monitoring: bump to system_api_version 7
Fixes #10562
2019-03-17 15:12:16 +00:00
Ry Biesemeyer
3eef329f64 fix events_count to return total
Fixes #10564
2019-03-16 00:10:39 +00:00
Joao Duarte
85d0926244 cleanup many rakelib tasks that aren't used anymore
* simplify the plugins-metadata.json file
* sort and update the plugin list in the rakelib/plugins-metadata.json
* remove dependency on twitter input for testing
* sorted Gemfile.template (grouped by group)
* remove default plugins from Gemfile.template

Fixes #10509
2019-03-15 16:26:58 +00:00
Colin Surprenant
c2c31f22b7
correctly handle unexecuted downloadEs task (#10556)
7.0 clean backport of #10555
2019-03-13 18:02:21 -04:00
Karen Metts
ee5060a75d
Cherrypick to 7.0: Convert instructions for Java plugins to asciidoc (#10551)
* Convert instructions for Java plugins to asciidoc

* Update java plugin docs for beta
2019-03-13 12:12:59 -04:00
Rob Bavey
f0006a051e Fix issue setting 'enable_metric => false' on a plugin
This commit fixes a ClassCastException which happens when
 a plugin has the `enable_metric` setting set to false - a
 NullMetricExt is assumed, but that is only created when
 'metric.collect' is set to 'false' in the Logstash configuration,
 not when an individual plugin disables its metrics.

Fixes #10538
2019-03-13 10:43:18 +00:00
Colin Surprenant
772dccb880 move download setup code inside the downloadEs task (#10548) 2019-03-12 16:02:42 -07:00