JavaScript
Parseable Bunyan Plugin
The Parseable Bunyan plugin is developed by our community champion Jacques-Yves Bleau. Refer to the plugin here:
NPM page: https://www.npmjs.com/package/parseable-bunyan Repo page: https://github.com/jybleau/parseable-node-loggers/tree/main/packages/bunyan#parseable-bunyan Installation
Using the Plugin
Parseable Winston Plugin
This is a community plugin, refer to the plugin here:
NPM page: https://www.npmjs.com/package/parseable-winston Repo page: https://github.com/jybleau/parseable-node-loggers/tree/main/packages/winston#parseable-winston
Installation
Using the Plugin
To turn off default buffering option:
Using plain JavaScript
Create a dataset
First, we'll need to create a dataset. This is a one time operation, and we recommend storing log entries with same schema in a single dataset. So, for example, you can use one dataset per application (given that all logs from that application have the same schema).
Send logs to the dataset
After dataset is created, you can start sending logs to the dataset using HTTP POST requests.
Querying a dataset
Once you have started sending logs to a dataset, you can query the logs using standard SQL.