---
id: faq
title: Sumo Logic FAQ
sidebar_label: FAQ
description: Answers to frequently asked questions about Sumo Logic.
slug: /help/docs/get-started/faq/
canonical: https://www.sumologic.com/help/docs/get-started/faq/
---
Frequently asked questions about Sumo Logic.
## What is the optimal log format to use with Sumo Logic?
When you have full control over your logging format we recommend human readable key-value pairs whenever possible. JSON and XML are also acceptable, though XML is harder to read and parse than JSON.
Whatever you use follow these rules:
* Use key-value pairs in a regular, defined format such as `key=value,` so they're easy to [parse](/docs/search/search-query-language/parse-operators).
* Start logs with a regular, well-defined timestamp, ideally including a time zone. See [timestamp considerations and supported formats](/docs/send-data/reference-information/time-reference.md) for details.
* Start logs with a regular format to make automatically detecting message boundaries easier. See [collecting multiline logs](/docs/send-data/installed-collectors/sources/define-boundary-regex-multiline-messages.md) for details.
For example, from our own production logs, we use the following:
```json
2012-08-16 13:39:36,979 [metrics] INFO com.sumologic.util.Reporter - com.sumologic.util.scala.Aggregator.Buffer[/usr/sumo/stream-19.5-3/logs/stream.log]-Size-Meter (bytes/s) count=78847, fifteenMinuteRate=0.26, fiveMinuteRate=0.11, oneMinuteRate=0.00, meanRate=1.06
```
This is a key-value pair log, which is easy to parse and easy to read in Sumo.
## What types of logs can I collect?
The following table lists data types and some of the popular sources that produce logs, which can be collected by Sumo Logic. This list is a sample only to provide a general idea of the possible sources of log data; it is not complete.
| Data Type | Popular Log Sources |
| :-- | :-- |
| Custom App Code |
- Java
- [Log4J](/docs/send-data/collect-from-other-data-sources/sumo-logic-open-source-projects.md)
- Log4J 2
- Microsoft .NET
- Rails
|
| Open Source | - Apache
- [Apache Tomcat](/docs/integrations/web-servers/apache-tomcat)
- Hadoop
- Lucene
|
| Middleware | - JBoss
- Oracle WebLogic
- webMethods
- WebSphere
|
| Databases | - IBM DB2
- [MySQL](/docs/integrations/databases/mysql)
- [Microsoft SQL Server](/docs/integrations/microsoft-azure/sql-server#collecting-logs-and-metrics-for-the-microsoft-sql-server-app)
- Oracle
|
| Server / OS | - HP UX
- [Linux](/docs/integrations/hosts-operating-systems/linux)
- Mac
- Red Hat
- Ubuntu
- Windows
|
| Virtual | - Citrix
- Microsoft Hyper-V
- VMware
|
| Network | - [Cisco ASA](/docs/integrations/security-threat-detection/cisco-asa)
- [Palo Alto Networks](/docs/integrations/security-threat-detection/palo-alto-networks-9)
- McAfee
- Symantec
|
| Content Delivery | - [Akamai](/docs/integrations/saas-cloud/akamai-cloud-monitor)
- [Amazon CloudFront](/docs/integrations/amazon-aws/cloudfront)
- [Fastly](/docs/integrations/saas-cloud/fastly)
- Limelight Networks
|
| IaaS / PaaS | - Amazon
- [Heroku](/docs/integrations/web-servers/heroku)
- Windows
- [Google Audit](/docs/cse/ingestion/ingestion-sources-for-cloud-siem/google-workspace-apps-audit/)
- [Google Cloud Platform (GCP)](/docs/send-data/hosted-collectors/google-source/google-cloud-platform-source.md)
|
| SaaS | - [Box](/docs/integrations/saas-cloud/box)
- [ServiceNow](/docs/alerts/webhook-connections/servicenow/set-up-connections.md)
- [Salesforce](/docs/integrations/saas-cloud/salesforce)
- [Microsoft Office 365](/docs/integrations/microsoft-azure/office-365)
|
| Security | - Cisco
- McAfee
- Symantec
- Qualys
|
## Where is my data stored?
Where your data is stored depends on the geographical location the Account Owner selects when creating your Sumo Logic account. Your data is stored only in your selected region.
import AWSDeploymentRegion from '../reuse/aws-region-by-sumo-deployment.md';
## What does Preview mean on some features?
Preview features are available for early access before general availability. Sumo Logic offers three preview tiers: Private Preview, Extended Preview, and Public Preview. Each tier reflects different levels of maturity, customer participation, and production readiness. To learn more about eligibility, participation criteria, and available features, see [Preview Releases](/docs/preview).