.github/workflows added automerge Aug 23, 2022 src fix: broken tests because of API change Jan 8, 2025 .editorconfig added .editorconfig, code autoformat Aug 23, 2022 .gitignore initial commit Apr 8, 2015 Chang
GitHub Copilot Enterprise-grade AI features Premium Support Enterprise-grade 24/7 support Pricing Search or jump to... Search code, repositories, users, issues, pull requests... Provide feedback We read every piece of feedback, and take your input very seriously. Include my email address...
问在logback-elasticsearch-appender的logback配置中使用类型标记ENlogback需要logback-core、logback-classic、...
<appender name="ELASTIC" class="com.internetitem.logback.elasticsearch.ElasticsearchAppender"> <url>http://localhost:9200/_bulk</url> <index>fouras-logs-%date{yyyy-MM-dd}</index> <type>log</type> <loggerName>es-logger</loggerName> <!-- optional --> <errorLoggerName>es-error-logger</e...
https://github.com/l0rdn1kk0n/log2es/issuesVersioninglog2es will be maintained under the Semantic Versioning guidelines as much as possible.Releases will be numbered with the follow format:<major>.<minor>.<patch>And constructed with the following guidelines:...
src/main/java/com/github/vinted/logback/fluentd Use closeAll to close fluent logger and not get the same logger on ne… Jul 25, 2018 .gitignore Start project Jul 23, 2018 README.md Start project Jul 23, 2018 pom.xml Adapt to jitpack Jul 24, 2018 ...
The logback appender that send log to elasticsearch cluster directly - johnhuang-cn/logback-elasticsearch-appender