jlogstash
jlogstash copied to clipboard
java 版本的logstash
Bumps logback-classic from 1.1.7 to 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...
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...
Bumps httpclient from 4.5.2 to 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...
Bumps commons-io from 2.4 to 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...
* 前提是配置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里面都是空的了