Skip to content

Commit

Permalink
Increase recommended memory when deploying in Cloud foundry (elastic#…
Browse files Browse the repository at this point in the history
…21755)

(cherry picked from commit 6c80fb3)
  • Loading branch information
jsoriano committed Oct 14, 2020
1 parent add9bbb commit 13ca51c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deploy/cloudfoundry/filebeat/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
applications:
- name: filebeat
memory: 256M
memory: 512M
instances: 1
buildpacks:
- binary_buildpack
Expand Down
2 changes: 1 addition & 1 deletion deploy/cloudfoundry/metricbeat/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
applications:
- name: metricbeat
memory: 256M
memory: 512M
instances: 1
buildpacks:
- binary_buildpack
Expand Down
2 changes: 1 addition & 1 deletion filebeat/docs/running-on-cloudfoundry.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ To check the status, run:
$ cf apps
name requested state instances memory disk urls
filebeat started 1/1 256M 1G
filebeat started 1/1 512M 1G
------------------------------------------------

Log events should start flowing to Elasticsearch. The events are annotated with
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/docs/running-on-cloudfoundry.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ To check the status, run:
$ cf apps
name requested state instances memory disk urls
metricbeat started 1/1 256M 1G
metricbeat started 1/1 512M 1G
------------------------------------------------

Metrics should start flowing to Elasticsearch. The events are annotated with
Expand Down

0 comments on commit 13ca51c

Please sign in to comment.