Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
on
01-10-2017
08:00 PM
- edited on
01-28-2020
02:39 PM
by
Claudia.Landiva
After configuring analytics on the Machine Agent (monitor.xml
and analytics-agent.properties
file) for the first time, you see following warning message in logs as you activate the functionality from UI and no metrics are visible through analytics searches.
[2016-11-17T12:56:42,195+01:00] [WARN ] [pipeline-thread-11 (bt-publish-3)]
[c.a.a.a.p.e.EventServicePublishStage] This message was throttled [47] times:
Transient error encountered due to the following cause: [Message could not be
delivered because the REST resource rejected it]
com.appdynamics.analytics.shared.rest.exceptions.NotAcceptableRestException:
Event type [biz_txn_v1] for account [customer1_0fcad495-5e0b-44d7-88eb-
48a7de7025b4] expired on [2016-09-30T23:59:00.000Z]
http://<analytics_agent_host>:9091/healthcheck?pretty=true http://<event_service_host>:9081/healthcheck?pretty=true
mysql> select * from license_module_property where license_module_type='transaction-analytics';
+------------+-----------------------+--------------------------------+----------------+
| account_id | license_module_type | property_name | property_value |
+------------+-----------------------+--------------------------------+----------------+
| 2 | transaction-analytics | data-retention-period | 90 |
| 2 | transaction-analytics | edition | PRO |
| 2 | transaction-analytics | expiry-date | 1506927600000 |
| 2 | transaction-analytics | licensing-model | FIXED |
| 2 | transaction-analytics | maximum-allowed-licenses | 10 |
| 2 | transaction-analytics | number-of-provisioned-licenses | 10 |
+------------+-----------------------+--------------------------------+----------------+
6 rows in set (0.00 sec)
Note:
{mysql> select * from license_module_property where license_module_type='transaction-analytics*'; }
In this query, you can use transaction/log/browser analytics based on whatever needs to be checked for your case, rest of the query will remain intact.
Because this happens when Controller's new license hasn't synced with the ES, it kept the old license expiring date even after updating it;
To resolve this issue, you would have to blow empty the ES cluster and Re-install the event service. Better redownload it too then re install (preferably using Platform Administration if applicable).
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form