ecs-logging-java icon indicating copy to clipboard operation
ecs-logging-java copied to clipboard

Centralized logging for Java applications with the Elastic stack made easy

Results 31 ecs-logging-java issues
Sort by recently updated
recently updated
newest added

Hi, I started to use this package in conjuction with `logback-logstash-encoder` for message layout. Then I noticed that message is output being quoted as string even if it is actually...

agent-java
community
triage

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.logging.log4j:log4j-core&package-manager=maven&previous-version=2.6&new-version=2.12.4)](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 rebase manually by commenting `@dependabot rebase`....

dependencies
agent-java
community
triage

Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.1.0 to 1.2.13. Commits 2648b9e prepare release 1.2.13 bb09515 fix CVE-2023-6378 4573294 start work on 1.2.13-SNAPSHOT a388193 Merge branch 'branch_1.2.x' of github.com:qos-ch/logback into branch_1.2.x de44dc4 prepare release...

dependencies
agent-java
community
triage

It would be nice to be able to customize the log level names. Logging libraries across different languages will often use different names for log levels. Eg. "Verbose" instead of...

agent-java
community
triage

During the startup of the Hazelcast Management Center I always get this error from the log4j-ecs-encoder. I verified the error is coming from the encoder adding a different file appender...

agent-java
community
triage

Assume you want to use the OTel APM library (for tracing) along with this ECS logging library for ECS-formatted logs (to be ingested, for example, via Filebeat). In Elasticsearch, we...

agent-java
community
triage

Hi, I want to customize the key names like @timestamp. Because there is a problem with Logstash Parser and @timestamp => https://github.com/logstash-plugins/logstash-filter-date/issues/95 My workaround in the logstash parser: `mutate {...

agent-java
community
triage

## Details ⚠️ This PR was created by an automated tool. Please review the changes carefully. ⚠️ NOTE: github-early-access/generate-build-provenance has been deprecated in favor of actions/attest-build-provenance. If there are any...

agent-java

I have JBoss 7.4.15. I've added the module as the documentation suggested: modules/co/elastic/logging/main/module.xml ```xml ``` standalone/configuration/standalone.xml ```xml ``` JBoss won't boot: ``` 05:58:44,002 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation...

agent-java
community
triage

# Software Details - Spring Boot version 3.3.1 - [logback-ecs-encoder](https://mvnrepository.com/artifact/co.elastic.logging/logback-ecs-encoder/1.6.0) version 1.6.0 # Issue I was trying to modify the rolling policy of [ecs-file-appender.xml](https://github.com/elastic/ecs-logging-java/blob/46a4cae2e8974aab268b511dbccbc61fdc2acd9a/logback-ecs-encoder/src/main/resources/co/elastic/logging/logback/boot/ecs-file-appender.xml) via `application.properties` after including it in...

agent-java
community
triage