Getting Data In

CSAM Reports - 500 ERROR

_joe
Contributor

Hello all,

I am wondering if anyone has run into an issue where they receive a "500 error" on some large reports (small reports work fine)? The only feedback I got from the cSAM admin was to add a time out value in Microsoft PowerQuery, doesn't quite seem to relate to CURL though.

 

 

    personal_access_token = "MyRealToken",
    request_timeout_in_minutes = 10, // Specify your timeout value here
    data = Table.FromRecords(
        Json.Document(
            Web.Contents(
                csam_api_endpoint_url,
                    [
                        Headers = 
                        [
                            #"Authorization"="Bearer " & personal_access_token,
                            #"Content-Type" = "application/json"
                        ],
                        Timeout = #duration(0, 0, request_timeout_in_minutes, 0)
                    ]
                )
            )
        )
in
    data

 

Labels (1)
Tags (1)
0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Take Action Automatically on Splunk Alerts with Red Hat Ansible Automation Platform

 Are you ready to revolutionize your IT operations? As digital transformation accelerates, the demand for ...

Calling All Security Pros: Ready to Race Through Boston?

Hey Splunkers, .conf25 is heading to Boston and we’re kicking things off with something bold, competitive, and ...

Beyond Detection: How Splunk and Cisco Integrated Security Platforms Transform ...

Financial services organizations face an impossible equation: maintain 99.9% uptime for mission-critical ...