Skip to content

Instantly share code, notes, and snippets.

@medcl
Created October 9, 2010 18:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save medcl/618457 to your computer and use it in GitHub Desktop.
Save medcl/618457 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<ElasticSearchConfig majorVersion="1" minorVersion="18">
<TransportType>thrift</TransportType>
<ThriftNodes>
<Node Host="localhost" Port="9500" Enabled="true" IsFramed="false" EnablePool="true" >
<ConnectionPool PoolSize="5" LifetimeMinutes="30" />
<SocketSettings SendBufferSize="8190" ReceiveBufferSize="8190" SendTimeout="10000" ReceiveTimeout="10000" ConnectTimeout="3000"/>
</Node>
<Node Host="10.129.6.35" Port="9500" Enabled="false" EnablePool="true" />
<Node Host="10.129.6.36" Port="9500" Enabled="false" EnablePool="false" />
</ThriftNodes>
<HttpNodes>
<Node Host="localhost" Port="9200" Enabled="true" />
<Node Host="localhost" Port="9200" Enabled="true" />
<Node Host="10.129.6.35" Port="9200" Enabled="false" />
<Node Host="10.129.6.36" Port="9200" Enabled="false" />
</HttpNodes>
</ElasticSearchConfig>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment