The system administrator will be able to log in using admin
as the username and password. However, other users will have to first register with ES before being able to log into ES.
Signing into the Store
Follow the instructions below to sign into the Store:
As ES supports SSO, if you have already signed into the Publisher Console, you will not have to sign in when accessing the Store Console and vice versa. However, you need to always sign in when accessing the ES Management Console.
Access the Store Console.
URL format http://<ES_HOST>:<ES_HTTP_PORT>/store
https://<ES_HOST>:<ES_HTTPS_PORT>/store
Description By default,
<ES_HOST>
is localhost. However, if you are using a public IP, the respective IP address or domain needs to be specified.
By default,<ES_HTTPS_PORT>
has been set to 9443, and<ES_HTTP_PORT>
has been set to 9763. However, if the port offset has been incremented by n, the default port value needs to be incremented by n.Example http://localhost:9763/store
https://localhost:9443/store- Enter your username.
- Enter your password.
- Click Sign In.
The home page will appear.
Accessing different Tenant Store views
The following subsections explain the URL patterns that you need to use to access the various Tenant Store views (e.g., anonymous view):
URL patterns to access the Store after signing in
The following are the URL patterns that you need to use when accessing a Store as a logged in user:
{context}/store/..
The above URL pattern takes you to the Store pages of your own tenant Store.
Example:
http://localhost:9763/store/pages/top-assets
This will take you to your own Store home page.
{context}/store/t/carbon.super/..
The above URL pattern takes you to the Store pages of the super tenant's Store.
Example:
http://localhost:9763/store/t/carbon.super/pages/top-assets
This will take you to the super tenant's home page.
{context}/t/{domain.name}/..
The above URL pattern takes you to the Store pages of a specific tenant, whose tenant domain is defined in the URL.
Example:
http://localhost:9763/store/t/wave.com/pages/top-assets
This will take you to the
wave.com
tenant's home page.
URL patterns to access the Store anonymously
The following are the URL patterns that you need to use when accessing a Store as a anonymous user:
{context}/store/..
The above URL pattern takes you to the Store pages of the super tenant's Store.
Example:
http://localhost:9763/store/pages/top-assets
This will take you to the super tenant's Store home page.
{context}/store/t/carbon.super/..
The above URL pattern takes you to the Store pages of the super tenant's Store.
Example:
http://localhost:9763/store/t/carbon.super/pages/top-assets
This will take you to the super tenant's Store home page.
{context}/store/t/{doman.name}/..
The above URL pattern takes you to the Store pages of a specific tenant, whose tenant domain is defined in the URL.
Example:
http://localhost:9763/store/t/spring.com/pages/top-assets
This will take you to thespring.com
tenant's Store home page.
For a sample exercise on tenant views, see Accessing Tenant Store Views.
Signing out of the Store
Follow the instructions below to sign out of the Store:
- Navigate to the menu with your username. For example, if your username is admin, click on admin.
- Click Sign out.