Skip to content

Commit

Permalink
added skip rules for some log messge
Browse files Browse the repository at this point in the history
  • Loading branch information
Jin-Sun-tts committed Jan 2, 2024
1 parent b160e5c commit 623738e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified .DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions create-space-drain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ cat > manifest.yml << EOF
---
applications:
- name: ${prefix}-space-drain
instances: 1
instances: 0
memory: 64M
no-route: true
EOF

cf drain-space --drain-name "${prefix}-space-drain" "$drain_url"
cf drain-space --drain-name "${prefix}-space-drain" "$drain_url"
2 changes: 1 addition & 1 deletion vars.development-ssb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ https_proxy:

# Optional license key for delivering logs to New Relic
# See https://github.com/newrelic/logstash-output-plugin
logstash_newrelic_license_key:
logstash_newrelic_license_key: d5cb2aa3c0e6523e95a70d50ad5fdbc4db22d9e7
logstash_newrelic_log_uri: https://gov-log-api.newrelic.com/log/v1

0 comments on commit 623738e

Please sign in to comment.