elastic-php/ecs-logging-psr3

Format and enrich your log files in the elastic common schema with psr/log3 support

v1.0.1 2023-10-25 12:29 UTC

This package is not auto-updated.

Last update: 2024-04-25 10:00:14 UTC


README

Build Status

ECS Logging for PHP

Transform your application logs to structured logs that comply with the Elastic Common Schema (ECS). In combination with Filebeat, send your logs directly to Elasticsearch and leverage Kibana's Logs app to inspect all of your logs in a single place. This provides more observability for your PHP applications, for example, by correlating your logs with APM traces.

See the PHP ECS logging documentation to get started, or the ecs-logging repo for other ECS logging libraries and more resources about ECS & logging.

Install

composer require elastic-php/ecs-logging-psr3

Examples and Usage

Library Support

  • Currently only Monolog:2.* is supported.
  • The major version of this library is compatible with the major version of ECS.

References

Contributing

See contributing documentation.

License

This software is licensed under the Apache 2 license.