Simple Log Service allows you to collect data from multiple sources, such as servers, applications, open source software, IoT devices, mobile devices, and Alibaba Cloud services. You can also collect data that is transferred over standard protocols. This topic describes the data sources that are supported by Simple Log Service.
Data sources
The following table describes the sources from which Simple Log Service can collect data.
Category | Source | Collection method | References |
Application | Program output | None | |
Access log | |||
Trace data | None | ||
Metric data | None | ||
Programming language | Java | None | |
Log4J Appender | None | ||
LogBack Appender | None | ||
C | None | ||
Python | None | ||
Python Logging | None | None | |
PHP | None | ||
.Net | None | ||
C++ | None | ||
Go | None | ||
Node.js | None | ||
JavaScript | None | ||
Operating system | Linux | None | |
Windows | None | ||
macOS/UNIX | None | ||
Docker file | None | ||
Docker output | None | ||
Database | MySQL binary log | None | |
MySQL query result | None | ||
SQL Server query result | None | ||
PostgreSQL query result | None | ||
Mobile device | iOS and Android | None | |
Web page | None | ||
Intelligent IoT | None | ||
Standard protocol | HTTP | ||
Syslog | None | ||
Kafka | None | ||
OpenTelemtry | None | ||
Imported data | Object Storage Service (OSS) data | None | |
MySQL data | None | ||
Elasticsearch data | None | ||
CloudMonitor data | None | ||
GCP Pub/Sub message | None | ||
Third-party software | Logstash | None | |
Flume | None | ||
Beats | None | ||
Fluentd | None | ||
Telegraf | None | ||
Alibaba Cloud service | Services such as Elastic Compute Service (ECS) and OSS | None |
Endpoints
Simple Log Service provides the following types of endpoints:
Internal endpoint: If you select an internal endpoint, Simple Log Service can be accessed by other Alibaba Cloud services in the same region over the classic network or a virtual private cloud (VPC), which is reliable.
Public endpoint: If you select a public endpoint, Simple Log Service can be accessed over the Internet, and the data transmission speed varies based on network conditions. To ensure secure data transmission, we recommend that you use HTTPS.
For more information, see Endpoints.
FAQ
Which network type do I need to select if I use Express Connect together with Simple Log Service?
We recommend that you select the internal network type.
Can I obtain public IP addresses when I collect data from the Internet?
Yes, you can turn on Log Public IP for your Logstore to obtain public IP addresses. For more information, see Create a Logstore.
Which network type do I need to select if I want to collect ECS logs from Region A to a Simple Log Service project in Region B?
We recommend that you select the Internet type and specify the region name of Region B in the command that is used to install Logtail on your ECS instance in Region A. This way, Logtail can access the project in Region B over the Internet. For more information about how to select a network type in other scenarios, see Select a network type.
How do I check whether an endpoint is accessible?
You can run the following command to check whether an endpoint is accessible. If output is returned, the endpoint is accessible.
curl $myproject.cn-hangzhou.log.aliyuncs.com
$myproject
: the name of the project.cn-hangzhou.log.aliyuncs.com
: the endpoint.