jenkins-bot has submitted this change and it was merged.

Change subject: beta: Fix logging redis address
......................................................................


beta: Fix logging redis address

Follow-up to Ie577bd6 that points the redis logging endpoints to beta
logstash server.

Bug: T845
Change-Id: I6cd3bd0684c35b0cbe77f15ce6fb89792a3a8aa4
---
M wmf-config/logging-labs.php
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
  BryanDavis: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wmf-config/logging-labs.php b/wmf-config/logging-labs.php
index 3e507b2..f889211 100644
--- a/wmf-config/logging-labs.php
+++ b/wmf-config/logging-labs.php
@@ -372,7 +372,8 @@
                                'args' => array(
                                        function() {
                                                $redis = new Redis();
-                                               $redis->connect( '127.0.0.1', 
6379 );
+                                               // 
deployment-logstash1.eqiad.wmflabs
+                                               $redis->connect( 
'10.68.16.134', 6379 );
                                                return $redis;
                                        },
                                        'logstash'

-- 
To view, visit https://gerrit.wikimedia.org/r/175619
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I6cd3bd0684c35b0cbe77f15ce6fb89792a3a8aa4
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: BryanDavis <[email protected]>
Gerrit-Reviewer: BryanDavis <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to