$def with (user, settings, datasources, livekeys, importers) $ disabled = "" if user.may_post() else "disabled"

Settings

$if not disabled:

Data Sources

Data sources let you store multiple sets of network data

Each data source stored their own set of connection history and timeline. Node information, such as tags, environment, and hostnames, is shared across data sources.

$if datasources: $for ds in datasources:
Name:
Auto-refresh (map view):
Auto-refresh interval (seconds):
Flat mode (map view):
$else:
... ...

Live Updates

Live updates are a way to connect your router or gateway directly to the database.

To enable this, you need to run a collector on your local network which will translate network data and open a secure connection to our cloud server.

The live collector needs to be configured to point at our server and when you run it, you need to supply an access key, and what format to expect.

Live collector access keys grant access to upload network data (syslog lines) directly into your database.

$for lk in livekeys: $if not livekeys:
Remove Access Key Destination
$lk['access_key'] $lk['datasource']
none
Generate