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
Copy file name to clipboardExpand all lines: docs/transports.md
+28
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,7 @@ there are additional transports written by
51
51
*[MySQL](#mysql-transport)
52
52
*[New Relic](#new-relic-agent-transport)
53
53
*[Papertrail](#papertrail-transport)
54
+
*[Parseable](#parseable)
54
55
*[PostgresQL](#postgresql-transport)
55
56
*[Pusher](#pusher-transport)
56
57
*[Sentry](#sentry-transport)
@@ -732,6 +733,33 @@ The Papertrail transport connects to a [PapertrailApp log destination](https://p
732
733
733
734
*Metadata:* Logged as a native JSON object to the 'meta' attribute of the item.
734
735
736
+
### Parseable Transport
737
+
738
+
[Parseable](https://parseable.com/) is an open source, general purpose log analytics system. [Parseable-Winston](https://github.com/jybleau/parseable-node-loggers/tree/main/packages/winston#parseable-winston) is a Parseable transport for Winston.
0 commit comments