Ottomata has uploaded a new change for review. https://gerrit.wikimedia.org/r/124355
Change subject: Moving sqstat filter back to erbium until analytics can talk to statsd ...................................................................... Moving sqstat filter back to erbium until analytics can talk to statsd Change-Id: I5ea18eed8aaa9dd5613fce024632fc68ed4b0777 --- M templates/udp2log/filters.emery.erb M templates/udp2log/filters.misc.erb 2 files changed, 10 insertions(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/55/124355/1 diff --git a/templates/udp2log/filters.emery.erb b/templates/udp2log/filters.emery.erb index 68dcf89..369003e 100644 --- a/templates/udp2log/filters.emery.erb +++ b/templates/udp2log/filters.emery.erb @@ -8,3 +8,10 @@ ### 0.0001 of all udp2log messages # This log file is also on gadolinium for redundancy file 1000 <%= log_directory %>/sampled-1000.tsv.log + + +# We want to move this off of emery so that we can decom emery. +# I'm trying to move this to analytics1003 for now, but I can't +# until analytics network ACLs allow the analytics network to talk +# to tungsten (statsd.eqiad.wmnet). +pipe 2 /usr/local/bin/sqstat 2 diff --git a/templates/udp2log/filters.misc.erb b/templates/udp2log/filters.misc.erb index e7cfd5a..c2f0707 100644 --- a/templates/udp2log/filters.misc.erb +++ b/templates/udp2log/filters.misc.erb @@ -10,4 +10,6 @@ # erratic graphs. Moving sqstat to this misc udp2log instance to # see if erratic graphs were caused by lossy multicast or just by # general business on erbium. -pipe 2 /usr/local/bin/sqstat 2 + +# This will be on emery until analytics networks can talk to tungsten :/ +# pipe 2 /usr/local/bin/sqstat 2 -- To view, visit https://gerrit.wikimedia.org/r/124355 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I5ea18eed8aaa9dd5613fce024632fc68ed4b0777 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Ottomata <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
