このページは日本語には対応しておりません。随時翻訳に取り組んでいます。翻訳に関してご質問やご意見ございましたら、お気軽にご連絡ください。

List endpoint returns logs that match a log search query.

Inputs

フィールド

種類

説明

time [required]

Timeframe to retrieve the log from.

index

string

The log index on which the request is performed.

query

string

The search query - following the log search syntax.

startAt

string

Hash identifier of the first log to return in the list, available in a log id attribute.

sort

enum

Time-ascending asc or time-descending descresults. Allowed enum values: asc,desc

limit

number

Number of logs to return in the response. Default value of 50, maximum value of 1,000.

default: 50

Outputs

Expand All

フィールド

種類

説明

nextLogId

string

Hash identifier of the next log to return in the list.

status

string

Status of the response.

logs

[object]

Array of logs matching the request and the nextLogId if sent.

id

string

Unique ID of the Log.

content

object

JSON object containing all log attributes and their associated values.

timestamp

date-time

Timestamp of your log.

tags

[string]

Array of tags associated with your log.

attributes

object

JSON object of attributes from your log.

host

string

Name of the machine from where the logs are being sent.

service

string

The name of the application or service generating the log events.

message

string

The message reserved attribute of your log.

url

string

The URL of the log.