KurocoEdge log
You can review the request history processed by KurocoEdge in the KurocoEdge log.
Accessing the screen
There are 2 ways to access the KurocoEdge log page.
Accessing from the KurocoEdge menu
In the left sidebar menu, click [KurocoEdge] -> [KurocoEdge log].
Accessing from the Operation menu
In the left sidebar menu, click [Operation] -> [Log management].
Click [Log management] above the page title and click [KurocoEdge Logs] in the dropdown menu.
Field descriptions
Filter conditions
You can filter the logs easily using the URI search and advanced search functions.
URI search
Enter the target URI in the search box and click [Search].
Timestamp search
Select the date and time range for the timestamp and click [Search].
The designated logging period is 35 days. When specifying past log dates, please make sure to specify within the 35-day range.
Advanced search
Click the [Advanced search] button to input advanced filter conditions.
The following input options are available:
Field | Description | Specifiable conditions |
---|---|---|
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 |
Response | API response message. | Available search operations |
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 |
API access token | Authentication token passed along with the request. | Available search operations |
Body size | Response body size in bytes. | Available search operations (numeric input only) |
Referer | Address of the webpage immediately before the currently requested page. | Available search operations |
User agent | User agent requesting the API. | Available search operations |
City | Location information of the user making the request. | Available search operations |
Country code | Country code of the user making the request. | Available search operations |
IO info | Image optimizer data from Fastly. | Available search operations |
Application request ID | Unique request ID used by Fastly. | Available search operations |
Request id | Unique request ID used by Kuroco. | Available search operations |
Sigsci Tags | Fastly Signal Science Tags. See X-SigSci-Tags for details. | Sigsci tags |
Kuroco ID | Linked Kuroco site ID | 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.
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). |
*Only numerical operations are allowed for execution_time
and body_size
.
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.
Available sort keys:
Date
cache_status
request
status
execution_time
body_size
Log entries
The columns displayed for the log entries are as follows:
Column | Description |
---|---|
Timestamp | Date and time the log was recorded. |
Cache status | Indicates if the request was served by a cache. See: Cache status below for details. |
HTTP method | HTTP method of the request. See: HTTP method below for details. |
Status | HTTP response status code for the request. See: HTTP status below for details. |
Response | API response message. |
URI | URI of the endpoint that sent the request. |
Client IP address | IP address of the user making the request. |
Elapsed time | Time taken for processing the request. |
Body size | Response body size in bytes. |
Referer | Address of the webpage immediately before the currently requested page. |
User agent | User agent requesting the API. |
City | Location information of the user making the request. |
Country code | Country code of the user making the request. |
IO info | Image optimizer data from Fastly. |
Request id | Unique request ID used by Fastly. |
Backend | URL of the backend server used by the current request. |
Sigsci Tags | Fastly Signal Science Tags. See X-SigSci-Tags for details. |
Kuroco ID | Linked Kuroco site ID |
Cache status
The cache status can take one of the values below:
Value | Description |
---|---|
HIT | Request was received from a cache. |
MISS | Request reached the server and no cache was found. |
PASS | Request could not be cached. |
ERROR | An error occurred during caching. |
HTTP method
- GET
- POST
- HEAD
HTTP status
- OK
- Accepted
- Partial Content
- Moved Permanently
- Moved Temporarily
- Bad Request
- Unauthorized
- Forbidden
- Not Found
- Method Not Allowed
- Unprocessable Entity
- Internal Server Error
- Bad Gateway
- Service Unavailable
- Gateway Time-out
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 clicking the [Download] button, the download settings will open.
Field(s) | Description |
---|---|
Charset | Character encoding of the output CSV file. |
Cancel | Cancel downloading. |
Download | Execute downloading. |
Support
If you have any other questions, please contact us or check out Our Discord Community.