Filippo Giunchedi has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/335625 )
Change subject: udp2log: mirror traffic to mwlog1001 ...................................................................... udp2log: mirror traffic to mwlog1001 Hardcode mwlog1001 since this is a temporary mirror of traffic fluorine -> mwlog1001 during transition. Bug: T123728 Change-Id: I08da3d975aa901a750a96c34a3814cf02b1c12d2 --- M modules/udp2log/templates/filters.mw.erb 1 file changed, 2 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/25/335625/1 diff --git a/modules/udp2log/templates/filters.mw.erb b/modules/udp2log/templates/filters.mw.erb index 17907fb..3ab2cd7 100644 --- a/modules/udp2log/templates/filters.mw.erb +++ b/modules/udp2log/templates/filters.mw.erb @@ -12,4 +12,6 @@ # forwarded directly to logstash via other mechanisms, but some channels are # not yet directly connected to logstash and should be relayed here. pipe 1 egrep '^(scap|scholarships|iegreview) ' | /usr/bin/log2udp -h <%= @template_variables['logstash_host'] %> -p <%= @template_variables['logstash_port'] %> + +pipe 1 /usr/bin/log2udp -h mwlog1001.eqiad.wmnet -p 8420 <% end -%> -- To view, visit https://gerrit.wikimedia.org/r/335625 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I08da3d975aa901a750a96c34a3814cf02b1c12d2 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Filippo Giunchedi <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
