Skip to content

Commit

Permalink
Merge pull request #980 from mdeltito/pino-logdna
Browse files Browse the repository at this point in the history
docs: add pino-logdna transport
  • Loading branch information
jsumners authored Mar 5, 2021
2 parents ba201a9 + e0c4eb2 commit a50b4a6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/transports.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ PR's to this document are welcome for any new transports!
+ [pino-gelf](#pino-gelf)
+ [pino-http-send](#pino-http-send)
+ [pino-kafka](#pino-kafka)
+ [pino-logdna](#pino-logdna)
+ [pino-logflare](#pino-logflare)
+ [pino-mq](#pino-mq)
+ [pino-mysql](#pino-mysql)
Expand Down Expand Up @@ -221,6 +222,17 @@ $ node app.js | pino-http-send -u http://localhost:8080/logs
$ node index.js | pino-kafka -b 10.10.10.5:9200 -d mytopic
```

<a id="pino-logdna"></a>
### pino-logdna

[pino-logdna](https://github.com/logdna/pino-logdna) transport to send logs to [LogDNA](https://logdna.com).

```sh
$ node index.js | pino-logdna --key YOUR_INGESTION_KEY
```

Tags and other metadata can be included using the available command line options. See the [pino-logdna readme](https://github.com/logdna/pino-logdna#options) for a full list.

<a id="pino-logflare"></a>
### pino-logflare

Expand Down

0 comments on commit a50b4a6

Please sign in to comment.