Sharing Links
You can use shared tokens to share objects and visualizations with stakeholders who don't have access to your Logz.io account. This is particularly useful for communicating with clients outside your organization or with other teams internally.
Configuring a shared token
To share objects, queries, and dashboards, you need to configure a shared token. Only account admins can create, delete, or manage tokens.
To create a token, navigate to Settings > Manage tokens, select + New shared token, configure an expiration date, add any necessary filters, and save the token.
Learn more about the different types of tokens.
Choosing a Dashboard to Share
Open the dashboard or saved query you would like to share. When you share an item, you can decide whether to share it as a snapshot or a saved object.
Snapshot – Converts the time range to absolute dates, so recipients see exactly what you saw at the time of sharing. For example, a snapshot of “last 24 hours” will show a fixed time window. Snapshots are retained for 30 days, after which they are automatically deleted. If the underlying logs expire before that (based on your retention policy), the dashboard may no longer display data.
Saved object - Shares the dashboard with a relative time selection, meaning the dashboard will load with its default time selection and filters. This option keeps the link updated automatically if changes are made to the dashboard, so recipients always see the latest version without needing a new link.
How recipients will view shared dashboards
When you select Share Public, you'll choose the relevant shared token, and recipients will receive a link to the shared dashboard. The dashboard will appear without the top and side navigation bars and without the OpenSearch Dashboards time filtering options.
To include the time frame and search functionality in the shared link, add the following string to the end of the URL:
&forceShowQueryBar=true
For example, the original link:
https://app.logz.io/?embed=true&shareToken=8d90-fbe1c84836d3#/dashboard/osd/discover/?=&_a=(columns%3A...15m%2Cto%3Anow))
This is how users will see it:
With the time frame string added:
https://app.logz.io/?embed=true&shareToken=8d90-fbe1c84836d3#/dashboard/osd/discover/?=&_a=(columns%3A...15m%2Cto%3Anow))&forceShowQueryBar=true
Testing your sharing permalink
To verify that your sharing link works as expected, you can open it in an incognito browser window.