@atomist/automation-client-ext-humio v0.2.1
@atomist/automation-client-ext-humio
An extension to an Atomist automation-client to send logs to Humio.
Usage
- First install the dependency in your automation-client project
$ npm install @atomist/automation-client-ext-humio- Install the support in your
index.ts
import { configureHumio } from "@atomist/automation-client-ext-humio";
export const configuration: Configuration = {
postProcessors: [
configureHumio,
],
}- Add configuration to your client configuration
"humio": {
"enabled": true,
"token": "<your ingester token>",
"repository": "<name of the humio repository>",
}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 installUse the build package script to compile, test, lint, and build the
documentation.
$ npm run buildRelease
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.
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago