2.7.0 • Published 2 years ago

tcell-agent v2.7.0

Weekly downloads
257
License
SEE LICENSE IN LI...
Repository
-
Last release
2 years ago

tCell.io agent for NodeJS

Installation

npm install tcell-agent

Get a config file, you could either go to tcell admin panel, or you could copy the following JSON, change the app_id and api_key, and save it to a file with name tcell_agent.config:

{
  "version": 1,
  "applications": [
    {
      "app_id": "",
      "api_key": "",
      "tcell_api_url": "https://us.agent.tcell.insight.rapid7.com/api/v1",
      "tcell_input_url": "https://us.input.tcell.insight.rapid7.com/api/v1"
    }
  ]
 }

Move the config file to your application root directory. For more config options, check the tcell_agent.config file in the nodeagent-tcell folder.

In your main NodeJS startup file, add the following line at the top:

require('tcell-agent');

NOTE! If you are using New Relic, add the require('tcell-agent') line right after require('newrelic').

Start/restart your application.

Release notes

https://docs.rapid7.com/release-notes/tcell/20201002/

Full Documentation

https://docs.rapid7.com/tcell/

2.7.0

2 years ago

2.6.0

2 years ago

2.5.0

2 years ago

2.5.2

2 years ago

2.5.1

2 years ago

2.4.0

3 years ago

2.3.0

3 years ago

2.2.0

4 years ago

2.1.2

4 years ago

2.1.1

4 years ago

2.1.0

4 years ago

2.0.0

4 years ago

2.0.0-beta.0

4 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago

0.4.1

6 years ago

0.4.0

7 years ago

0.3.0

7 years ago

0.2.10

7 years ago

0.2.9

7 years ago

0.2.8

7 years ago

0.2.7

7 years ago

0.2.6

7 years ago

0.2.5

8 years ago

0.2.4

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.8

8 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago