#{$row.id} {$title}

ID: {$row.id}
日志文件绝对路径
{notempty name="row.file_path"} {$row.file_path} {else/} 暂无数据 {/notempty}
文件 inode,用于检测日志轮转
{notempty name="row.inode"} {$row.inode} {else/} 暂无数据 {/notempty}
上次读取到的字节偏移
{notempty name="row.offset"} {$row.offset} {else/} 暂无数据 {/notempty}
上次读取时间戳
{notempty name="row.last_read_time"} {$row.last_read_time|date="Y-m-d H:i:s"} {else/} 暂无数据 {/notempty}
上次最后一行的 md5 哈希(容错校验)
{notempty name="row.last_line_hash"} {$row.last_line_hash} {else/} 暂无数据 {/notempty}
解析失败累计次数
{notempty name="row.parse_fail_count"} {$row.parse_fail_count} {else/} 暂无数据 {/notempty}
解析失败样本行(最多保留若干条)
{notempty name="row.parse_fail_samples"} {$row.parse_fail_samples|raw} {else/} 暂无内容 {/notempty}

基础信息

ID
{$row.id}
创建时间戳
{notempty name="row.create_time"} {$row.create_time|date="Y-m-d H:i:s"} {else/} 暂无数据 {/notempty}