Data Sources File
caution
These instructions are obsolete.
The Forward Collector allows the import of basic network device information via a data_sources.json file.
Example Data Sources File
{
"sources": [
{
"name": "juniper_ex",
"host": "10.10.10.9"
},
{
"name": "nexus01",
"host": "10.10.10.10",
"port": 22
}
]
}