Getting Data In

what could cause “server error” or “Your network connection may have been lost or Splunk may be down" “ when trying to load MS Azure Import Identity Provider (IdP) metadata

jbarlow_splunk
Splunk Employee
Splunk Employee

When attempting to load the idp federation meta data,
encounter either “server error” or “Your network connection may have been lost or Splunk may be down"

Tags (1)
0 Karma
1 Solution

jbarlow_splunk
Splunk Employee
Splunk Employee

These errors indicate an error in the requests between browser and splunkd
specifically when calling

splunkd/__raw/services/admin/SAML-idp-metadata

to be able to debug this , need to use either a http tracing tool , or network trace
to see either response errors or network errors

On Chrome , for example, can use - Chrome DevTools

Select More Tools > Developer Tools from the Chrome Menu.
Right-click on a page element and select Inspect

Then view the network panel , and look at the responses

One example cause , could be with nginx reverse proxy with default settings
and following response seen :
alt text
414 Request-URI Too Large
nginx/1.4.6 (Ubuntu)

In that case resolution http://nginx.org/en/docs/http/ngx_http_core_module.html#large_client_header_buffers

View solution in original post

0 Karma

jbarlow_splunk
Splunk Employee
Splunk Employee

These errors indicate an error in the requests between browser and splunkd
specifically when calling

splunkd/__raw/services/admin/SAML-idp-metadata

to be able to debug this , need to use either a http tracing tool , or network trace
to see either response errors or network errors

On Chrome , for example, can use - Chrome DevTools

Select More Tools > Developer Tools from the Chrome Menu.
Right-click on a page element and select Inspect

Then view the network panel , and look at the responses

One example cause , could be with nginx reverse proxy with default settings
and following response seen :
alt text
414 Request-URI Too Large
nginx/1.4.6 (Ubuntu)

In that case resolution http://nginx.org/en/docs/http/ngx_http_core_module.html#large_client_header_buffers

0 Karma
Get Updates on the Splunk Community!

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...