Topic on Extension talk:CirrusSearch

What to do if ElasticSearch isn't running on port 9200

1
MarkAHershberger (talkcontribs)

I installed Percona and it took over port 9200. I found ElasticSearch on port 9201 and had to look up how to configure CirrusSearch to use an alternative port. After searching through the code I found that I could do the following:

$wgCirrusSearchServers = [ [ 'host' => "127.0.0.1", 'port' => 9201 ] ];
Reply to "What to do if ElasticSearch isn't running on port 9200"