Skip to content

Commit 7b3d793

Browse files
authored
docs: update with links to published docs (#43)
1 parent 7fc00da commit 7b3d793

File tree

3 files changed

+17
-13
lines changed

3 files changed

+17
-13
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
html_docs

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
# ecs-logging
44

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).
68

79
---
810

@@ -15,17 +17,17 @@
1517
* [JBoss LogManager](https://www.elastic.co/guide/en/ecs-logging/java/current/setup.html)
1618
* [PHP](https://github.com/elastic/ecs-logging-php)
1719
* [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))
1921
* [Serilog](https://github.com/elastic/ecs-dotnet/tree/master/src/Elastic.CommonSchema.Serilog)
2022
* [NLog](https://github.com/elastic/ecs-dotnet/tree/master/src/Elastic.CommonSchema.NLog)
2123
* [JavaScript](https://github.com/elastic/ecs-logging-js)
2224
* [Pino](https://github.com/elastic/ecs-logging-js/tree/master/loggers/pino)
2325
* [Winston](https://github.com/elastic/ecs-logging-js/tree/master/loggers/winston)
2426
* [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))
2628
* 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))
2931

3032
## APM
3133

docs/intro.asciidoc

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,15 @@ They make it easy to format your logs into ECS-compatible JSON. For example:
2828
[float]
2929
=== Get started
3030

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]
3940

4041
[float]
4142
=== Why ECS logging?

0 commit comments

Comments
 (0)