I have to search some data using JAVA API. I can do the same using X_PACK Sql query. Same needs to be done through JAVA API. I have searched a lot but didn't find the reult.
My Sql Query is like: select map.serviceName as name, count(map.serviceName) as noOfTimesApiUsed, avg(map.executionTimeInSeconds) as averageTime from auditlogs where map.orgId = 'XXXXX' group by map.serviceName order by noOfTimesApiUsed desc
Correct. You need to activate the trial or enter a platinum license number. You can activate a free trial of the commercial features via Kibana (Management -> License) or via the API.
See Subscriptions about the different features available.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.