Skip to content

Commit

Permalink
fix: ecs package incorrect url
Browse files Browse the repository at this point in the history
  • Loading branch information
Livour authored and jsumners committed Aug 19, 2024
1 parent 265b03c commit 481243a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ streamToElastic.on(

### ECS support

If you want to use [Elastic Common Schema](https://www.elastic.co/guide/en/ecs/current/index.html), you should install [`@elastic/ecs-pino-format`](https://github.com/elastic/ecs-logging-js/tree/master/loggers/pino), as the `ecs` option of this module has been removed.
If you want to use [Elastic Common Schema](https://www.elastic.co/guide/en/ecs/current/index.html), you should install [`@elastic/ecs-pino-format`](https://github.com/elastic/ecs-logging-nodejs/blob/main/packages/ecs-pino-format), as the `ecs` option of this module has been removed.

```js
const pino = require('pino')
Expand Down

0 comments on commit 481243a

Please sign in to comment.