Elastic search kibana : 404 error in genearted pdf report - elasticsearch

I am using elastic cloud on V7.16.2. I am trying to generate a PDF report out of elastic search Kibana dashboard. I am able to queue the report but in the PDF report is see below text only.
{statusCode: 404, error: "Not Found", message: "Not Found"}
Report generation was working fine for the same dashboard and using the same user few days back. I have verified the permissions and it has "reporting" role attached to the user.
Few observations
Other users with exactly same permissions are able to generate report for the same dashboard.
The user is able to generate PDF report on different dashboard.
I checked if the user has some limitation on number of reports on particular dashboard, But it don't see any such property for elastic cloud.
any idea what's wrong here?
PS: I have also posted same problem on elastic cloud community but creating here to get more reach-ability. You can find that here

Related

How to retrieve SharePoint Document details for particular record in MS CRM using FetchXML from Azure API

We have a case where we need to retrieve sharePoint Document details for particular record in Microsoft CRM, we need exactly two information from the record which are the filename and regardingobjectid (to whom this document belongs to).
I found this post:
https://mscrm16tech.com/2020/09/09/get-sharepoint-document-details-for-particular-record-in-ms-crm-using-fetchxml/
I followed the same approch and i used the fetchXML in c# console program it worked as expected but the probleme when I created an API in azure APIM which will communicate with dynamics to get the results of the fetchXML, here is the policy that I have created:
When I test the API I get this error message (statuscode 500)
NOTE: I checked the URL in the browser (with the same fetchXML) and it worked without a problem also the authorization token was added successfully! also I get the same problem when I tested it in Postman.
What is the problem? I really don't know what to do here, any help will be appreciated.

Unable to perform google sheet operation using API

I am facing a problem in deleting and inserting records in the Google sheet using Google Sheet API. Please find the error below.
Delete Range: Google.Apis.Requests.RequestError
Internal error encountered.
[500]
Errors
[
Message[Internal error encountered.] Location[ - ] Reason[backendError] Domain[global]
]
I am using Gsuite API in the UIPATH an RPA tool.
Where I am able to read the Data from the sheet but unable to Delete and Insert. I am sure that this problem is not on Uipath Side but the API side.
Please help

How do I view error details in Google API Console?

This is probably the stupidest question, but I cannot find any answer in Google's own docs:
Question: Is there a way to view detailed error reports in Google's API console?
Details: I am using the Google Drive API to view and create files, and in the Google API console I can view metrics that show me error counts by API method, by response code, etc. But just knowing I have a bunch of "4xx" errors does not help me much, especially when the errors are sporadic. Is there any detailed logging available for the Google API that might help me see more specifically what went wrong when these errors popped up? It seems like this info should be somewhere (they bothered to make the nice plot showing when the errors occured, just no details on what the error was...) but I can't find how to access it.
Edit: To clarify, I am not asking how to log items myself, but how to access the existing logs generated by Google API Console.
Edit: My initial guess was to check the Google Logs Explorer, but everything in the Dashboard tab reports "No data is available for the selected time frame", and any queries I make appear to return empty.

Kibana dashboard data not showing

I'm new to kibana, I linked the elasticsearch and kibana. I created the dashboard
Dashboard with data
Next day, I'm accessing that dashboard, but it shows empty dashboard
dashboard without data
where I'm making the mistake?

GSA Serving Logs api

I am using GSA Appliance 7.2, I want to access Serving logs by using java code,
Serving Logs we can get by using GSA module Reports-> Serving Logs but I am not able to see any Web Service by GSA to grab this logs (May be I am missing something).
I want serving logs for analyzing detailed query information like 'Number of documents scored for this query' and 'Total time spent in backend'.
Thank you
You'll need to screen scrape it and hit the download link from code as it's not part of the admin API.
GSA Admin API Documentation v7.2

Resources