Jonathan Bride
e29d8ef7e4
Fix grammar in enable_metric filter option
...
Description was a run-on sentence, so split into two.
Fixes #10841
2020-03-10 19:30:59 +00:00
0xflotus
f2d9da7e5a
Update logging.asciidoc
...
- changed `2 seconds` to `2s` for consistency
- exchanged *trace* with *debug* time values and vice versa to be referable to the example above
Fixes #11671
2020-03-10 07:28:26 +00:00
Luca Belluccini
5a62a52249
Clarify reload of configuration files
...
Logstash is not watching or monitoring any configuration files used or referenced by inputs,
filters or outputs.
Fixes #11255
2020-03-10 05:45:23 +00:00
Karen Metts
fc20e9b913
Fix sv agreement ( #11667 )
2020-03-06 18:22:12 -05:00
Benoit Dupont
394854f481
Add more references to contributing issues ( #11544 )
2020-03-06 17:07:04 -05:00
Colin Milhaupt
385d98ebb4
Update proxy_support.rb
...
Fixes #9787
2020-03-06 18:59:42 +00:00
Karol Bucek
1553cf608e
Changed: .ruby-version back to 9.1.12.0
...
.ruby-version is used to select the external jruby
(for package building + acceptance tests on infra)
reverts the upgraded JRuby version from #11647
Fixes #11663
2020-03-06 15:05:13 +00:00
Lisa Cawley
1aa7e9c235
[DOCS] Updates security API examples ( #10752 )
2020-03-05 16:01:34 -08:00
Rob Bavey
786d5851c2
Update Logstash release for 6.8 branch to 6.8.7 ( #11659 )
...
Released version of logstash for 6.8 branch was inadvertently changed
to the next version on the 6.8 branch, rather than the latest released
version.
2020-03-05 12:44:34 -05:00
João Duarte
8698ec068f
Update logstash_releases.json with 6.8.8 and 7.6.1 ( #11658 )
2020-03-05 13:58:18 +00:00
Karol Bucek
22d07520e4
Updated: JRuby to 9.2.11.0
...
- fix: deprecation warnings due JRuby 9.2.11
- fix: compat for upgraded RubyGems 3.0
Fixes #11647
2020-03-05 11:40:47 +00:00
Karol Bucek
81a339e746
Fix: use l/w match-ing (which does not depend on frames)
...
this was wrong on LS' end - String#match impl expects a frame (due $~)
... started failing due JRuby reducing frame usage (for blocks)
Fixes #11653
2020-03-04 16:39:10 +00:00
andsel
fc0ced5708
Fixed time format that introduced flaky tests depending on time
...
Fixes #11652
2020-03-04 14:53:29 +00:00
Karol Bucek
7b4808bd10
Fix: broken --help due sinatra 2.x upgrade
...
Fixes #11634
2020-03-03 21:00:10 +00:00
João Duarte
19bcb623fc
Update rack dependency on docgen project
...
Fixes #11644
2020-03-03 13:57:35 +00:00
andsel
97d211012b
Fixes JDK13's javadoc build failure
...
Fixes #11642
2020-03-03 09:58:37 +00:00
andsel
3695580b92
Adaptations to internal collector to send data directly to monitoring cluster Close 11573
...
Fixes #11541
2020-02-28 14:26:19 +00:00
Karol Bucek
307617e6a7
remove TODO from CONTRIBUTING notes
...
Fixes #11638
2020-02-27 17:30:59 +00:00
andsel
fc1ae6f119
Fixes #11598 enabling the users to use completely commented config files
...
Fixes #11615
2020-02-27 09:43:05 +00:00
Karen Metts
c47b232ee0
Remove deprecation notices
...
Fixes #11624
2020-02-26 20:00:38 +00:00
Karen Metts
6b586cd9aa
Make capitalization consistent
...
Fixes #11629
2020-02-26 19:32:41 +00:00
lcawl
a42db55bbd
Fixes out-dated monitoring links
...
Fixes #11629
2020-02-26 19:32:41 +00:00
Karen Metts
ce8971a70a
Add shared attribute for cloud trial
...
Fixes #11621
2020-02-26 18:51:16 +00:00
Karen Metts
7cf67cacad
Update contributing guidelines to clarify changelog formatting
...
Co-Authored-By: João Duarte <jsvd@users.noreply.github.com>
Fixes #11316
2020-02-20 17:39:12 +00:00
andsel
05fe308c64
Changed PluginFactory to resolve id field with environment variables docs: plugin ids variable expansion cannot use secret store
...
closes 10546
Fixes #11592
2020-02-20 08:57:46 +00:00
Karen Metts
3c8b803fdb
Fix setting name for monitoring
...
Fixes #11597
2020-02-12 20:05:00 +00:00
Rob Bavey
704e247e32
Updated releases.json after 7.6.0 release ( #11595 )
2020-02-12 08:56:25 -05:00
Karol Bucek
b25be7432b
Review: more places for RUBY.getCurrentContext()
...
Fixes #11587
2020-02-10 17:41:09 +00:00
Karol Bucek
d7caa7d3cc
Review: more consistent getCurrentContext()
...
Fixes #11587
2020-02-10 17:41:09 +00:00
Karol Bucek
f4f1a61cbb
Refactor: do not keep around JRuby context reference
...
there's no need for this and makes code base inconsistent
... also the original intent seems no longer relevant :
was introduced at 57e7a8a56b
> allows for a massive simplification for the invocation of filters and
outputs from the Java execution
Fixes #11587
2020-02-10 17:41:09 +00:00
andsel
e4c0f1aa69
Adding plugin.id to docker images
...
Fixes #11593
2020-02-10 16:22:21 +00:00
Karen Metts
2c9fb9e7b8
Clarify wording and add to another page
...
Fixes #11588
2020-02-06 18:01:27 +00:00
Karen Metts
ecfda1881a
Add Apple notarization info
...
Fixes #11588
2020-02-06 18:01:27 +00:00
Karen Metts
5f50b7f18d
Remove module-only disclaimer for cloud id
...
Fixes #11469
2020-02-04 19:38:26 +00:00
Colin Surprenant
8481bd0838
revert #11482 and fix redundant code generation ( #11564 )
2020-02-04 12:23:37 -05:00
Spencer Niemi
e09723efef
Updating the log4j2.properties file that the Docker container image uses to also log the pipeline.id.
...
Fixes #11567
2020-02-04 16:49:32 +00:00
João Duarte
5fcab21194
update licenses for master ( #11549 )
2020-01-31 12:43:01 +00:00
Joao Duarte
a36fdb9050
fail license report job on missing licenses
...
Fixes #11554
2020-01-31 12:36:41 +00:00
tbotalla
6348a1cde8
Fix missing " on glob pattern
...
Fixes #11551
2020-01-30 16:16:55 +00:00
Karen Metts
17aeaccf3a
Add deprecation notice to internal collectors for monitoring
...
Fixes #11526
2020-01-29 22:35:38 +00:00
Karen Metts
e8306b4921
Add details about pipeline.workers
...
Fixes #11474
2020-01-29 19:28:26 +00:00
Colin Surprenant
0bc9fa5665
add support for pipeline.ordered setting for java execution ( #11524 )
...
reuse rubyArray for single element batches
rename preserveBatchOrder to preserveEventOrder
allow boolean and string values for the pipeline.ordered setting, reorg validation
update docs
yml typo
Update docs/static/running-logstash-command-line.asciidoc
Co-Authored-By: Karen Metts <35154725+karenzone@users.noreply.github.com>
Update docs/static/running-logstash-command-line.asciidoc
Co-Authored-By: Karen Metts <35154725+karenzone@users.noreply.github.com>
java execution specs and spec support
docs corrections per review
typo
close not shutdown
Ruby pipeline spec
2020-01-29 14:01:38 -05:00
Karen Metts
13cf267ca0
Add info about deprecation logger support mixin
...
Fixes #11486
2020-01-29 17:18:46 +00:00
Dan Hermann
1d7df01df0
Ignore versions in dependency license checker
2020-01-29 13:32:37 +00:00
andsel
2925b491f9
Added precation notice when internal monitoring collector is used. Closes #11346
...
Fixes #11511
2020-01-27 15:06:46 +00:00
Joao Duarte
0c021d4f9d
ensure lock template is in docker tasks
...
Fixes #11539
2020-01-27 09:48:37 +00:00
andsel
2162fb045b
Updated README to document how to run single Ruby specs
...
Fixes #11536
2020-01-27 09:47:34 +00:00
andsel
3eb36bfa5e
Added section for monitoring.cluster_uuid
...
Fixes #11538
2020-01-27 08:14:15 +00:00
Mike Place
020e87efc4
Add cluster_uuid setting to default config file, displaying it in Node stats HTTP API
...
Fixes #11106
2020-01-27 08:12:39 +00:00
andsel
6eb25173e0
Added plugin.id to fish tag log lines related to plugins
...
Fixes #11078
2020-01-23 15:33:31 +00:00