Skip to content

Commit fefaadb

Browse files
committed
Added description for CloudFoundry ops file
1 parent 6695c37 commit fefaadb

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

deployment/operations/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,11 @@ $ bosh upload-stemcell https://bosh.io/d/stemcells/bosh-aws-xen-hvm-ubuntu-trust
2121
$ cd <logsearch-boshrelease path>/deployment
2222
2323
$ bosh -d logsearch deploy logsearch-deployment.yml -o operations/aws-lb.yml
24-
```
24+
```
25+
26+
## cloudfoundry.yml
27+
Includes [logsearch-for-cloudfoundry](https://github.com/cloudfoundry-community/logsearch-for-cloudfoundry) release. It allows to fetch application logs from CloudFoundry deployment via Firehose interface.
28+
29+
To use this extention, you have to provide following variables: `cf_admin_password`, `uaa_admin_client_secret` and `system_domain`. You can find them in your CloudFoundry deployment variables.
30+
31+
After deployment, please run `create-uaa-client` errand to create UAA client, and `elasticsearch_config` to upload the config. After that, you will be able to login into Logsearch UI using your CloudFoundry credentials, and use `https://logs.<YOUR_DOMAIN>` endpoint to access Logsearch UI.

0 commit comments

Comments
 (0)