diff --git a/docs/search/copilot.md b/docs/search/copilot.md
index 0d16f9fcf0..5682030e5f 100644
--- a/docs/search/copilot.md
+++ b/docs/search/copilot.md
@@ -2,7 +2,7 @@
id: copilot
title: Sumo Logic Copilot
sidebar_label: Copilot 🤖
-description: Streamline your log analysis with Sumo Logic Copilot, our AI-based assistant designed to simplify log analysis by allowing you to ask questions in plain English and providing search suggestions without the need to write log queries.
+description: Streamline your log analysis with Sumo Logic Copilot, our AI-based assistant that allows you to ask questions in plain English and provides search suggestions without manually typing log queries.
keywords:
- copilot
- artificial intelligence
diff --git a/src/helper/features.js b/src/helper/features.js
index 316486b917..31f7388b4a 100644
--- a/src/helper/features.js
+++ b/src/helper/features.js
@@ -1,285 +1,118 @@
-import React from 'react';
-import Translate, { translate } from '@docusaurus/Translate';
-
-export const features1 = [
- {
- title: translate({
- id: 'landing.feature.searches-logs.title',
- message: 'Searches and Logs',
- description: 'Title for searches & logs',
- }),
- imageUrl: 'img/icons/search.png',
- description: (
- Search, query and analyze your log data sent to Sumo Logic.
- ),
- link: 'docs/search',
- },
- {
- title: translate({
- id: 'landing.feature.metrics.title',
- message: 'Metrics',
- description: 'Title for metrics',
- }),
- imageUrl: 'img/icons/metrics.png',
- description: (
- Review performance and activity data collected to monitor and troubleshoot.
- ),
- link: 'docs/metrics',
- },
- {
- title: translate({
- id: 'landing.feature.traces.title',
- message: 'Traces',
- description: 'Title for Traces',
- }),
- imageUrl: 'img/icons/apm.png',
- description: (
- Observe apps and microservices at the level of individual requests to pinpoint issues.
- ),
- link: 'docs/apm/traces',
- },
-];
-
-
-export const features2 = [
- {
- title: translate({
- id: 'landing.feature.observability.title',
- message: 'Observability',
- description: 'Title for Observability',
- }),
- imageUrl: 'img/icons/observe.png',
- description: (
- Deploy and configure solutions to monitor apps and analyze root causes.
- ),
- link: 'docs/observability',
- },
- {
- title: translate({
- id: 'landing.feature.aws.title',
- message: 'AWS Observability',
- description: 'Title for AWS Observability',
- }),
- imageUrl: 'img/icons/operations/app-stack.png',
- description: (
- Monitor and troubleshoot AWS cloud infrastructure.
- ),
- link: 'docs/observability/aws',
- },
- {
- title: translate({
- id: 'landing.feature.k8s.title',
- message: 'Kubernetes Observability',
- description: 'Title for Kubernetes Observability',
- }),
- imageUrl: 'img/icons/operations/kubernetes.png',
- description: (
- Deploy and monitor Kubernetes.
- ),
- link: 'docs/observability/kubernetes',
- },
- {
- title: translate({
- id: 'landing.feature.rce.title',
- message: 'Root Cause Explorer',
- description: 'Title for Root Cause Explorer',
- }),
- imageUrl: 'img/icons/observe.png',
- description: (
- Accelerate app troubleshooting and root cause isolation.
- ),
- link: 'docs/observability/root-cause-explorer',
- },
- {
- title: translate({
- id: 'landing.feature.sensu.title',
- message: 'Sensu',
- description: 'Title for Sensu',
- }),
- imageUrl: 'img/icons/observe.png',
- description: (
- Visibility into apps, containers, traditional servers, and more.
- ),
- link: 'https://docs.sensu.io/sensu-go/latest',
- },
-];
-
-
-export const features3 = [
- {
- title: translate({
- id: 'landing.feature.integrations.title',
- message: 'Apps and Integrations',
- description: 'Title for Apps',
- }),
- imageUrl: 'img/icons/integrations.png',
- description: (
- Gain visibility into your data sources using our third-party app integrations and services.
- ),
- link: 'docs/integrations',
- },
- {
- title: translate({
- id: 'landing.feature.apm.title',
- message: 'App performance monitoring',
- description: 'Title for APM',
- }),
- imageUrl: 'img/icons/apm.png',
- description: (
- Monitor and analyze infrastructure health and app performance metrics.
- ),
- link: 'docs/apm',
- },
-];
-
-export const features4 = [
- {
- title: translate({
- id: 'landing.feature.cse.title',
- message: 'Cloud SIEM',
- description: 'Title for CSE',
- }),
- imageUrl: 'img/icons/security/cloud-siem.png',
- description: (
- Security event management and insight into key issues.
- ),
- link: 'docs/cse',
- },
- {
- title: translate({
- id: 'landing.feature.soar.title',
- message: 'Cloud SOAR',
- description: 'Title for SOAR',
- }),
- imageUrl: 'img/icons/security/soar-2-color-icon.png',
- description: (
- Modernize and automate your SOC for faster response times.
- ),
- link: 'docs/cloud-soar',
- },
-];
-
-
-export const features5 = [
- {
- title: translate({
- id: 'landing.feature.alerts.title',
- message: 'Alerts',
- description: 'Title for alerts',
- }),
- imageUrl: 'img/icons/alerts.png',
- description: (
- Visualize your data and set alerts to monitor activity.
- ),
- link: 'docs/alerts',
- },
- {
- title: translate({
- id: 'landing.feature.dashboards.title',
- message: 'Dashboards and Visuals',
- description: 'Title for dashboards',
- }),
- imageUrl: 'img/icons/dashboards.png',
- description: (
- Create visualizations, monitors, and alerts for your apps.
- ),
- link: 'docs/dashboards',
- },
- {
- title: translate({
- id: 'landing.feature.manage.title',
- message: 'Manage Sumo',
- description: 'Title for manage',
- }),
- imageUrl: 'img/icons/manage.png',
- description: (
- Manage Sumo admin settings and advanced features.
- ),
- link: 'docs/manage',
- },
-];
-
+export const features = [
+ // Tab 0: Observability
+ [
+ {
+ title: 'Log management',
+ imageUrl: 'img/icons/logs.png',
+ description: 'Search, visualize, and monitor logs in real time for faster troubleshooting.',
+ link: 'docs/search',
+ },
+ {
+ title: 'OpenTelemetry Collection',
+ imageUrl: 'img/icons/operations/kubernetes.png',
+ description: 'Collect logs, metrics, and traces using preconfigured integrations for 25+ sources.',
+ link: 'docs/observability/kubernetes',
+ },
+ {
+ title: 'Infrastructure monitoring',
+ imageUrl: 'img/icons/operations/monitor-release-candidates.png',
+ description: 'Track infrastructure health using dashboards, metrics, and alerts.',
+ link: 'docs/dashboards',
+ },
+ {
+ title: 'Application performance',
+ imageUrl: 'img/icons/traces.png',
+ description: 'Monitor app health, performance, and user experience across services.',
+ link: 'docs/apm',
+ },
+ {
+ title: 'Multi-cloud support management',
+ imageUrl: 'img/icons/cloud/cloud-systems.png',
+ description: 'Gain full-stack visibility into AWS, Azure, and GCP cloud apps and infrastructure, plus 150+ other native integrations.',
+ link: 'docs/integrations',
+ },
+ {
+ title: 'Kubernetes monitoring',
+ imageUrl: 'img/icons/operations/kubernetes.png',
+ description: 'Observe containerized environments at scale with native Kubernetes support.',
+ link: 'docs/observability/kubernetes',
+ },
+ {
+ title: 'Copilot',
+ imageUrl: 'img/icons/general/speakers.png',
+ description: 'Use AI-assisted search to investigate and resolve issues faster.',
+ link: 'docs/search/copilot',
+ },
+ {
+ title: 'Reliability management',
+ imageUrl: 'img/icons/operations/data-volume.png',
+ description: 'Create real-time SLIs and SLOs to monitor latency and errors, helping balance reliability with innovation.',
+ link: 'docs/observability/reliability-management-slo',
+ },
+ {
+ title: 'Database monitoring',
+ imageUrl: 'img/icons/operations/data-volume.png',
+ description: 'Monitor KPIs like slow queries, failed logins, and connections across DBs.',
+ link: 'docs/integrations/databases',
+ },
+ ],
-export const features6 = [
- {
- title: translate({
- id: 'landing.feature.sdo.title',
- message: 'Software Dev Optimization',
- description: 'Title for SDO',
- }),
- imageUrl: 'img/icons/sdo.png',
- description: (
- Monitor your CI/CD pipelines and accelerate release velocity.
- ),
- link: 'docs/observability/sdo',
- },
- {
- title: translate({
- id: 'landing.feature.rum.title',
- message: 'Real User Monitoring',
- description: 'Title for rum',
- }),
- imageUrl: 'img/icons/business/customer-retention.png',
- description: (
- Gain visibility into how users interact with your web apps.
- ),
- link: 'docs/apm/real-user-monitoring',
- },
- {
- title: translate({
- id: 'landing.feature.gi.title',
- message: 'Global Intelligence',
- description: 'Title for Global Intelligence',
- }),
- imageUrl: 'img/icons/cloud/global-intelligence.png',
- description: (
- Leverage machine learning to uncover global key performance and risk indicators.
- ),
- link: 'docs/global-intelligence',
- },
-];
+ // Tab 1: Security
-export const features = [
- features1,
- features2,
- features3,
- features4,
- features5,
- features6,
+ [
+ {
+ title: 'Cloud SIEM',
+ imageUrl: 'img/icons/security/cloud-siem.png',
+ description: 'Detect and investigate real-time threats across cloud and hybrid environments, reducing alert fatigue.',
+ link: 'docs/cse',
+ },
+ {
+ title: 'AI-driven investigations',
+ imageUrl: 'img/icons/alerts.png',
+ description: 'Use AI-driven insights and natural language queries to investigate, alert, and resolve incidents faster.',
+ link: 'docs/alerts/monitors/create-monitor',
+ },
+ {
+ title: 'Logs for Security',
+ imageUrl: 'img/icons/security/unlock.png',
+ description: 'Unlock cloud security with centralized, powerful log visibility.',
+ link: 'docs/security/additional-security-features/introduction-to-additional-security-features',
+ },
+ {
+ title: 'Security Playbook Response',
+ imageUrl: 'img/icons/operations/automated-detection.png',
+ description: 'Automate incident workflows to reduce false alarms and manual effort.',
+ link: 'docs/platform-services/automation-service/automation-service-playbooks',
+ },
+ {
+ title: 'Threat intelligence',
+ imageUrl: 'img/icons/security/detect-insider-threats.png',
+ description: 'Respond faster using SIEM, UEBA, and threat intelligence feeds.',
+ link: '/docs/security/threat-intelligence',
+ },
+ {
+ title: 'Cloud Infrastructure Security for AWS',
+ imageUrl: 'img/integrations/amazon-aws/cis-for-aws-logo.png',
+ description: 'Monitor cloud workloads, costs, and security across your AWS stack.',
+ link: 'docs/security/additional-security-features/cloud-infrastructure-security/cloud-infrastructure-security-for-aws',
+ },
+ {
+ title: 'Cloud SOAR',
+ imageUrl: 'img/icons/security/soar-2-color-icon.png',
+ description: 'Automate security workflows and coordinate response across tools.',
+ link: 'docs/cloud-soar',
+ },
+ {
+ title: 'Audit and Compliance',
+ imageUrl: 'img/icons/operations/matching-list.png',
+ description: 'Gain visibility into logs for audit trails and compliance use cases.',
+ link: 'docs/security/additional-security-features/audit-and-compliance',
+ },
+ {
+ title: 'PCI compliance',
+ imageUrl: 'img/icons/security/PCI-compliance.png',
+ description: 'Streamline PCI DSS data collection and reporting.',
+ link: 'docs/integrations/pci-compliance',
+ },
+ ],
];
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index 220fc4327d..5f25d2b08b 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -37,7 +37,6 @@ export const Home = () => {
{
sx={{
bgcolor: 'white',
backgroundImage: `url(${bgImage})`,
- alt: 'hero image',
backgroundPosition: {
md: 'top',
xs: 'left center',
@@ -173,10 +171,8 @@ export const Home = () => {
- {/* Main */}
+ {/* Product Guides */}
-
- {/* Product Guides */}
{
component='h2'
fontFamily='Lab Grotesque'
fontWeight={900}
- mb={{
- md: 'inherit',
- sm: 4,
- xs: 4,
- }}
+ mb={4}
textAlign='center'
variant='h4'
>
@@ -213,46 +205,17 @@ export const Home = () => {
onChange={(_, newTab) => setTab(newTab)}
sx={{
'& .MuiTabs-flexContainer': {
- flexWrap: {
- sm: 'wrap',
- xs: 'wrap',
- },
- justifyContent: {
- sm: 'center',
- xs: 'center',
- }
- },
- }}
- TabIndicatorProps={{
- sx: {
- display: {
- sm: 'none',
- xs: 'none',
- },
+ flexWrap: 'wrap',
+ justifyContent: 'center',
},
}}
+ TabIndicatorProps={{ sx: { display: 'none' } }}
value={tab}
>
{[
- {
- label: 'Data Types',
- },
- {
- label: 'Infrastructure Monitoring',
- },
- {
- label: 'Multi-Cloud',
- },
- {
- label: 'Security and Incidents',
- },
- {
- label: 'Tools',
- },
- {
- label: 'Other Solutions',
- },
- ].map(({ label, ...rest }, index) => (
+ 'Observability | Application and Infrastructure Monitoring',
+ 'Security | Alert Triage, Threat Detection, and Incident Response',
+ ].map((label, index) => (
{
fontWeight: 'bold',
}}
value={String(index)}
- {...rest}
/>
))}
- {features.map((feature, index) => tab === String(index) && (
+ {features.map((featureGroup, index) => (
- {feature.map((config) => (
+ {featureGroup.map((config) => (
{
xs={12}
>