https://github.com/pei0804/go-cloud-watch-logs-insights
Amazon CloudWatch Logs Insights Sample
https://github.com/pei0804/go-cloud-watch-logs-insights
aws cloudwatch go golang
Last synced: 11 months ago
JSON representation
Amazon CloudWatch Logs Insights Sample
- Host: GitHub
- URL: https://github.com/pei0804/go-cloud-watch-logs-insights
- Owner: pei0804
- License: mit
- Created: 2018-12-26T08:44:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-26T10:12:17.000Z (over 7 years ago)
- Last Synced: 2025-04-03T05:32:01.310Z (about 1 year ago)
- Topics: aws, cloudwatch, go, golang
- Language: Go
- Homepage: https://tikasan.hatenablog.com/entry/2018/12/26/194526
- Size: 6.84 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
```console
$ make download
$ export AccessKeyID=hoge
$ export SecretAccessKey=fuga
$ make run
```
```console
$ go run main.go -s="2018-12-25" -e="2018-12-26" -n="/aws/lambda/hoge" -l=10 -q="fields @timestamp, @message | sort @timestamp desc"
```
```console
$ go version
go version go1.11.4 darwin/amd64
```