codetechnl/nova-aws-cloudwatch
最新稳定版本:1.0.1
Composer 安装命令:
composer require codetechnl/nova-aws-cloudwatch
包简介
Laravel Nova 4 | Get the logs from AWS CloudWatch
README 文档
README
A small and simple package to read CloudWatch logs without signing in to AWS.
Installation
Run the command composer require codetechnl/nova-aws-cloudwatch
Publish config file
artisan vendor:publish --tag=nova-aws-cloudwatch-config
Config explained
request.middleware => add a middleware to your own preference
groups.exclude => Define which LogGroupNames you don't want to display. They are filtered out with Laravel so they
wont show up in the JSON output.
groups.only => Define which LogGroupNames can be retrieved. As an extra layer, all LogGroupNames are extracted and
then filtered on what to exclude and what to hide. If you make a typo, the LogGroupName won't be displayed.
USING THE ONLY & EXCLUDE OPTIONS WILL CONFLICT, ONLY USE ONE OF THEM!!!
aws.* => Speaks for themselves
interface.date_time_format => Set your display preference. This is based on MomentJS. Read the docs to discover how to format the datetime
To do
- Support multiple AWS Regions
- Make table rows clickable
- Update log display
- Split on start and end of the request
- Make execution time and memory used bold
- Learn Tailwind for better styling
- Make logs searchable
统计信息
- 总下载量: 23
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-08-02