Log Storage (logstore)
Description
Provides long-term storage of log files from all servers and nodes. Exists within each site independently of others.
Is the data provider for the log file access API. Uses disk storage, the limit of the size of the stored data is configurable in the options, after which the data is automatically cleaned up.
Reserved in Active-Passive mode. Not scalable.
Code |
|
Mode of operation |
|
Backup mode |
|
Types of sites |
|
Layer |
|
Placement |
|
Saving and restoring state on reboot |
|
appendix |
|
Own storage |
|
Limitations
-
In the absence of a role, there is no guaranteed storage of log files except that they are available for some time directly on the servers where they were created by roles.
Parameters
Configuration example
The configuration is managed in an application available to master domain administrators. The application hides the full content of the configuration, but it is nevertheless accessible via the API.
The configuration contains a section to describe all instances of all roles. Parameters are defined for each specific role instance.
{
"name": "logstore1",
"roletype": "logstore",
"iface": "eth0",
"group": 11110,
"order": 1,
"storepath": "alias://paths/c"
}