Skip to content

Commit 7b81240

Browse files
kimsaucejpipkin1
andauthored
DOCS-718 - Google SSO for signup/sign-in (#5262)
* Google SSO for signup/sign-in * Update docs/get-started/sign-up.md * Google SSO signin/signup instructions. Correct login/signin-->sign in. * revert header * Changes per PM, plus release notes * Rename 2025-04-14-manage.md to 2025-04-15-manage.md * Update blog-service/2025-04-15-manage.md * Fix broken link * added signup info * Update docs/get-started/sign-up.md * Update docs/get-started/sign-up.md * Update docs/manage/security/saml/integrate-aws-sso.md * Update docs/manage/security/saml/integrate-aws-sso.md * Update docs/manage/security/saml/set-up-saml.md * Update docs/manage/security/saml/integrate-with-bitium.md * Update docs/manage/security/saml/integrate-aws-sso.md * Update docs/manage/security/saml/integrate-sumo-with-azure-ad.md * Update docs/manage/security/saml/integrate-aws-sso.md --------- Co-authored-by: John Pipkin <[email protected]>
1 parent fd718d6 commit 7b81240

File tree

25 files changed

+137
-52
lines changed

25 files changed

+137
-52
lines changed

blog-service/2025-04-21-manage.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: Sign in with Google SSO (Manage)
3+
image: https://help.sumologic.com/img/sumo-square.png
4+
keywords:
5+
- onboarding
6+
- authentication
7+
- sign in
8+
- trial
9+
- sso
10+
hide_table_of_contents: true
11+
---
12+
13+
We’ve made it even easier to access Sumo Logic: you can now sign in using your Google account credentials.
14+
15+
If your email address is linked to a Google account, just click **Continue with Google** on the sign-in page to authenticate. No setup required.
16+
17+
You can also use Google SSO when signing up for a new Sumo Logic account.
18+
19+
Organizations using SAML or other identity providers will continue to sign in as usual.
20+
21+
[Learn more](/docs/get-started/sign-up/).

docs/apm/traces/get-started-transaction-tracing/opentelemetry-instrumentation/net/traceid-spanid-injection-into-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ The injection allows you to click a link from the Trace View tab and launch a se
5555
</appender>
5656
```
5757

58-
## Additional information
58+
## Additional resources
5959

6060
* [NLog.DiagnosticSource | GitHub](https://github.com/NLog/NLog.DiagnosticSource)

docs/dashboards/drill-down-to-discover-root-causes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Not all error states will provide related content links.
1515

1616
To discover and view related content, do the following:
1717

18-
1. Log in to Sumo Logic and open the Dashboard.
18+
1. Sign in to Sumo Logic and open the Dashboard.
1919
1. Select the graph data point you are interested in. In the following screenshot, we selected a bar in a bar chart. A panel appears on the right of the window with details and a list of related content links.<br/><img src={useBaseUrl('/img/dashboards/drill-root-causes/details-pane.png')} alt="details pane" style={{border: '1px solid gray'}} width="800" />
2020

2121
## Summary tab

docs/get-started/quickstart.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ OpenTelemetry is our preferred collector unless you're configuring security data
7979

8080
#### OpenTelemetry Collector
8181

82-
1. Log in to Sumo Logic.
82+
1. Sign in to Sumo Logic.
8383
1. In the main Sumo Logic menu, select **App Catalog**.
8484
1. Click the app you'd like to install.
8585
1. Click the **Add a New Collector** option during app installation.
@@ -90,7 +90,7 @@ OpenTelemetry is our preferred collector unless you're configuring security data
9090

9191
#### Installed and Hosted Collector
9292

93-
1. Log in to Sumo Logic.
93+
1. Sign in to Sumo Logic.
9494
1. [**Classic UI**](/docs/get-started/sumo-logic-ui-classic). In the main Sumo Logic menu, select **Manage Data > Collection > Collection**. <br/>[**New UI**](/docs/get-started/sumo-logic-ui). In the top menu select **Configuration**, and then under **Data Collection** select **Collection**. You can also click the **Go To...** menu at the top of the screen and select **Collection**.
9595
1. Select **Add Collector**.<br/><img src={useBaseUrl('img/get-started/WTS_Collector_page.png')} alt="Add Collector" />
9696
1. Choose from our [Hosted Collector](/docs/send-data/hosted-collectors) (web-hosted) or [Installed Collector](/docs/send-data/installed-collectors) (locally installed on your machine).
@@ -158,14 +158,14 @@ From the Sumo Logic Home page, click the **Learn** tab to access:
158158
Don't just learn it - master it! Get recognized as a Sumo Logic expert by completing the courses in the [Sumo Logic Certification Program](/docs/get-started/training-certification-faq/#what-certifications-does-sumo-logic-offer). We’re happy to help you get certified right from the product.
159159

160160

161-
## Additional information
162-
163-
:::sumo Need help?
164-
Contact us at the [Sumo Dojo Slack](https://sumodojo.slack.com/) or [submit a support ticket](https://support.sumologic.com/support/s).
165-
:::
161+
## Additional resources
166162

167163
* [Choosing a Sumo Logic Collector and Source](/docs/send-data/choose-collector-source/)
168-
* [Kubernetes Quickstart](/docs/observability/kubernetes/quickstart). Get up and running with the Sumo Logic Kubernetes solution in minutes.
169-
* [Traces Quickstart](/docs/apm/traces/quickstart). This guide demonstrates how to measure application microservice performance.
164+
* [Kubernetes Quickstart](/docs/observability/kubernetes/quickstart)
165+
* [Traces Quickstart](/docs/apm/traces/quickstart)
170166

171167
See more quickstart tutorials in the [Sumo Logic Training Portal](/docs/get-started/training-certification-faq/#how-do-i-access-the-training-portal).
168+
169+
:::sumo Need help?
170+
Contact us at the [Sumo Dojo Slack](https://sumodojo.slack.com/) or [submit a support ticket](https://support.sumologic.com/support/s).
171+
:::

docs/get-started/sign-up.md

Lines changed: 73 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,87 @@ description: Learn how to sign up with Sumo Logic and create your account.
77

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

10-
Sumo Logic provides everything you need to conduct real-time forensics and log management for all of your IT data—without the hassle of managing or scaling hardware or storage. Start your 30-day trial and explore the full capabilities of our Continuous Intelligence Platform, including elastic scalability and powerful analytics.
10+
Sumo Logic provides everything you need to conduct real-time forensics and log management for all of your IT data—without the hassle of managing or scaling hardware or storage. Start your 30-day trial and explore the full capabilities of our Sumo Logic Log Analytics Platform, including elastic scalability and powerful analytics.
1111

12-
After your trial, your account will automatically convert to a [Free account](#upgrade-or-continue-with-free-account), allowing you to continue with limited features. You can [upgrade to a paid plan](https://www.sumologic.com/pricing) at any time to unlock premium features. Choose to sign up via the [Sumo Logic website](#sign-up-through-sumo-logic) or the [AWS Marketplace](#sign-up-through-aws-marketplace) and start using Sumo Logic in minutes.
12+
After your trial, your account will automatically convert to a [Free account](#upgrade-or-continue-with-free-account), allowing you to continue with limited features. You can [upgrade to a paid plan](https://www.sumologic.com/pricing) at any time to unlock premium features. Choose to sign up through [Sumo Logic](#sign-up-through-sumo-logic) or the [AWS Marketplace](#sign-up-through-aws-marketplace) and start using Sumo Logic in minutes.
1313

1414
## Sign up through Sumo Logic
1515

16-
To start your free trial:
16+
To start your free trial, head to the [Sumo Logic Free Trial page](https://www.sumologic.com/sign-up). You can register for an account using either Google single sign-on (SSO) or your email address.
1717

18-
1. Go to the [Sumo Logic Free Trial page](https://www.sumologic.com/sign-up).
19-
1. Register with a business email address to create your account.
20-
1. Check your inbox for the activation email.
18+
### Register using Google SSO
19+
20+
1. Click **Continue with Google** and select a Google account to use.
21+
1. Fill out the **Complete Your Account** form, then click **Activate**.
22+
1. Follow the setup guide to install a data collector and start ingesting data.
23+
24+
### Register using your email address
25+
26+
1. Click **Continue with email** and enter your business email address.
27+
1. Check your inbox for an activation email and click **Activate Now**.
2128
:::note
2229
The activation link expires after 3 days. If it expires, you’ll need to complete the sign-up process again.
2330
:::
24-
1. Open the activation email and click **Activate Now**. (If you do not see it, check your spam and trash folders.)
25-
1. Fill out the **Activate Your Account** form, then click **Activate**.
26-
1. After activating your account, follow the guidance in the [What to expect after activation](#what-to-expect-after-activation) section to explore sample data, install apps, and start ingesting your own data.
31+
1. Fill out the **Complete Your Account** form, then click **Activate**.
32+
1. Follow the setup guide to install a data collector, apps, and start ingesting data. [Learn more](#what-to-expect-after-activation).
33+
34+
## Sign in to Sumo Logic
35+
36+
Once you're registered for an account, you can sign in using your Google SSO, email address and password, or-if configured by your organization-an [identity provider](/docs/manage/security/saml).
37+
38+
### Set up data collection
39+
40+
The first step is collecting data. Our [Kickstart Data](/docs/get-started/quickstart/#getting-started-with-kickstart-data-in-your-trial) provides preloaded sample data and dashboards, giving you an easy way to explore Sumo Logic’s features like log search and alerts before setting up your own data. It’s perfect for getting familiar with our platform and evaluating its capabilities.
41+
42+
To start collecting your own data:
43+
44+
1. Select the platform you want to collect data from (AWS, Kubernetes, Linux, Windows, or macOS). This will install the OpenTelemetry collector and relevant dashboards.<br/><img src={useBaseUrl('img/get-started/data-onboarding.png')} alt="Data onboarding screen showing platform collection options like AWS, Kubernetes, Windows, macOS" style={{border: '1px solid gray'}} width="600" />
45+
1. For AWS, deploy a single account with a CloudFormation Template, CLI, or Terraform. For Kubernetes, Linux, Windows, or macOS, run the provided command in your Terminal or PowerShell. When the installation is complete, click **Start using Sumo**.
46+
47+
Your data will start flowing in a couple of minutes. Next, you'll be taken to a step-by-step onboarding guide, where you can visualize your data via dashboards, run your first log search, set up alerts, install apps, and more.
48+
49+
Alternatively, you can skip setup for now and browse our [App Catalog](/docs/integrations) to install prebuilt apps with easy-to-follow setup guides.
50+
51+
52+
### Upgrade or continue with Free account
53+
54+
After your trial ends, if you've not purchased a plan, your account will automatically convert to a Free account. This account lets you continue using Sumo Logic monitoring and log analytics services with limited features. To unlock premium features and scale as your needs grow, you can upgrade to a paid plan at any time.
55+
56+
<details>
57+
<summary>What's the difference between a Trial and a Free account?</summary>
58+
59+
With your trial, you’ll have full access to our Enterprise plan to explore all the powerful features Sumo Logic has to offer.
60+
61+
| | Trial account | Free account
62+
|:------------|:---------------|:------------
63+
| Data volume daily | 1GB | 500MB
64+
| Users | Up to 20 | Up to 3
65+
| Data Retention <sup>1</sup>| 30 days | 7 days
66+
| Metrics <sup>2</sup> | &#9989; | &#10060;
67+
| Data Forwarding <sup>3</sup> | &#9989; | &#10060;
68+
| Real-time Alerts <sup>4</sup> | &#9989; | &#10060;
69+
70+
<sup>1</sup> Data uploaded to the Sumo Logic Cloud.<br/>
71+
<sup>2</sup> Search through and visualize your data in near real-time, with up to 1000 data points per minute.<br/>
72+
<sup>3</sup> Forwards your logs to an S3 bucket after being collected and analyzed in Sumo Logic.<br/>
73+
<sup>4</sup> Notifies you in real-time when errors occur on your systems.
74+
75+
</details>
76+
77+
For information on plan types and pricing, see [Sumo Logic Pricing](https://www.sumologic.com/pricing) and [Manage Subscription](/docs/manage/manage-subscription).
78+
79+
#### Essentials plans
80+
81+
Using our self-service checkout, you can sign up for a Sumo Logic Essentials plan in just minutes using a credit card—no need to interact with the sales team.
82+
83+
- [Learn how to upgrade your plan with Credits account](/docs/manage/manage-subscription/upgrade-account/upgrade-credits-account).
84+
- [Learn how to upgrade your plan with Flex account](/docs/manage/manage-subscription/upgrade-account/upgrade-sumo-logic-flex-account).
85+
86+
<img src={useBaseUrl('img/manage/subscriptions/essentials-landing-page.png')} alt="Essentials landing page checkout" style={{border: '1px solid gray'}} width="600" />
87+
88+
#### Enterprise plans
89+
90+
If the Essentials plan doesn’t fully meet your needs and you’re interested in exploring further options like Cloud SIEM, contact [Sales](https://www.sumologic.com/contact-us/) to upgrade to an Enterprise plan. Our team is here to help you find the best fit for your organization.
2791

2892
## Sign up through AWS Marketplace
2993

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ To launch a search, metrics visualization, or live tail session, do the followin
136136

137137
### View recent dashboards and searches 
138138

139-
You see the Home landing page when you first log in to Sumo Logic. The Home page provides an at-a-glance view of the following:
139+
You see the Home landing page when you first sign in to Sumo Logic. The Home page provides an at-a-glance view of the following:
140140

141141
* Recently opened dashboards
142142
* Recently run searches

docs/get-started/training-certification-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Our self-paced training, micro lessons, and scheduled instructor-led training ar
2121

2222
### How do I access the Training Portal?
2323

24-
1. First, log in to Sumo Logic.
24+
1. Sign in to Sumo Logic.
2525
1. From the **Home** page, click the **Learn** tab.
2626
1. Click **Get Certified**. You'll be redirected to the portal page, where you can access all courses and certifications. <br/><img src={useBaseUrl('img/get-started/certifications.png')} alt="Get Certified" style={{border: '1px solid gray'}} width="500" />
2727

docs/integrations/app-development/jfrog-artifactory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ If you do not have an existing Sumo Logic account and it is your first time here
186186
If you already have an existing Sumo Logic account created outside of Artifactory Online:
187187
188188
1. Select **Connection URL** and copy and paste the URL of an existing Sumo Logic [HTTP Logs and Metrics Source](/docs/send-data/hosted-collectors/http-source/logs-metrics) in the **Connection URL** text box. <br/>![jfrog 7](/img/connection-and-integration/jfrog7.png)
189-
1. Log in to Sumo Logic and verify that your logs are flowing in as expected.
189+
1. Sign in to Sumo Logic and verify that your logs are flowing in as expected.
190190
1. Go to our **Apps Catalog**, search for **Artifactory**, then install the [Sumo Logic app for Artifactory 7](/docs/integrations/app-development/jfrog-artifactory) to get instant insight into your Artifactory logs. 
191191
192192
### If you have an existing connection

docs/integrations/cloud-security-monitoring-analytics/palo-alto-firewall-10.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ In this step you configure a hosted collector with a Cloud Syslog source that wi
5252

5353
To configure a hosted collector with a Cloud Syslog source, do the following:
5454

55-
1. Log in to Sumo Logic and [create a Hosted Collector](/docs/send-data/hosted-collectors/configure-hosted-collector).
55+
1. Sign in to Sumo Logic and [create a Hosted Collector](/docs/send-data/hosted-collectors/configure-hosted-collector).
5656
2. Create a [Cloud Syslog Source](/docs/send-data/hosted-collectors/cloud-syslog-source) on the hosted collector, specifying the following:
5757
* Enter a Source Name.
5858
* Provide a Source Category: **NW/PAN/V10**
@@ -103,7 +103,7 @@ In this step, you view logs using the Palo Alto Network Web interface to confirm
103103

104104
To verify the logs in Palo Alto Networks, do the following:
105105
1. In the Palo Alto Networks UI, select **Monitor** > **Logs**.
106-
2. Once the setup is done, log in to Sumo Logic.
106+
2. Once the setup is done, sign in to Sumo Logic.
107107
3. To validate that the logs are flowing to Sumo Logic, run a query using the source category you configured during [Step 1](#step-1-create-a-hosted-collector-and-cloud-syslog-source), such as: `_sourceCategory = NW/PAN/V10`.
108108

109109

@@ -179,4 +179,4 @@ import AppUpdate from '../../reuse/apps/app-update.md';
179179

180180
import AppUninstall from '../../reuse/apps/app-uninstall.md';
181181

182-
<AppUninstall/>
182+
<AppUninstall/>

docs/integrations/cloud-security-monitoring-analytics/palo-alto-firewall-9.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ In this step, you configure a hosted collector with a Cloud Syslog source that w
6262

6363
To configure a hosted collector with a Cloud Syslog source, do the following:
6464

65-
1. Log in to Sumo Logic and [create a Hosted Collector](/docs/send-data/hosted-collectors/configure-hosted-collector).
65+
1. Sign in to Sumo Logic and [create a Hosted Collector](/docs/send-data/hosted-collectors/configure-hosted-collector).
6666
2. Create a [Cloud Syslog Source](/docs/send-data/hosted-collectors/cloud-syslog-source) on the hosted collector, specifying the following:
6767
* Enter a Source Name.
6868
* Provide a Source Category: **NW/PAN/V9**
@@ -121,7 +121,7 @@ In this step, you view logs using the Palo Alto Network Web interface to confirm
121121
To verify the logs in Palo Alto Networks, do the following:
122122

123123
1. In the Palo Alto Networks UI, select **Monitor** > **Logs**.
124-
2. Once the setup is done, log in to Sumo Logic.
124+
2. Once the setup is done, sign in to Sumo Logic.
125125
3. To validate that the logs are flowing to Sumo Logic, run a query using the source category you configured during [Step 1](#step-1-create-a-hosted-collector-and-cloud-syslog-source), such as: `_sourceCategory = NW/PAN/V9`.
126126

127127

@@ -199,4 +199,4 @@ import AppUpdate from '../../reuse/apps/app-update.md';
199199

200200
import AppUninstall from '../../reuse/apps/app-uninstall.md';
201201

202-
<AppUninstall/>
202+
<AppUninstall/>

0 commit comments

Comments
 (0)