Ottomata has uploaded a new change for review. https://gerrit.wikimedia.org/r/61067
Change subject: Fixing NARA filter on emery. ...................................................................... Fixing NARA filter on emery. Been broken since the precise upgrade :/ Change-Id: Ide84f9f4678ddb31bfac21fac5744b7a9dd40871 --- M templates/udp2log/filters.emery.erb 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/67/61067/1 diff --git a/templates/udp2log/filters.emery.erb b/templates/udp2log/filters.emery.erb index c5979df..8673cf5 100644 --- a/templates/udp2log/filters.emery.erb +++ b/templates/udp2log/filters.emery.erb @@ -13,7 +13,7 @@ pipe 100 /usr/bin/udp-filter -F '\t' -p /w/api.php >> <%= log_directory %>/api-usage.tsv.log ### GLAM NARA / National Archives - RT 2212 -pipe 10 /usr/bin/udp-filter -F '\t' -p _NARA_ -g -m -b country >> <%= log_directory %>/glam_nara.tsv.log +pipe 10 /usr/bin/udp-filter -F '\t' -p _NARA_ -g -b country >> <%= log_directory %>/glam_nara.tsv.log ### Teahouse filters pipe 10 /usr/bin/udp-filter -F '\t' -d en.wikipedia.org -p /wiki/Wikipedia:Teahouse >> <%= log_directory %>/teahouse.tsv.log -- To view, visit https://gerrit.wikimedia.org/r/61067 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ide84f9f4678ddb31bfac21fac5744b7a9dd40871 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
