Skip to content

Concourse pipeline and manifests for the cloud.gov ELK deployment.

License

Notifications You must be signed in to change notification settings

cloud-gov/deploy-logsearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

18F cloud.gov ELK deployment

This repo contains the pipeline and BOSH manifests for deploying cloud.gov ELK implementation.

Admin Setup

For admins to access all logs, membership in the System Organization is required.

UAA Setup

To set up the UAA client, add the following to the CF secrets:

properties:
  uaa:
    clients:
      kibana_oauth2_client:
        secret: CHANGEME
        scope: scim.userids,cloud_controller.read,openid,oauth.approvals
        authorized-grant-types: refresh_token,authorization_code
        redirect-uri: https://CHANGEME/login
        autoapprove: true
      logsearch_firehose_ingestor:
        secret: CHANGEME
        authorized-grant-types: client_credentials
        authorities: doppler.firehose,cloud_controller.admin
        override: true

About

Concourse pipeline and manifests for the cloud.gov ELK deployment.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published