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
15
15
* [ Log4j] ( https://www.elastic.co/guide/en/ecs-logging/java/current/setup.html )
16
16
* [ Java Util Logging] ( https://www.elastic.co/guide/en/ecs-logging/java/current/setup.html )
17
17
* [ 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 ) )
19
19
* [ Monolog v2.x] ( https://github.com/elastic/ecs-logging-php/blob/master/docs/Monolog_v2.md )
20
20
* [ .NET] ( https://github.com/elastic/ecs-dotnet ) ([ docs] ( https://www.elastic.co/guide/en/ecs-logging/dotnet/current/intro.html ) )
21
21
* [ 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:
34
34
* Go: {ecs-logging-go-zap-ref}/setup.html[zap], {ecs-logging-go-logrus-ref}/setup.html[logrus]
35
35
* {ecs-logging-java-ref}/setup.html[Java]
36
36
* 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]
38
38
* {ecs-logging-python-ref}/installation.html[Python]
39
39
* {ecs-logging-ruby-ref}/setup.html[Ruby]
40
40
@@ -51,7 +51,7 @@ ECS-compatible JSON doesn't require the use of Logstash or grok parsing via an i
51
51
+
52
52
--
53
53
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.
55
55
--
56
56
57
57
*Enjoy the benefits of a common schema*::
You can’t perform that action at this time.
0 commit comments