You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This set of libraries allows you to transform your application logs to structured logs that comply with the [Elastic Common Schema (ECS)](https://www.elastic.co/guide/en/ecs/current/ecs-reference.html).
8
8
In combination with [filebeat](https://www.elastic.co/products/beats/filebeat) you can send your logs directly to Elasticsearch and leverage [Kibana's Logs app](https://www.elastic.co/guide/en/observability/current/monitor-logs.html) to inspect all logs in one single place.
@@ -12,12 +12,15 @@ Please see the [Node.js ECS logging documentation](https://www.elastic.co/guide/
12
12
13
13
## Supported logging frameworks
14
14
15
-
-[Morgan](https://github.com/expressjs/morgan) via [@elastic/ecs-morgan-format](./packages/ecs-morgan-format)
Copy file name to clipboardExpand all lines: docs/intro.asciidoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,8 +26,8 @@ See the {ecs-logging-ref}/intro.html[ECS logging guide].
26
26
27
27
Ready to jump into Node.js ECS logging?
28
28
29
-
- <<morgan,ECS Logging with Morgan>>
30
29
- <<pino,ECS Logging with Pino>>
31
30
- <<winston,ECS Logging with Winston>>
31
+
- <<morgan,ECS Logging with Morgan>>
32
32
33
33
If you'd like to try out a tutorial using Node.js ECS logging with winston, see {cloud}/ec-getting-started-search-use-cases-node-logs.html[Ingest logs from a Node.js web application using Filebeat].
0 commit comments