-
**Logstash information**:
Please include the following information:
1. Logstash version: 8.3.3, 7.4.0
2. Logstash installation source: 8.3.3(docker official img, arm64), 7.4.0(AliyunCloud, …
-
Getting Error::NoServerAvailable: , my output is pretty simple and mono uri verified, please advise
output {
if [type] == "threat" {
# Use mongodb to store logstash event.
…
-
I am having an issue with the latest Logstash (7.16.3) and the logstash-output-amazon_es plugin. This has been working on a previous version of Logstash which was shut down prior to the recent Log4j i…
-
output {
elasticsearch {
hosts => [ 'ccc.om:9200' ]
ilm_enabled => true
ilm_rollover_alias => "cbg_%{product}_%{log}_loghub"
}
}
```
…
zcola updated
2 years ago
-
### `brew config` output
```shell
HOMEBREW_VERSION: 3.5.10-51-g7617109
ORIGIN: https://github.com/Homebrew/brew
HEAD: 7617109d43060aa0225f774bad9971bcbd166e15
Last commit: 10 minutes ago
Core tap…
-
I'm trying to run phobos on jruby (due to bits in the handler needing JRuby), but it seems that the phobos gem unconditionally depends on concurrent-ruby-ext?
https://github.com/phobos/phobos/blob/…
-
JDK 16 is actually in "early-access" but is expected to be GA on 2021/03/16 https://openjdk.java.net/projects/jdk/16/
It brings:
- JEP 390: deprecates native types wrapper constructors, so no more `…
-
Hi,
we got regular OOM errors in our logstash instance. Analyzing the heap dump showed that FieldReference.RUBY_CACHE grew to nearly 2GB:
![image](https://user-images.githubusercontent.com/85827…
-
**Logstash information**:
Please include the following information:
1. Logstash version: 5.6.16
2. Logstash installation source: DEB
3. How is Logstash being run: systemd
**Plugins instal…
-
The following commit seems to have broken my build: https://github.com/rubygems/rubygems/commit/616c866bde964b963044cffdc7bc1444521e6c15
Running bundle install now fails in my build. I am guessing …