##// END OF EJS Templates
setup: change url to github
setup: change url to github

File last commit:

r53:4c889c0f
r196:472d1df0 master
Show More
connect-enterprise.rst
100 lines | 3.6 KiB | text/x-rst | RstLexer

How To Use |AE| to Monitor |RCE|

  1. From the interface, create an application for |AE| to monitor: :menuselection:`Settings --> Create Application`
  2. Add in your |RCE| instance details.
  3. Take note of the Public and Private API keys on the application page. You will need to add the private key to your |RCE| configuration file.

|RCE| Side Of The Setup

Once you have your |AE| account details, configure the |RCE| :file:`home/{user}/.rccontrol/{instance-id}/rhodecode.ini` file with the following details to set up the connection between the two systems.

Tip

The section below should already be present in your configuration file if running a recent version of |RCE|.

  • Enable the |AE| connection by setting appenlight = true.
  • Set your |AE| URL using the appenlight.server_url = URL option.
  • Set your |AE| |authtoken| using the appenlight.api_key = TOKEN option.

Verifying The Setup

Once |RCE| and |AE| are working together you will see the monitoring begin on your |AE| dashboard when you start carrying out actions in |RCE|.

../images/ae-verify.png