/cribl-content

Content for Cribl products

Primary LanguageJavaScriptMIT LicenseMIT

Cribl Content

Cribl Stream Content

Collectors

Functions

Building Content

This project uses Webpack to compile the node_modules and Cribl code into a single index.js file. To compile, run the following commands:

npm install
npm run build

This will run npm install in all subdirectories and then package each item into the dist folder.

To run subsequent builds, you can execute:

npm run build:webpack