Skip to content

Commit bac092c

Browse files
committed
changes to authentication
1 parent 1c20198 commit bac092c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Elastic APM NodeJS Logger
22

33
## Announcements
4-
* Version 1.0.8 - **Note that there have been some syntax changes on how authentication is done to accomodate for authentication for self-hosted Elasticsearch DB instances. [You can read more about it HERE](#authentication)**
4+
* Version 1.0.8 onwards - **Note that there have been some syntax changes on how authentication is done to accomodate for authentication for self-hosted Elasticsearch DB instances. [You can read more about it HERE](#authentication)**
55

66
## Motivation
77
As of 25th Aug 2022, the official `elastic-apm-node` NPM library does not send the STDOUT logs of the nodejs application that it is installed on to back to your designated Elastic Stack, and you will have to use Filebeat (separate Golang process) to send the logs back - https://ela.st/nodejs-apm-filebeat.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "elastic-apm-node-logger",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "As of 25th Aug 2022, the official `elastic-apm-node` NPM library does not send the STDOUT logs of the nodejs application that it is installed on to back to your designated Elastic Stack, hence this NPM library aims to bridge this gap. it also enables your NodeJS app's APM spans and traces to be correlated with the logs that get sent back by this NPM library.",
55
"main": "index.js",
66
"scripts": {},

0 commit comments

Comments
 (0)