Kibana Error in Report Generation

I am getting the following error while trying to generate a csv report from Kibana.

Screenshot 2022-07-12 at 3.50.10 PM

Following is the error code I can see in the logs:

{"type":"log","@timestamp":"2022-07-12T10:20:45Z","tags":["debug","legacy-service"],"pid":19969,"message":"Request will be handled by proxy GET:/s/chat/api/reporting/jobs/list?page=0."}
{"type":"log","@timestamp":"2022-07-12T10:20:45Z","tags":["debug","security","basic"],"pid":19969,"message":"Trying to authenticate user request to /api/reporting/jobs/list."}
{"type":"log","@timestamp":"2022-07-12T10:20:45Z","tags":["debug","security","basic"],"pid":19969,"message":"Trying to authenticate via login attempt."}
{"type":"log","@timestamp":"2022-07-12T10:20:45Z","tags":["debug","security","basic"],"pid":19969,"message":"Username and password not found in payload."}
{"type":"log","@timestamp":"2022-07-12T10:20:45Z","tags":["debug","security","basic"],"pid":19969,"message":"Trying to authenticate via header."}
{"type":"log","@timestamp":"2022-07-12T10:20:45Z","tags":["debug","security","basic"],"pid":19969,"message":"Authorization header is not presented."}
{"type":"log","@timestamp":"2022-07-12T10:20:45Z","tags":["debug","security","basic"],"pid":19969,"message":"Trying to authenticate via state."}
{"type":"log","@timestamp":"2022-07-12T10:20:45Z","tags":["debug","security","basic"],"pid":19969,"message":"Request has been authenticated via state."}
{"type":"log","@timestamp":"2022-07-12T10:20:45Z","tags":["debug","monitoring","kibana-monitoring"],"pid":19969,"message":"Received Kibana Ops event data"}
{"type":"log","@timestamp":"2022-07-12T10:20:45Z","tags":["debug","monitoring","kibana-monitoring"],"pid":19969,"message":"Received Kibana Ops event data"}

Hi, can you explain where in Kibana you are trying to use CSV export and seeing this error message?

Can you open the browser debug console, find the Network tab, and see any information about the request that is failing?

Which version of Kibana is this, and how was it set up?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.