We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 416eb00 commit 570ec95Copy full SHA for 570ec95
tile/tile.yml
@@ -4,8 +4,6 @@ label: Splunk Firehose Nozzle for PCF
4
description: Forward firehose logs & metrics to Splunk
5
icon_file: icon.png
6
7
-
8
-org_quota: 4096 # Optional, memory quota in mb
9
apply_open_security_group: true # Apply open security group, default: false
10
allow_paid_service_plans: true # Allow paid service plans, default: false
11
@@ -79,6 +77,7 @@ forms:
79
77
- name: ValueMetric
80
78
label: ValueMetric
81
- name: CounterEvent
+
82
label: CounterEvent
83
- name: Error
84
label: Error
@@ -122,7 +121,7 @@ packages:
122
121
type: app
123
label: Splunk-Firehose-Nozzle
124
manifest:
125
- memory: 512M
+ memory: 256M
126
instances: MY_INSTANCE_COUNT
127
buildpack: binary_buildpack
128
health-check-type: process
0 commit comments