https://github.com/coralogix/akamai-datastream-cli
Akamai DataStream CLI to collect logs from Akamai DataStream API and send it Coralogix.
https://github.com/coralogix/akamai-datastream-cli
akamai coralogix datastream fluentd logging
Last synced: 26 days ago
JSON representation
Akamai DataStream CLI to collect logs from Akamai DataStream API and send it Coralogix.
- Host: GitHub
- URL: https://github.com/coralogix/akamai-datastream-cli
- Owner: coralogix
- License: apache-2.0
- Created: 2020-09-28T22:15:01.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-12T11:21:04.000Z (over 2 years ago)
- Last Synced: 2025-08-13T12:08:09.265Z (about 2 months ago)
- Topics: akamai, coralogix, datastream, fluentd, logging
- Language: Go
- Homepage: https://coralogix.com
- Size: 14.6 KB
- Stars: 0
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Akamai DataStream CLI
[](https://goreportcard.com/report/github.com/coralogix/akamai-datastream-cli)
[](https://godoc.org/github.com/coralogix/akamai-datastream-cli)
[](https://raw.githubusercontent.com/coralogix/akamai-datastream-cli/master/LICENSE)
[](https://github.com/coralogix/akamai-datastream-cli/issues)
[](https://github.com/coralogix/akamai-datastream-cli/pulls)
[](https://github.com/coralogix/akamai-datastream-cli/graphs/contributors)`Akamai DataStream CLI` is the utility to collect logs from `Akamai DataStream API` and send it [Coralogix](https://coralogix.com/).
## Prerequisites
Before beginning you must have installed:
* `docker` (`^18.09`)
* `docker-compose` (`^1.27.3`)
* `cmake`## Usage
Complete next steps:
1. Clone/download this repository
2. Copy `examples/akamai.env.example` to `configs/akamai.env` and fill with `Akamai` credentials and datastream settings ([Akamai DataStream API](https://developer.akamai.com/api/web_performance/datastream/v1.html))
3. Copy `examples/coralogix.env.example` to `configs/coralogix.env` and fill with `Coralogix` credentialsThen deploy logging agent to `Docker`:
```bash
$ make deploy
```## License
This project is licensed under the Apache-2.0 License.