pivotal-cf/logsearch-for-cloudfoundry-operators-boshrelease

Name: logsearch-for-cloudfoundry-operators-boshrelease

Owner: Pivotal Cloud Foundry

Description: null

Created: 2016-02-29 15:15:13.0

Updated: 2017-09-04 09:29:40.0

Pushed: 2018-05-18 23:26:09.0

Homepage: null

Size: 6761

Language: Ruby

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

This repo has been made available to the OSS Logsearch community as a reference. No pull requests or issues will be accepted or reviewed.

Logsearch for Cloud Foundry Operators

Log parsing rules and other components useful for running LogSearch with the main purpose of monitoring Cloud Foundry deployments. LogSearch for Cloud Foundry Operators is an “extension” on top of logsearch-boshrelease meaning a properly configured LogSearch deployment is required in order to use this release.

Configuring the deployment
Configure and upload Logsearch

In this step you are uploading the core logsearch-boshrelease, and preparing a base logsearch deploy manifest

t clone https://github.com/logsearch/logsearch-boshrelease --recursive
 logsearch-boshrelease
m templates/stub.$infrastructure.example.yml
ripts/generate_deployment_manifest $infrastructure stub.$infrastructure.example.yml > ~/workspace/logsearch.yml

sh upload release https://bosh.io/d/github.com/logsearch/logsearch-boshrelease
Configure and upload Logsearch for Cloud Foundry Operators

In this step you are uploading the logsearch-for-cloudfoundry-operators-boshrelease extension

t clone https://github.com/pivotal-cf/logsearch-for-cloudfoundry-operators-boshrelease.git --recursive
 logsearch-for-cloudfoundry-operators-boshrelease
sh create release --force
sh upload release
Generate the final deployment manifest

In this step you are extending the base logsearch manifest with the logsearch-for-cloudfoundry-operators-boshrelease extensions

m templates/example-with-basic-auth.yml
ripts/generate_deployment_manifest ~/workspace/logsearch.yml templates/example-with-basic-auth.yml > ~/workspace/logsearch-for-cf-ops.yml
Deploy
sh deployment ~/workspace/logsearch-for-cf-ops.yml
sh deploy

Tested to work with stemcell 3363


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.