Extension for sending logs to Logz.io in automation clients
npm install @atomist/automation-client-ext-logzio

An extension to an Atomist automation-client to send logs to Logz.io.
1. First install the dependency in your automation-client project
```
$ npm install @atomist/automation-client-ext-logzio
2. Install the support in your atomist.config.ts
`
import { configureLogzio } from "@atomist/automation-client-ext-logzio";
export const configuration: Configuration = {
postProcessors: [
configureLogzio,
],
}
`
3. Add configuration to your client configuration
``
"logzio": {
"enabled": true,
"token": "
}
General support questions should be discussed in the #support
channel in the [Atomist community Slack workspace][slack].
If you find a problem, please create an [issue][].
[issue]: https://github.com/atomist/automation-client-ext-logzio/issues
You will need to install [Node.js][node] to build and test this
project.
[node]: https://nodejs.org/ (Node.js)
Install dependencies.
``
$ npm install
Use the build package script to compile, test, lint, and build the
documentation.
```
$ npm run build
Releases are handled via the [Atomist SDM][atomist-sdm]. Just press
the 'Approve' button in the Atomist dashboard or Slack.
[atomist-sdm]: https://github.com/atomist/atomist-sdm (Atomist Software Delivery Machine)
---
Created by [Atomist][atomist].
Need Help? [Join our Slack team][slack].
[atomist]: https://atomist.com/ (Atomist - How Teams Deliver Software)
[slack]: https://join.atomist.com/ (Atomist Community Slack)