File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff 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--
5353The 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*::
You can’t perform that action at this time.
0 commit comments