Skip to content

Commit affcf6b

Browse files
kimsaucejpipkin1
andauthored
DOCS-679 - Kanso opt-out GA (#5061)
* Kanso - New UI default * Update 2025-02-21-ui.md * Update blog-service/2025-02-21-ui.md * AD comments * Update blog-service/2025-02-21-ui.md * Rename 2025-02-21-ui.md to 2025-02-24-ui.md Update release date per @kevin-sumo * Rename 2025-02-24-ui.md to 2025-03-03-ui.md * Change release note date to March 5 2025 --------- Co-authored-by: John Pipkin (Sumo Logic) <[email protected]>
1 parent feeffd8 commit affcf6b

File tree

4 files changed

+66
-42
lines changed

4 files changed

+66
-42
lines changed

blog-service/2025-03-05-ui.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: New UI Becomes the Default Experience at Sign-in (User Interface)
3+
image: https://help.sumologic.com/img/sumo-square.png
4+
keywords:
5+
- ui
6+
- navigation
7+
hide_table_of_contents: true
8+
---
9+
10+
import useBaseUrl from '@docusaurus/useBaseUrl';
11+
12+
<a href="https://help.sumologic.com/release-notes-service/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="icon" width="50"/></a>
13+
14+
We’re excited to announce the next milestone in our transition to the New UI. Starting today, the New UI will become the default experience when you sign in to Sumo Logic.
15+
16+
The Classic UI will be retired in 2025. The exact date will be communicated closer to the transition. To ensure you have access to the latest features, performance improvements, and innovations, we encourage you to start using the New UI as soon as possible.
17+
18+
## What’s changing?
19+
20+
* **New UI by default**. You will automatically log into the New UI when signing in.
21+
* **Temporary opt-out**. If your org was created before this change, you can switch back to the Classic UI, and future logins will remember your preference.
22+
* **New orgs use only the new UI**. If your org was created after this change, the Classic UI will not be available.
23+
* **MSSP exception**. If your org was created through a parent org, you can still switch to the Classic UI.
24+
25+
## Improvements since initial release
26+
27+
Here's what's changed since the [last rollout](/release-notes-service/2024/12/31/#september-19-2024-user-interface).
28+
29+
* **Faster navigation and performance**. Improved menu loading, collapsible and resizable subnavigation, and persistent menu state across tabs.
30+
* **More intuitive workflows**. Open/duplicate log searches, drill into Favorites folders, and set a preference to open menu items in new tabs.
31+
* **New features and enhancements**. Improved keyboard navigation and UI refinements.
32+
* **Bug fixes**. Improved org switcher, Library search fixes, and other minor UI updates.
33+
34+
[Learn more](/docs/get-started/sumo-logic-ui).

docs/get-started/sumo-logic-ui-classic.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,16 @@ description: Get to know the Sumo Logic platform user interface.
77

88
import useBaseUrl from '@docusaurus/useBaseUrl';
99

10-
:::warning Transition to the New UI
11-
The Classic UI will be retired in early 2025. To ensure you have access to the latest features and updates, we recommend transitioning to the [Sumo Logic New UI](/docs/get-started/sumo-logic-ui) at your earliest convenience.
12-
:::
13-
1410
This page provides an overview of the Sumo Logic Classic UI, designed to help you navigate and utilize its features effectively.
1511

1612
<img src={useBaseUrl('img/get-started/overview-classic-ui.png')} alt="Overview screenshot of the Classic UI" style={{border: '1px solid gray'}} width="800" />
1713

14+
The Classic UI will be retired in 2025 and will no longer receive updates. The exact date will be communicated closer to the transition. For the latest features, performance improvements, and future innovations, switch to the [New UI](/docs/get-started/sumo-logic-ui) as soon as possible.
15+
16+
## Switching between the Classic and New UI
17+
18+
If you're using the New UI and need to navigate back to the Classic UI, click the **Return to classic UI** option in the left navigation menu. And to switch back to the New UI, follow the same steps, selecting **Switch to New UI** instead.
19+
1820
## Using the left navigation bar
1921

2022
When you first log in, you'll land on the Sumo Logic Home page. The left nav menu bar is a one-stop location where you can access the following:
@@ -30,8 +32,7 @@ The left nav bar provides easy access to libraries, personal collections of das
3032

3133
### Search and switch browsing modes
3234

33-
The top of the left nav bar is where you can search for content and
34-
users and easily switch browsing modes. 
35+
The top of the left nav bar is where you can search for content and users and easily switch browsing modes. 
3536

3637
* Searching—Enter text in the **Search** field to quickly find apps, dashboards, searches, and users. 
3738
* Switching browsing modes—Click the three-dot kebab icon and make a selection from the dropdown menu.<br/> ![TUI_Search_Details.png](/img/get-started/ui/TUI_Search_Details.png)

docs/get-started/sumo-logic-ui.md

Lines changed: 25 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Get to know the Sumo Logic platform user interface.
66
---
77

88
<!--
9-
When officially GA'd (est. Nov 2024):
9+
When officially GA'd (est. Apr-Aug 2025):
1010
retire the Classic UI version
1111
add back this opening paragraph: Our [Quickstart](/docs/get-started/quickstart) introduced you to the process of getting data into Sumo Logic, searching and analyzing your data, and then sharing your findings with your colleagues.
1212
-->
@@ -16,23 +16,17 @@ import Iframe from 'react-iframe';
1616

1717
This guide will help you get started with the new and improved Sumo Logic user interface, designed for faster speed and a more intuitive experience.
1818

19-
<img src={useBaseUrl('img/get-started/overview-new-ui.png')} alt="Overview screenshot example Classic UI" style={{border: '1px solid gray'}} width="800" />
19+
<img src={useBaseUrl('img/get-started/overview-new-ui.png')} alt="Overview screenshot example New UI" style={{border: '1px solid gray'}} width="800" />
2020

2121
With the new UI, you'll benefit from:
2222

23-
* Unified experience across operational and security analytics products.
24-
* Faster load times with enhanced caching.
25-
* Stateful URLs that save your session and position when you log back in.
26-
* Use-case-driven navigation to help you quickly find the features you need.
27-
28-
For a detailed list of updates, [view the release notes](/release-notes-service/2024/12/31/#february-23-2024-user-interface).
29-
30-
## Opt in
31-
32-
To opt in the new UI, log in to Sumo Logic, go to the Classic UI left navigation panel and click **Switch to New UI**.<br/><img src={useBaseUrl('img/get-started/switch-new-ui.png')} alt="switch-new-ui.png" width="250"/>
23+
* **Everything in one place**. Unified experience across operational and security analytics products, so you don’t have to switch between different interfaces.
24+
* **Accelerate your work**. Faster load times and improved caching mean less waiting and more doing.
25+
* **Pick up where you left off**. Stateful URLs automatically save your session, making it easy to resume work after logging in.
26+
* **Find what you need instantly**. Use-case-driven navigation helps you locate key features without digging through menus.
3327

3428
:::sumo quickstart
35-
Check out this overview video to get familiar with the New UI.
29+
Watch this quick overview video to explore the key features of the New UI.
3630

3731
<Iframe url="https://fast.wistia.net/embed/iframe/ydmxwi7ndm?web_component=true&seo=true&videoFoam=false"
3832
width="854px"
@@ -58,7 +52,12 @@ Check out this overview video to get familiar with the New UI.
5852
allowfullscreen
5953
/>
6054
-->
61-
:::
55+
:::
56+
57+
:::warning Classic UI retirement notice
58+
The Classic UI will be retired in 2025 and will no longer receive updates. The exact date will be communicated closer to the transition. For the best experience, we strongly recommend using the New UI. Need to reference the old interface? See the [Classic UI documentation](/docs/get-started/sumo-logic-ui-classic).
59+
:::
60+
6261

6362
## Home
6463

@@ -254,7 +253,7 @@ The disparate user interface and varying navigation patterns among Log Analytics
254253

255254
The current information architecture and navigation system have not effectively showcased useful functionalities to users. It's structured around tools like Traces, Log Search, and Metric Search rather than focusing on user-centric use cases. This places a burden on users to discover these functionalities.
256255

257-
In-app tabs present performance and usability challenges since they all operate within a single browser tab. These tabs disrupt native browser navigation features like the back button and tab grouping. The **New UI** navigation lets you leverage native browser capabilities and customize tab organization according to your preferences.
256+
In-app tabs present performance and usability challenges since they all operate within a single browser tab. These tabs disrupt native browser navigation features like the back button and tab grouping. The New UI navigation lets you leverage native browser capabilities and customize tab organization according to your preferences.
258257
</details>
259258

260259
<details>
@@ -283,44 +282,34 @@ We understand that the removal of in-app tabs in the New UI is a significant cha
283282
<details>
284283
<summary><strong>Q:</strong> Will the New UI retain the Classic UI feature of remembering previously opened tabs from my previous session?</summary>
285284

286-
After analyzing tab usage data, we've found that a minimal portion of previously opened tabs are actively utilized by our users. Consequently, the Sumo Logic UI often remains cluttered with multiple unused tabs. With the introduction of the **New UI** experience, if you fail to close browser tabs from previous sessions, they will automatically reload upon login.
285+
After analyzing tab usage data, we've found that a minimal portion of previously opened tabs are actively utilized by our users. Consequently, the Sumo Logic UI often remains cluttered with multiple unused tabs. With the introduction of the New UI experience, if you fail to close browser tabs from previous sessions, they will automatically reload upon login.
287286

288287
<img src={useBaseUrl('img/get-started/tab-reload.gif')} alt="tab-reload.gif" />
289288

290289
Moreover, we've made the **Recents** feature more prominent in the navigation bar and plan to extend it to other content types which will make it easier for users to open recently opened tabs.
291290
</details>
292291

293292
<details>
294-
<summary><strong>Q:</strong> If I opt in to the New UI, will I lose access to the Classic UI?</summary>
295-
296-
No, opting for the **New UI** won't lock you out of the old interface. You'll have the flexibility to switch between the two experiences directly within the UI.
293+
<summary><strong>Q:</strong> How do I access the Classic UI?</summary>
297294

298-
Once the feature flag is enabled, all organization users will see a **Switch to New UI** option in the left navigation menu. Clicking on this button allows users to opt into the **New UI**. Once opted in, the system will remember the preference, redirecting old URLs to their corresponding new ones. Consequently, subsequent logins will automatically direct users to the **New UI**.
299-
</details>
295+
The New UI is the future of Sumo Logic, offering better performance, easier navigation, and exclusive new features. While we understand that transitions take time, we strongly recommend using the New UI for the best experience.
300296

301-
<details>
302-
<summary><strong>Q:</strong> How do I opt out of the New UI?</summary>
297+
If you switch back to the Classic UI, you will not have access to:
298+
* Faster load times and improved performance.
299+
* New UI enhancements and upcoming feature releases.
300+
* Stateful URLs that save your session and make sharing easier.
301+
* More intuitive navigation for faster workflows.
303302

304-
You have the flexibility to opt out whenever you choose. Just go to left navigation menu of the **New UI** and click the **Return to Classic UI** option. Once you've switched back to the **Classic UI**, all subsequent sessions will default to the **Classic UI** experience.
303+
The Classic UI will be retired in 2025 and will no longer receive updates. The exact date will be communicated closer to the transition. If you still need to access it temporarily, select **Return to classic UI** from the left navigation menu.
305304

306305
<img src={useBaseUrl('img/get-started/return-to-classic.png')} alt="return-to-classic.png" width="200"/>
307306

308-
We highly encourage you to begin transitioning to the New UI for the latest features and updates.
309-
310-
</details>
311-
312-
<details>
313-
<summary><strong>Q:</strong> When will Sumo Logic remove access to the Classic UI?</summary>
307+
We encourage you to stay in the New UI and take advantage of its benefits!
314308

315-
Our goal is to turn off access to the Classic UI in the first half of 2025. However, this timeline is subject to change and will be determined by new UI adoption rates.
316309
</details>
317310

318311
## Get support
319312

320-
Contact [Support](https://support.sumologic.com/) or head to our [Sumo Logic Slack](https://sumodojo.slack.com/) channel.
313+
For questions or issues, contact [Support](https://support.sumologic.com/) or join our [Sumo Logic Slack](https://sumodojo.slack.com/) channel.
321314

322315
Have feedback? Send it to [our UX Team](mailto:[email protected]).
323-
324-
## Legacy UI
325-
326-
If you're looking for information on our legacy UI, which will be deprecated in early 2025, see [Tour the Sumo Logic Classic UI](/docs/get-started/sumo-logic-ui-classic).
-20 KB
Binary file not shown.

0 commit comments

Comments
 (0)