$def with (user, settings, datasources, livekeys, importers) $ disabled = "" if user.may_post() else "disabled"
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.
Name: |
|
Auto-refresh (map view): |
|
Auto-refresh interval (seconds): |
|
Flat mode (map view): |
|
... | ... |
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.
Remove | Access Key | Destination |
---|---|---|
$lk['access_key'] | $lk['datasource'] | |
none | ||
Generate
$if datasources:
data source
$else:
data source
|
Are you sure?