-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
optimizing logstash #90
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we'd be better deleting rather than commenting, since git has the history if we ever need it. Otherwise, I think this all makes sense
# if [syslog_program] == "nats_to_syslog" { | ||
# <%= File.read('src/logstash-filters/snippets/bosh_nats.conf').gsub(/^/, ' ') %> | ||
# } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is there a reason to comment rather than just delete?
<%= File.read('src/logstash-filters/snippets/platform-uaa.conf') %> | ||
<%= File.read('src/logstash-filters/snippets/platform-vcap.conf') %> | ||
<%= File.read('src/logstash-filters/snippets/platform-gorouter.conf') %> | ||
# <%= File.read('src/logstash-filters/snippets/platform.conf') %> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same question - can we delete instead of comment?
if [syslog_program] == "nats_to_syslog" { | ||
<%= File.read('src/logstash-filters/snippets/bosh_nats.conf').gsub(/^/, ' ') %> | ||
} | ||
# if [syslog_program] == "nats_to_syslog" { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
delete instead of comment?
<%= File.read('src/logstash-filters/snippets/platform-uaa.conf') %> | ||
<%= File.read('src/logstash-filters/snippets/platform-vcap.conf') %> | ||
<%= File.read('src/logstash-filters/snippets/platform-gorouter.conf') %> | ||
# <%= File.read('src/logstash-filters/snippets/platform.conf') %> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I bet you know what I'm going to ask here ;)
Changes proposed in this pull request:
Security considerations
None