graylog2 : Graylog2 client library for node.js. You can installing graylog2 npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install graylog2 $ sudo npm install -g graylog2
If want to update the graylog2 package execute the command as below,
$ sudo npm update graylog2
Update package globally,
$ npm install -g graylog2
$ sudo git clone https://github.com/rektide/graylog2.git
$ sudo npm install -g ./graylog2
graylog2@0.2.0 /usr/lib/node_modules/graylog2
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall graylog2
| Package Name | graylog2 |
| Version | 0.2.0 |
| Description | Graylog2 client library for node.js |
| Released Date | 2017-09-20T06:52:56.236Z |
| Published by | ronkorving |
| How to Learn | https://www.npmjs.com/package/graylog2/tutorial |