KurocoFiles Log
You can check the access log to files inside Kuroco.
How to access KurocoFiles Log page
Click [Log management] above the page title and click [KurocoFiles Logs] in the dropdown menu.
KurocoFiles Log Item Description
Filtering using URI
You can use the filtering by URI.
Input the desired uri in [URI] text box and click [Search] button. It filters in partial match.
Advanced search
Click the [Advanced search] button to input advanced filter conditions.
https://diverta.gyazo.com/f8becb168683e9cb1cfd4bb523652d3c
The following input options are available:
Field | Description | Specifiable conditions |
---|---|---|
Timestamp | Date and time the log was recorded. | Date and time range specification |
Cache status | Indicates if this request was served by a cache. | Cache status |
HTTP method | HTTP method of the request. | HTTP method |
Status | HTTP response status code for the request. | HTTP status |
URI | URI of the endpoint that sent the request. | Available search operations |
Client IP address | IP address of the user making the request. | Available search operations |
The advanced search function allows you to concatenate multiple conditions using AND
or OR
.
AND
: Returns only data matching all the specified conditions in your search.OR
: Returns data matching any of your specified conditions.
Date and time range specification
The following date and time input options are available:
- Date range
- Relative
- Time range
- Datetime range
Available search operations
You can specify the following operations in the search conditions:
Operation | Input type | Returned data |
---|---|---|
contains | Text string | Entries matching part of the search term. |
not contains | Text string | Entries not matching any part of the search term. |
= | Alphanumeric string | Entries exactly matching the search term. |
!= | Alphanumeric string | Entries not exactly matching the search term. |
< | Alphanumeric string | Entries less than the search term. |
> | Alphanumeric string | Entries greater than the search term. |
<= | Alphanumeric string | Entries less than or equal to the search term. |
>= | Alphanumeric string | Entries greater than or equal to the search term. |
starts with | Text string | Entries beginning with the search term. |
not starts with | Text string | Entries not beginning with the search term. |
ends with | Text string | Entries ending with the search term. |
not ends with | Text string | Entries not ending with the search term. |
in | Alphanumeric string | Entries matching any of the search terms (for multiple search terms only). |
not in | Alphanumeric string | Entries not matching any of the search terms (for multiple search terms only). |
Sort
Under "Sort", you can specify the sort key and display order of the search results.
ASC
: Ascending, from oldest to newest.DESC
: Descending, from newest to oldest.
Log list
Item | Description |
---|---|
Timestamp | the date and time when the log was registered |
Cache status | It shows whether the cache was used for the request. See Cache status for the detail. |
HTTP method | HTTP method |
Status | HTTP response status code |
Response | API response message |
URI | URI endpoint tp which the request was sent |
Client IP address | IP address of the user who sent the request |
API access token | access token which was sent with the request |
Execution time | request execution time of the server |
Body size | body size of HTTP request |
Referer | URL of the website right before the currently requested page |
User agent | the user agent who requested the API |
City | the place information where the user |
Country code | country code of the user |
IO info | Fastly image optimizer data |
Request ID | Fastly request ID |
Application request ID | Kuroco request ID |
Cache status
There are following 3 kinds of status.
Item | Description |
---|---|
HIT | There was a request from the cache. |
MISS | Reached the server without finding the cache. |
PASS | Could not cache. |
Buttons
Button | Description |
---|---|
Search | Search based on the above settings. |
Download | Download a list of the displayed logs. |
Delete | Delete a list of the displayed logs. |
Log list download
After click [Download] button, the download settings will open.
Field(s) | Description |
---|---|
Charset | Character encoding of the output CSV file. |
Cancel | Cancel downloading. |
Download | Execute downloading. |