Akamai DataStream CLI
is the utility to collect logs from Akamai DataStream API
and send it Coralogix.
Before beginning you must have installed:
docker
(^18.09
)docker-compose
(^1.27.3
)cmake
Complete next steps:
- Clone/download this repository
- Copy
examples/akamai.env.example
toconfigs/akamai.env
and fill withAkamai
credentials and datastream settings (Akamai DataStream API) - Copy
examples/coralogix.env.example
toconfigs/coralogix.env
and fill withCoralogix
credentials
Then deploy logging agent to Docker
:
$ make deploy
This project is licensed under the Apache-2.0 License.