General information about the Logi service
The Logs service is designed to collect, store and analyze logs of Servercore products that support logging:
Logs can be used to identify application and infrastructure bottlenecks and to quickly identify errors.
To see the availability of the Logi service in the regions, see the Logi availability matrix.
You can view and work with logs in the control panel using API requests or via AWS CLI.Logs in the service are stored for 14 days.
Principle of operation
Events that happen to a resource create an entry in the log file.Events in the log file can be combined by some logical characteristic into event streams, and event streams can be combined into groups.
An event is a record of some application activity.An event is a single record and consists of two parameters:
timestamp
— The time of the event;message
— event name.
A stream is a sequence of events united by a single source.The identifier of an event stream is its name.The name is an unchangeable parameter.
A log group is a set of event streams organized by storage parameters.The name is an immutable parameter of a log group.All log groups created by Servercore products start with the prefix s/
and contain the product abbreviation.For example, in the entry s/lbaas/my-loadbalancer
the prefix is s/
and the product abbreviation is lbaas
.
Cost
Now the service is free of charge. In the future the service will become paid — we will warn you about the change of conditions in advance.