1.0.3 • Published 5 years ago

@atomist/automation-client-ext-logzio v1.0.3

Weekly downloads
9
License
Apache-2.0
Repository
github
Last release
5 years ago

@atomist/automation-client-ext-logzio

atomist sdm goals npm version

An extension to an Atomist automation-client to send logs to Logz.io.

Usage

  1. First install the dependency in your automation-client project
$ npm install @atomist/automation-client-ext-logzio
  1. Install the support in your atomist.config.ts
import { configureLogzio } from "@atomist/automation-client-ext-logzio";

export const configuration: Configuration = {
    postProcessors: [
            configureLogzio,
    ],
}
  1. Add configuration to your client configuration
  "logzio": {
    "enabled": true,
    "token": "<your token>"
  }

Support

General support questions should be discussed in the #support channel in the Atomist community Slack workspace.

If you find a problem, please create an issue.

Development

You will need to install Node.js to build and test this project.

Build and test

Install dependencies.

$ npm install

Use the build package script to compile, test, lint, and build the documentation.

$ npm run build

Release

Releases are handled via the Atomist SDM. Just press the 'Approve' button in the Atomist dashboard or Slack.


Created by Atomist. Need Help? Join our Slack team.

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0-RC.1

6 years ago

1.0.0-M.5

6 years ago

1.0.0-M.4

6 years ago

1.0.0-M.3

6 years ago

1.0.0-M.1

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago