Skip to content

Commit c4ffa89

Browse files
replace asciidocalypse ecs-logging-nodejs links
1 parent c84bb87 commit c4ffa89

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
lines changed

docset.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ cross_links:
2020
- ecs-logging
2121
- ecs-logging-go-zap
2222
- ecs-logging-java
23+
- ecs-logging-nodejs
2324
- elasticsearch
2425
- elasticsearch-java
2526
- elasticsearch-js

manage-data/ingest/ingesting-data-from-applications/ingest-logs-from-nodejs-web-application-using-filebeat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ For the three following packages, you can create a working directory to install
7171
npm install winston
7272
```
7373

74-
* The [Elastic Common Schema (ECS) formatter](asciidocalypse://docs/ecs-logging-nodejs/docs/reference/winston.md) for the Node.js winston logger - This plugin formats your Node.js logs into an ECS structured JSON format ideally suited for ingestion into Elasticsearch. To install the ECS winston logger, run the following command in your working directory so that the package is installed in the same location as the winston package:
74+
* The [Elastic Common Schema (ECS) formatter](ecs-logging-nodejs://reference/winston.md) for the Node.js winston logger - This plugin formats your Node.js logs into an ECS structured JSON format ideally suited for ingestion into Elasticsearch. To install the ECS winston logger, run the following command in your working directory so that the package is installed in the same location as the winston package:
7575

7676
```sh
7777
npm install @elastic/ecs-winston-format

raw-migrated-files/cloud/cloud-enterprise/ece-getting-started-search-use-cases-node-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ For the three following packages, you can create a working directory to install
3333
npm install winston
3434
```
3535

36-
* The [Elastic Common Schema (ECS) formatter](asciidocalypse://docs/ecs-logging-nodejs/docs/reference/winston.md) for the Node.js winston logger - This plugin formats your Node.js logs into an ECS structured JSON format ideally suited for ingestion into Elasticsearch. To install the ECS winston logger, run the following command in your working directory so that the package is installed in the same location as the winston package:
36+
* The [Elastic Common Schema (ECS) formatter](ecs-logging-nodejs://reference/winston.md) for the Node.js winston logger - This plugin formats your Node.js logs into an ECS structured JSON format ideally suited for ingestion into Elasticsearch. To install the ECS winston logger, run the following command in your working directory so that the package is installed in the same location as the winston package:
3737

3838
```sh
3939
npm install @elastic/ecs-winston-format

raw-migrated-files/cloud/cloud/ec-getting-started-search-use-cases-node-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ For the three following packages, you can create a working directory to install
3333
npm install winston
3434
```
3535

36-
* The [Elastic Common Schema (ECS) formatter](asciidocalypse://docs/ecs-logging-nodejs/docs/reference/winston.md) for the Node.js winston logger - This plugin formats your Node.js logs into an ECS structured JSON format ideally suited for ingestion into Elasticsearch. To install the ECS winston logger, run the following command in your working directory so that the package is installed in the same location as the winston package:
36+
* The [Elastic Common Schema (ECS) formatter](ecs-logging-nodejs://reference/winston.md) for the Node.js winston logger - This plugin formats your Node.js logs into an ECS structured JSON format ideally suited for ingestion into Elasticsearch. To install the ECS winston logger, run the following command in your working directory so that the package is installed in the same location as the winston package:
3737

3838
```sh
3939
npm install @elastic/ecs-winston-format

raw-migrated-files/docs-content/serverless/observability-ecs-application-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ For more information on adding an ECS logger to your application, refer to the g
2020
* [.NET](ecs-dotnet://reference/setup.md)
2121
* Go: [zap](ecs-logging-go-zap://reference/setup.md)
2222
* [Java](ecs-logging-java://reference/setup.md)
23-
* Node.js: [morgan](asciidocalypse://docs/ecs-logging-nodejs/docs/reference/winston.md)
23+
* Node.js: [morgan](ecs-logging-nodejs://reference/winston.md)
2424
* [PHP](asciidocalypse://docs/ecs-logging-php/docs/reference/setup.md)
2525
* [Python](asciidocalypse://docs/ecs-logging-python/docs/reference/installation.md)
2626
* [Ruby](asciidocalypse://docs/ecs-logging-ruby/docs/reference/setup.md)

solutions/observability/logs/ecs-formatted-application-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ For more information on adding an ECS logger to your application, refer to the g
2626
* [.NET](ecs-dotnet://reference/setup.md)
2727
* Go: [zap](ecs-logging-go-zap://reference/setup.md)
2828
* [Java](ecs-logging-java://reference/setup.md)
29-
* Node.js: [morgan](asciidocalypse://docs/ecs-logging-nodejs/docs/reference/winston.md)
29+
* Node.js: [morgan](ecs-logging-nodejs://reference/winston.md)
3030
* [PHP](asciidocalypse://docs/ecs-logging-php/docs/reference/setup.md)
3131
* [Python](asciidocalypse://docs/ecs-logging-python/docs/reference/installation.md)
3232
* [Ruby](asciidocalypse://docs/ecs-logging-ruby/docs/reference/setup.md)

0 commit comments

Comments
 (0)