Elements of the string
The elements of the string are defined as follows:
Element | Description |
---|---|
SourceID | Internal string to identify where in the cloud service the log data was created. |
AccountID | The cloud service internal identifier for your account. |
ClusterIP | The IP address for the cluster that processed your web requests. |
Version | Current version number for the log file format. |
Epoch | The UNIX time for each log file, representing the time intervals between each generated log. |
SequenceNo | If your logs exceed a certain size, the cloud service will deliver multiple log files for the configured time interval. This number identifies each log in the given period. |
For example, for log files from a cluster with the IP address 10.12.14.16 generated every 10 minutes, you might see the following:
hosted_xxxx1_1234_10.12.14.16_1_1236779400_1.gz
hosted_xxxx2_1234_10.12.14.16_1_1236780000_1.gz
hosted_xxxx1_1234_10.12.14.16_1_1236780000_2.gz
hosted_xxxx3_1234_10.12.14.16_1_1236780000_3.gz
hosted_xxxx1_1234_10.12.14.16_1_1236780600_1.gz