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

ECS Logging - Common resources and issues for the language specific ECS loggers

Results 11 ecs-logging issues
Sort by recently updated
recently updated
newest added

Just wanted to drop you a message to let you know that I've created a Swift logging implementation for logging in ECS log format: [rwbutler/swift-log-ecs](https://github.com/rwbutler/swift-log-ecs) It's intended to be used...

The current code snippet has a problem in the indentation in the `parsers.ndjson` block. [parser documentation](https://www.elastic.co/guide/en/beats/filebeat/current/filebeat-input-filestream.html#_parsers) [correct configuration in the issues beats/29531](https://github.com/elastic/beats/issues/29531#issuecomment-1727584016)

[Data streams](https://www.elastic.co/guide/en/elasticsearch/reference/master/data-streams.html) are a new way of index management that is used by Elastic Agent. See also https://github.com/elastic/ecs/pull/1145. To enable users to influence the data stream (and consequently, the index)...

blocked

The [Setup guide](https://www.elastic.co/guide/en/ecs-logging/java/current/setup.html) documents with Filebeat but not with the now recommended Elastic Agent

documentation
agent-java

When making the ECS logger and formatter libraries GA, most of them will be versioned independently of the stack or ECS, therefore library versions will be starting with `v1.0.0.` The...

We've had multiple strems of discussions about how to properly version ECS libraries. There are three main options: 1. Version loggers independently, starting with 1.0.0 and using semver Loggers just...

discuss

https://www.app-metrics.io/ Incredibly popular .NET metrics library. Potential overlap here: https://github.com/elastic/ecs/issues/474

lang:.net

The two kinds I see are the following (the naming here is up for discussion): **ECS Libraries** These libraries can ultimately be used to create or consume ECS events. Part...

Add ECS formatter support to [bunyan](https://www.npmjs.com/package/bunyan).

lang:js

Add a formatter for [Zend Log](https://framework.zend.com/manual/2.1/en/modules/zend.log.overview.html).

lang:php