https://github.com/springerpe/cf-vector-buildpack
vector logging buidlpack PoC
https://github.com/springerpe/cf-vector-buildpack
Last synced: 7 months ago
JSON representation
vector logging buidlpack PoC
- Host: GitHub
- URL: https://github.com/springerpe/cf-vector-buildpack
- Owner: SpringerPE
- License: mit
- Created: 2020-06-14T13:42:55.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-14T13:43:21.000Z (almost 6 years ago)
- Last Synced: 2025-10-11T20:51:30.652Z (7 months ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cf-vector-buildpack
Cloudfoundry buildpack to manage application logs
## Using it
blabla
and run `cf push`
## Settings
Parameters are set via environment these environment variables:
```
```
# Development
Implemented using bash scripts to make it easy to understand and change.
https://docs.cloudfoundry.org/buildpacks/understand-buildpacks.html
The builpack uses the `deps` and `cache` folders according the implementation purposes,
so, the first time the buildpack is used it will download all resources, next times
it will use the cached resources.
# Author
(c) Jose Riguera Lopez
Springernature Engineering Enablement
MIT License