Business iQ (Analytics)
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

How to get the total number of items in an array

I am looking to get the total number of items in an array, so in the example below the data collect would display the number 9.  Does anyone know a good getter chain for this.  So far everything I have tried hasnt worked Thanks [<QueryResultSet><Meta...

Resolved! EventTimestamp in Business Journeys

Hi,   I'm pushing some data to AppDynamics using CURLs. I've noticed that when I don't explicitly send the eventTimestamp in the request, the business journey does not pick up the message. But I can found the message in the schema, and the eventTimes...

Resolved! Log Analytics

Hi All, I am looking to implement Log Analytics and had a look through (https://www.appdynamics.com/product/how-it-works/application-analytics/log-analytics) but doesnt seem to be fully giving me the information I require. Does anybody have any other...

Is it possible to have "NOT LIKE" in ADQLs?

Hi,I understand below query is possible:SELECT count(*) FROM synth_session_records WHERE failureType = "Test location is currently unavailable" AND measurementSpec.scheduleName REGEXP "Test-job.*" But is this possible:SELECT count(*) FROM synth_sessi...

Resolved! How to get Throughput chart?

Hi, We recently switched to AppD and I am looking for a way to get a Throughput chart (hits/second) for specific Transaction records.   For example, I have a query: SELECT * FROM transactions WHERE segments.httpData.cookies.WeToken='WS757982604da45a8...

Screen Shot 2020-02-14 at 1.49.22 PM.png

Export and Import Business Journey

  I want to export the configuration and setup for a Business Journey from one controller to another. So far I have not found any methods for this neither inside AppDynamics nor in its API. Does anybody know how or do I have to recreate each journey ...

Log Analytics Timestamp

Hi All! We are using the syslog functionality of the analytics agent to collect data. The logs may be from the past so the creation timestamp is also in the past.   My problem is that AppD always considers the ingestion date as the "timestamp". We ca...

Resolved! BE (Business Event) analysis,

Hi, Suppose a company currently has a legacy logging and monitoring software that parses some BE events (in XML format),  from an application/service, and output the parsed data to a database. The "analysis" would then be done afterward by executing ...