文件名称:awslogger:将行从 stdin 发送到 AWS CloudWatch Logs 的 CLI 工具
文件大小:7KB
文件格式:ZIP
更新时间:2024-06-21 12:20:11
JavaScript
awslogger 一种 CLI 工具,用于将来自 stdin 的行作为消息发送到 。 将在必要时创建日志组和日志流(并且如果正确的权限可用)。 以与 AWS 开发工具包相同的方式加载凭证(环境、配置文件、IAM 角色)。 还可以查看 ,以防它更适合您的需求——它不适合我的,因为我需要其他功能,如行拆分、凭据加载、时间戳等。 例子 $ awslogger --help Usage: awslogger [-t] group-name stream-name < lines.log Sends lines from stdin to AWS CloudWatch Logs Options: --help Display this help message and exit -t Prepend a ISO8601 timestamp to each messag
【文件预览】:
awslogger-master
----cli.js(726B)
----.gitignore(38B)
----README.md(1KB)
----LICENSE(1KB)
----.eslintrc(1KB)
----package.json(440B)
----apiRequest.js(4KB)
----index.js(4KB)
----.npmignore(14B)