Re: Issue when MatchPhasePrefix and Sort

2015-04-24 Thread TB
, Jason Wee wrote: Hmmm why would a field that large? at 594mb? Jason On Fri, Apr 24, 2015 at 2:11 AM, TB txin...@gmail.com javascript: wrote: When executing a search with MatchPhasePrefix on a Propety which is a large string. The search fails with error. Data too large

Issue when MatchPhasePrefix and Sort

2015-04-23 Thread TB
When executing a search with MatchPhasePrefix on a Propety which is a large string. The search fails with error. Data too large, data for [Field] would be larger than limit of [623326003/594.4mb]] ElasticsearchException[java.lang.OutOfMemoryError: Java heap space] need help -- You received

Re: Index Size and Replica Impact

2015-04-21 Thread TB
), then you probably have today something like: Node 1 : 4 shards Node 2 : 3 shards Node 3 : 3 shards Each shard should be around 600mb size (If using all defaults). What are your exact index settings today? David Le 20 avr. 2015 à 23:54, TB txin...@gmail.com javascript: a écrit : I have

Re: Bulk Index from Remote Host

2015-04-21 Thread TB
locally On Monday, April 20, 2015 at 5:40:43 PM UTC-5, TB wrote: We are planning to bulk insert about 10 Gig data ,however we are being forced to do this from a remote host. Is this a good practice? And are there any potential issues i should watch out for? any advice would be great -- You

Index Size and Replica Impact

2015-04-20 Thread TB
I have my indexes size @ 6 GB currently with replica set @ 1. I have 3 node cluster, in order to utilize the cluster , my understanding that i would have set the replica to 3. If i do that, would my index size grow more than 6 GB in each node? -- You received this message because you are

Bulk Index from Remote Host

2015-04-20 Thread TB
We are planning to bulk insert about 10 Gig data ,however we are being forced to do this from a remote host. Is this a good practice? And are there any potential issues i should watch out for? any advice would be great -- You received this message because you are subscribed to the Google

ELK for app logs

2015-04-14 Thread TB
point me in the right direction TIA, TB -- You received this message because you are subscribed to the Google Groups elasticsearch group. To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscr...@googlegroups.com. To view this discussion

Re: Advice On ES Prod configuration

2015-03-23 Thread TB
when you created the index? If you didn't then it should replicate based on your setting. On 24 March 2015 at 09:27, TB txin...@gmail.com javascript: wrote: All, Need advice on ES prod configuration,Our use case is very straightforward and simple. Data is updated only once per week

Advice On ES Prod configuration

2015-03-23 Thread TB
All, Need advice on ES prod configuration,Our use case is very straightforward and simple. Data is updated only once per week and mostly the data would be searched. We have 3 nodes and planning to configure them as follows. 1 nodes with data true and master false, 2 nodes with data and master