Skip to content

Commit 503eb74

Browse files
authored
docs: link to ecs-logging-php docs (#53)
1 parent 45474a3 commit 503eb74

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Learn more in the [ECS Logging Reference](https://www.elastic.co/guide/en/ecs-lo
1515
* [Log4j](https://www.elastic.co/guide/en/ecs-logging/java/current/setup.html)
1616
* [Java Util Logging](https://www.elastic.co/guide/en/ecs-logging/java/current/setup.html)
1717
* [JBoss LogManager](https://www.elastic.co/guide/en/ecs-logging/java/current/setup.html)
18-
* [PHP](https://github.com/elastic/ecs-logging-php)
18+
* [PHP](https://github.com/elastic/ecs-logging-php) ([docs](https://www.elastic.co/guide/en/ecs-logging/php/current/intro.html))
1919
* [Monolog v2.x](https://github.com/elastic/ecs-logging-php/blob/master/docs/Monolog_v2.md)
2020
* [.NET](https://github.com/elastic/ecs-dotnet) ([docs](https://www.elastic.co/guide/en/ecs-logging/dotnet/current/intro.html))
2121
* [Serilog](https://github.com/elastic/ecs-dotnet/tree/master/src/Elastic.CommonSchema.Serilog)

docs/intro.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Refer to the installation instructions of the individual loggers:
3434
* Go: {ecs-logging-go-zap-ref}/setup.html[zap], {ecs-logging-go-logrus-ref}/setup.html[logrus]
3535
* {ecs-logging-java-ref}/setup.html[Java]
3636
* Node.js: {ecs-logging-nodejs-ref}/morgan.html[morgan], {ecs-logging-nodejs-ref}/pino.html[pino], {ecs-logging-nodejs-ref}/winston.html[winston]
37-
* https://github.com/elastic/ecs-logging-php[PHP]
37+
* {ecs-logging-php-ref}/setup.html[PHP]
3838
* {ecs-logging-python-ref}/installation.html[Python]
3939
* {ecs-logging-ruby-ref}/setup.html[Ruby]
4040

@@ -51,7 +51,7 @@ ECS-compatible JSON doesn't require the use of Logstash or grok parsing via an i
5151
+
5252
--
5353
The first three fields are `@timestamp`, `log.level` and `message`.
54-
This lets easily read the logs in a terminal without needing a tool that converts the logs to plain-text.
54+
This lets you easily read the logs in a terminal without needing a tool that converts the logs to plain-text.
5555
--
5656

5757
*Enjoy the benefits of a common schema*::

0 commit comments

Comments
 (0)