@lyra-ai/toolkit 0.2.1 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -49,7 +49,7 @@ http://your-host:38000
|
|
|
49
49
|
|
|
50
50
|
Elasticsearch 日志查询工具,支持链路追踪、时间窗口、关键词搜索、自动根因解析。首次使用运行向导配置。
|
|
51
51
|
|
|
52
|
-
> 目前支持 [PlumeLog](https://
|
|
52
|
+
> 目前支持 [PlumeLog](https://gitee.com/plumeorg/plumelog) 索引格式(字段:`dateTime` / `dtTime` / `traceId` / `appName` / `className` / `content` / `logLevel`)。
|
|
53
53
|
|
|
54
54
|
```bash
|
|
55
55
|
log-query init # 向导式配置(ES 地址 + 索引 + 应用名)
|