File tree Expand file tree Collapse file tree 3 files changed +17
-13
lines changed Expand file tree Collapse file tree 3 files changed +17
-13
lines changed Original file line number Diff line number Diff line change
1
+ html_docs
Original file line number Diff line number Diff line change 2
2
3
3
# ecs-logging
4
4
5
- [ ECS] ( https://www.elastic.co/guide/en/ecs/current/index.html ) Logging - Common resources and issues for the language specific ECS loggers
5
+ [ ECS] ( https://www.elastic.co/guide/en/ecs/current/index.html ) Logging – Common resources and issues for the language specific ECS loggers.
6
+
7
+ Learn more in the [ ECS Logging Reference] ( https://www.elastic.co/guide/en/ecs-logging/overview/current/index.html ) .
6
8
7
9
---
8
10
15
17
* [ JBoss LogManager] ( https://www.elastic.co/guide/en/ecs-logging/java/current/setup.html )
16
18
* [ PHP] ( https://github.com/elastic/ecs-logging-php )
17
19
* [ Monolog v2.x] ( https://github.com/elastic/ecs-logging-php/blob/master/docs/Monolog_v2.md )
18
- * [ .NET] ( https://github.com/elastic/ecs-dotnet )
20
+ * [ .NET] ( https://github.com/elastic/ecs-dotnet ) ( [ docs ] ( https://www.elastic.co/guide/en/ecs-logging/dotnet/current/intro.html ) )
19
21
* [ Serilog] ( https://github.com/elastic/ecs-dotnet/tree/master/src/Elastic.CommonSchema.Serilog )
20
22
* [ NLog] ( https://github.com/elastic/ecs-dotnet/tree/master/src/Elastic.CommonSchema.NLog )
21
23
* [ JavaScript] ( https://github.com/elastic/ecs-logging-js )
22
24
* [ Pino] ( https://github.com/elastic/ecs-logging-js/tree/master/loggers/pino )
23
25
* [ Winston] ( https://github.com/elastic/ecs-logging-js/tree/master/loggers/winston )
24
26
* [ Morgan] ( https://github.com/elastic/ecs-logging-js/tree/master/loggers/morgan )
25
- * [ Python] ( https://github.com/elastic/ecs-logging-python )
27
+ * [ Python] ( https://github.com/elastic/ecs-logging-python ) ( [ docs ] ( https://www.elastic.co/guide/en/ecs-logging/python/current/intro.html ) )
26
28
* Go
27
- * [ zap] ( https://github.com/elastic/ecs-logging-go-zap )
28
- * [ Ruby] ( https://github.com/elastic/ecs-logging-ruby )
29
+ * [ zap] ( https://github.com/elastic/ecs-logging-go-zap ) ( [ docs ] ( https://www.elastic.co/guide/en/ecs-logging/go-zap/current/intro.html ) )
30
+ * [ Ruby] ( https://github.com/elastic/ecs-logging-ruby ) ( [ docs ] ( https://www.elastic.co/guide/en/ecs-logging/ruby/current/intro.html ) )
29
31
30
32
## APM
31
33
Original file line number Diff line number Diff line change @@ -28,14 +28,15 @@ They make it easy to format your logs into ECS-compatible JSON. For example:
28
28
[float]
29
29
=== Get started
30
30
31
- Refer to the installation instructions of the individual loggers for
32
- https://github.com/elastic/ecs-dotnet#logging[.NET],
33
- Go (https://github.com/elastic/ecs-logging-go-zap[zap]),
34
- https://www.elastic.co/guide/en/ecs-logging/java/current/setup.html[Java],
35
- https://github.com/elastic/ecs-logging-js[JavaScript],
36
- https://github.com/elastic/ecs-logging-php[PHP],
37
- https://github.com/elastic/ecs-logging-python[Python],
38
- and https://github.com/elastic/ecs-logging-ruby[Ruby].
31
+ Refer to the installation instructions of the individual loggers:
32
+
33
+ * {ecs-logging-dotnet-ref}/setup.html[.NET]
34
+ * Go ({ecs-logging-go-zap-ref}/setup.html[zap])
35
+ * {ecs-logging-java-ref}/setup.html[Java]
36
+ * https://github.com/elastic/ecs-logging-js[JavaScript]
37
+ * https://github.com/elastic/ecs-logging-php[PHP]
38
+ * {ecs-logging-python-ref}/installation.html[Python]
39
+ * {ecs-logging-ruby-ref}/setup.html[Ruby]
39
40
40
41
[float]
41
42
=== Why ECS logging?
You can’t perform that action at this time.
0 commit comments