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
trafficstars

If there is an error in incoming requests, I am logging this request and some requests may contain sensitive information, such as password. There is LayoutWrappingEncoder encoder on logback and...

agent-java
community

I noticed when I was working with the ECS Java loggers that MDC and/or Metadata fields weren't name spaced. I can see one of three scenario's: 1. Make the default...

agent-java
community
8.8-candidate

I'm trying to run this layout in Apache Karaf, but the JAR is lacking OSGi headers in its manifest. Could this be added?

agent-java
community

Currently the EcsLayout class in `log4j2-ecs-layout` defaults the `event.dataset` to the service name + ".log". At most we can override it with a specific value, but that specific value will...

agent-java
community

This a the default format of log generated by spring boot app using logback `2020-10-28 11:03:27.265 DEBUG 11672 --- [nio-8082-exec-1] c.b.estimator.domain.MarketEstimate : Value Estimation of Model : Toyota` The ECS...

agent-java
community

The current implementation seems to yield a pretty printed output of the ECS JSON. Would it be possible to optionally configure the layout to output compact JSON? Perhaps it would...

agent-java
community

Hi, I am having a hard time working out how to use it in conjunction with docker. I have a Java application that logs everything in JSON to a file...

agent-java
community

Hi, I'd like to have the ability to contribute to the project. It would be the first time I do it, so I am not sure if I can create...

agent-java
community

Use the JVM's default timezone by default and let users configure a different time zone.

agent-java

## Describe the bug I would like to ask you to provide the public PGP key to verify the signature of the [jul-ecs-formatter-1.6.0.jar](https://repo.maven.apache.org/maven2/co/elastic/logging/jul-ecs-formatter/1.6.0/jul-ecs-formatter-1.6.0.jar). I found a PGP public key on...

agent-java
community
triage