Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pulling refs/heads/main into main #1567

Merged
merged 4 commits into from
Oct 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions admin/references/organizations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,19 @@ View your realm, API endpoints, and organization
.. meta::
:description: View and copy your Splunk Observability Cloud realm, API endpoints, organizations, and organization IDs on your user profile page.


To view your realm, organization, or admin status in an organization, follow these steps:

1. In the Splunk Observability Cloud main menu, select :strong:`Settings`.

2. Select your user name at the top of the :strong:`Settings` menu.

3. On the :strong:`Organizations` tab, you can view or copy your realm, API endpoints, organizations, organization IDs, and API access token for your current organization. You can also see if you are an administrator of an organization and switch to another organization if you are a member. To view or copy your API access token, select :strong:`Show API Access Token`.
3. On the :strong:`Organizations` tab, you can view or copy your realm, API endpoints, organizations, organization IDs, and API access token for your current organization. You can also see if you are an administrator of an organization and switch to another organization if you are a member. To view or copy your API access token, select :strong:`Show API Access Token`.

About Splunk Observability Cloud realms
====================================================================================

A realm is a self-contained deployment that hosts your organization.

Wherever you see ``<REALM>``, replace it with the name of your organization's realm. For example, if your realm is ``eu0``, change the endpoint ``https://api.<REALM>.signalfx.com`` to ``https://api.eu0.signalfx.com``.

.. caution:: If you don't include your realm and use ``https://api.signalfx.com``, Splunk Observability Cloud interprets the endpoint as pointing to the ``us0`` realm.
Loading