- Print
- PDF
Agent Data Not Appearing in Analytics or is Wrong
When an agent is used with an older version of the connector (Roadrunner), especially older mapping configurations, it's possible that data is not forwarded to analytics or is mapped incorrectly.
Check Connector Configuration
Newer versions of the connector configuration have a version field called "metricMappingsVersion". Use the following API call to GET the connector configuration to check the value of this field. If the field is absent the connector configuration must be updated.
GET {{tenant-server}}/api/v2/connector-configs/{{connectorId}}
The {{connectorId}} can be found in the Analytics UI URL when the connector is selected.
CAUTION: The version displayed in the Analytics UI is the version of the configuration template not the version of the stored configuration.
Solutions
There are two possible solutions:
- Delete and recreate the connector.
- Update the connector mapping configuration.
Solution one is the simplest and fastest.
CAUTION: Downloading a new connector (Roadrunner) is not sufficient. The connector configuration will not be updated. The connector MUST be deleted.
CAUTION: If the connector has customized elements, the second method should be used.
The second solution requires using the API to get the stored configuration, modify it, and then use the API to send the update.
GET {{tenant-server}}/api/v2/connector-configs/{{connectorId}}
PUT {{tenant-server}}/api/v2/connector-configs/{{connectorId}}
© 2024 Cisco and/or its affiliates. All rights reserved.
For more information about trademarks, please visit: Cisco trademarks
For more information about legal terms, please visit: Cisco legal terms
For legal information about Accedian Skylight products, please visit: Accedian legal terms and tradmarks