/syslog-drain-plugin

CF CLI plugin to help with managing syslog drains

Primary LanguageGoApache License 2.0Apache-2.0

CF CLI Syslog Drain Plugin

CF CLI plugin to help manage syslog drains

The plugin currently has three different commands that all list the syslog drain details in CSV format. The output CSV has the following fields:

Org, Space, Bound App Name, Drain Name, Drain URL, Drain GUID, Drain Service Last Operation

Installation

make && cf install-plugin -f ./bin/syslog-drain-plugin

Usage

List all syslog log drains for an entire foundation in CSV format

$ cf list-syslog-drains

List all syslog log drains for the currently targeted org in CSV format

$ cf list-org-syslog-drains

List all syslog log drains for the currently targeted space in CSV format

$ cf list-space-syslog-drains