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.
composer require elastic/ecs-logging
- Currently only Monolog:3.* is supported.
- Documentation
- Introduction to ECS blog post.
- Logs UI blog post.
See contributing documentation.
This software is licensed under the Apache 2 license.