jlogstash icon indicating copy to clipboard operation
jlogstash copied to clipboard

java 版本的logstash

Results 21 jlogstash issues
Sort by recently updated
recently updated
newest added

Bumps logback-classic from 1.1.7 to 1.2.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ch.qos.logback:logback-classic&package-manager=maven&previous-version=1.1.7&new-version=1.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [snakeyaml](https://bitbucket.org/asomov/snakeyaml) from 1.16 to 1.26. Commits 9801cc7 Refactor: improve AliasEvent processing a2066e3 Refactor Events: expose Event.ID via a getter 72976f6 Merge 03acd6b Add test for not implemented "!" tag...

dependencies

Bumps httpclient from 4.5.2 to 4.5.13. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.httpcomponents:httpclient&package-manager=maven&previous-version=4.5.2&new-version=4.5.13)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps commons-io from 2.4 to 2.7. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io&package-manager=maven&previous-version=2.4&new-version=2.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

* 前提是配置consistency参数为true * es监听中afterBulk(long arg0, BulkRequest arg1, Throwable arg2)方法: ```java public void afterBulk(long arg0, BulkRequest arg1, Throwable arg2) { logger.error("bulk got exception:", arg2); for(ActionRequest request : arg1.requests()){ addFailedMsg(request); } }...

请问是否支持elasticsearch7.0以上版本,如果es开启了安全验证,这边怎么配置呢?

求发一个可以根据grok 正则表达式正确解析并输出日志文件的配置文件例子

怎么lib和plugin里面都是空的了