2.7.0 • Published 3 years ago

tcell-agent v2.7.0

Weekly downloads
257
License
SEE LICENSE IN LI...
Repository
-
Last release
3 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

3 years ago

2.6.0

3 years ago

2.5.0

4 years ago

2.5.2

4 years ago

2.5.1

4 years ago

2.4.0

4 years ago

2.3.0

4 years ago

2.2.0

5 years ago

2.1.2

5 years ago

2.1.1

5 years ago

2.1.0

5 years ago

2.0.0

6 years ago

2.0.0-beta.0

6 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago

0.4.1

8 years ago

0.4.0

8 years ago

0.3.0

8 years ago

0.2.10

8 years ago

0.2.9

8 years ago

0.2.8

8 years ago

0.2.7

8 years ago

0.2.6

8 years ago

0.2.5

9 years ago

0.2.4

9 years ago

0.2.3

9 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.8

9 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago