Admin settings
You must have an administrator role to access the Admin page in the Web Console. As an administrator, you can upload the Obcerv license and view its details, manage plugins, and access the API Gateway, among others.
Upload the Obcerv license Copied
To retrieve the Obcerv license (.json
) file for your organisation, contact ITRS Support. You must save the file on your local folder so you can upload it to the Web Console.
- On the side panel, click Admin.
- Click the License Management tab.
- Click Upload License, and then browse to the location where the
.json
file is saved. - Select the
.json
file.
You will see a confirmation when the file has been successfully uploaded.
Check Obcerv license details Copied
The Licence Management tab contains information about your licensing plan, including the expiration date and entitlements.
- On the side panel, click Admin.
- Click the License Management tab.
- Review details about your licensing plan.
- The Instance ID is typically the same as the external host name used by the organisation.
- The Expiry Date indicates until when you can have valid access to Obcerv.
- Under Entitlements, you will see a list of features and resources that are included in your licensing plan.
Note
When the license expires, data ingestion will continue but Obcerv will stop serving data.
Manage plugins Copied
Check which plugins are available for you to use. You must have an admin role to do this task.
- On the side panel, click Admin.
- Click the Plugins admin tab.
- Find a plugin, and then click to see its details.
- Enable or disable the plugin by toggling the switch.
Access the API Gateway Copied
Access the API Gateway to view and test Obcerv APIs.
Note
Note: Before accessing the API Gateway tab on the Admin page, you must have already installed and configured the API Gateway app. See API Gateway installation.
- On the side panel, click Admin.
- Click the API Gateway tab. This section shows a list of available APIs.
- Under the Entities and Metrics sections, find an API and then click to see its details.
- To test the API, click Try it out, and then make your changes in the Edit Value text box.
- Click Execute, and then review the code responses.
Note
Note: You will also find parameters and values used in Obcerv under the Models section of the API Gateway tab. When you see{...}
, click for more details.
Display certificates Copied
You can display the Certificate Authority (CA) required by Gateway to publish data to Obcerv in the admin page.
To add a ca.crt file to this page, run:
kubectl create secret generic obcerv-ca --from-file=ca.crt=./ca.crt -n <namespace>
When you installed Obcerv, a TLS certificate for the ingestion service was either provided by you or a self-signed certificate was generated. This ingestion service certificate was signed by a trusted Certificate Authority (CA). In order for a Gateway to establish an HTTPS connection, it must trust the CA. To ensure this you must provide the contents of the ca-pem.txt
when configuring the Gateway connection.
For more information, see Obcerv Quickstart.