Re: ExpressionScriptCompilationException[Field [field name] used in expression does not exist in mappings];

2015-05-18 Thread Alex Schokking
way of addressing these indices without the mapping in question? I'd really hate to have to go through and hand update them all to have the mapping :( On Friday, March 6, 2015 at 8:27:48 AM UTC-8, Alex Schokking wrote: Hi there, We're just getting started with ELK and are using

Re: Perma-Unallocated primary shards after a node has left the cluster

2015-05-01 Thread Alex Schokking
Probably super evident but the output above was actually from _cat/allocation?v not /recovery, sorry about that. On Wednesday, April 29, 2015 at 5:19:08 PM UTC-7, Alex Schokking wrote: Hi guys, I would really appreciate some help understanding what's going down with shard allocation

Perma-Unallocated primary shards after a node has left the cluster

2015-04-29 Thread Alex Schokking
and regards -- Alex -- 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 on the web visit https

Re: Copying fields to a geopoint type ?

2015-04-01 Thread Alex Schokking
, logstash and kibana on CSV based data and hope to release it soonish on the .org blog - which covers exactly this. Stay tuned! :-) --Alex On Thu, Apr 3, 2014 at 12:21 AM, Pascal VINCENT pasvi...@gmail.com wrote: Hi, I'm new to elasticsearch. My usecase is to load a csv file containing

Re: Copying fields to a geopoint type ?

2015-04-01 Thread Alex Schokking
://groups.google.com/d/msgid/elasticsearch/47c8334d-109e-4052-9973-afa69dd49709%40googlegroups.com?utm_medium=emailutm_source=footer . For more options, visit https://groups.google.com/d/optout. -- -- Alex -- You received this message because you are subscribed to the Google Groups elasticsearch

Cluster issue - raiseTimeoutFailure

2015-03-20 Thread Alex
Hi, I have a java application that is indexind data in an Elasticsearch cluster(*3* *nodes*). The ES is well configured and is working ok(indexing the received data from java). Cluster configuration for each node from /etc/elasticsearch/elasticsearch.yml ES_MAX_MEM: 2g ES_MIN_MEM: 2g

ElasticSearch across multiple data center architecture design options

2015-03-12 Thread Alex
Hi all, We are planning to use ELK for our log analysis. We have multiple data centers. Since it is not recommended to have across data center cluster, we are going to have one ES cluster per data center, here are the three design options we have: 1. Use snapshot restore to replicate data

ExpressionScriptCompilationException[Field [field name] used in expression does not exist in mappings];

2015-03-06 Thread Alex Schokking
Hi there, We're just getting started with ELK and are using: Elasticsearch 1.4.4 Kibana 4.0 on Ubuntu 14.04 We needed to create a scripted field to calculate the ratio between two numeric fields. These fields are not on all events and only started appearing at all a day ago (so older indexes

Re: Using function_score error

2015-02-20 Thread alex
The error is in your groovy script, as indicated by GroovyScriptExecutionException. All the other info is just making it more difficult to help you. script: _score doc['reviews'].value Your script doesn't use any operator. It's likely that you just want to multiply: _score *

Re: JsonObject to SortBuilder object

2015-01-20 Thread Alex Thurston
, January 19, 2015 at 7:50:17 PM UTC-5, Alex Thurston wrote: I would like to turn an arbitrary JsonObject (which presumably follows the Search/Sort DSL into a SortBuilder which can then be passed to the SearchRequestBuilder::addSort. I've gotten this to work by simple parsing the JsonObject

JsonObject to SortBuilder object

2015-01-19 Thread Alex Thurston
I would like to turn an arbitrary JsonObject (which presumably follows the Search/Sort DSL into a SortBuilder which can then be passed to the SearchRequestBuilder::addSort. I've gotten this to work by simple parsing the JsonObject myself and calling the appropriate calls in the SortBuilder,

Re: Getting SQLFeatureNotSupportedException while connecting Hbase phoenix via river-jdbc

2014-12-11 Thread Alex Kamil
Rimita, this was fixed in phoenix 3.1.0, pls follow these instructions: http://lessc0de.github.io/connecting_hbase_to_elasticsearch.html On Thu, Dec 11, 2014 at 3:53 AM, cto@TCS rimita.mit...@gmail.com wrote: Thank you so much On Thursday, December 11, 2014 12:49:49 PM UTC+5:30, cto@TCS

Re: Elasticsearch Maven plugin on GitHub

2014-12-05 Thread Alex Cojocaru
/tags/tomcat-maven-plugin-2.0/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/AbstractRunMojo.java?view=markup alex On Thu, Dec 4, 2014 at 2:13 AM, Chetan Padhye chetanpad...@gmail.com wrote: Hi Good plugin . . I tried to run it but it start and then stop once pom

Re: Is there any way to pass search query in POST parameter rather than body?

2014-11-26 Thread Alex Roytman
Thanks Kelsey that could be useful. I managed to get my UI framework (ExtJS) to play better with POST so I am not dependent on having to use GET any more On Wed Nov 26 2014 at 5:54:43 PM Kelsey Hamer kelsey.ha...@gmail.com wrote: I had a similar issue. I manged to get the parameters from the

Elasticsearch fuzzy intersection of two arrays

2014-11-12 Thread Alex Fedorov
I have an object in the Elasticsearch index that has a nested object which is a list of strings. I would like to do the intersection against this list in both exact and fuzzy ways. So for example I have browser names with versions in the index like: browsers: [{name:Chrome 38}, {name:Firefox

Kibana 4 - filters in a dashboard

2014-11-10 Thread Alex
it suppose to work the same way in Kibana 4 as well? It does not work for me at all now and I'm wondering is that's something that I can not figure out how to do or is it something that's not implemented yet. Thanks in advance, Alex. -- You received this message because you are subscribed

Re: unable to make snapshots to NFS filesystem

2014-10-08 Thread Alex Harvey
Ciprian, Thanks for your input - I had indeed missed that disk space failure and it turns out I was hitting an intermittent disk space issue. -- You received this message because you are subscribed to the Google Groups elasticsearch group. To unsubscribe from this group and stop receiving

unable to make snapshots to NFS filesystem

2014-09-29 Thread Alex Harvey
Any help on how I could get this cluster into a sane state that can be backed up greatly appreciated. Best regards Alex -- 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

Re: unable to make snapshots to NFS filesystem

2014-09-29 Thread Alex Harvey
: www.campaignmonitor.com On 29 September 2014 18:45, Alex Harvey alexh...@gmail.com javascript: wrote: Hi all, I have been struggling to put together a backup solution for my ES cluster. As far as I understand the documentation at http://www.elasticsearch.org/guide/en/elasticsearch/reference

Re: Using ES as a primary datastore.

2014-09-17 Thread Alex Kamil
ES is a fantastic search engine but there is some risk http://aphyr.com/posts/317-call-me-maybe-elasticsearch of data loss, and a few other https://www.quora.com/Why-should-I-NOT-use-ElasticSearch-as-my-primary-datastore potential disadvantages which might or might not be relevant to you. You can

Re: Is there any way to prevent ES from disclosing exception details in REST response?

2014-09-15 Thread Alex Roytman
Thanks Jorg, Unfortunately it is not an option - we are not at liberty to touch anything beyond our app servers. We are using transport-wares servlet for ES and I could easily tweak AbstractServletRestChannel to handle Rest Channel response with codes 400,500 but I would like to avoid modifying

Re: Is there any way to prevent ES from disclosing exception details in REST response?

2014-09-15 Thread Alex Roytman
, Sep 15, 2014 at 6:40 PM, joergpra...@gmail.com joergpra...@gmail.com wrote: Then why don't you simply add a servlet filter that filters unwanted responses away? Jörg On Tue, Sep 16, 2014 at 12:21 AM, Alex Roytman roytm...@gmail.com wrote: Thanks Jorg, Unfortunately it is not an option

Re: Linking of query/search

2014-09-12 Thread Alex Kamil
you can combine ES with RDBMS, and run your SQL queries either directly against db, or pull data via JDBC River into ES, I wrote about it here: http://lessc0de.github.io/connecting_hbase_to_elasticsearch.html On Fri, Sep 12, 2014 at 10:55 AM, Ivan Brusic i...@brusic.com wrote: You cannot join

Connecting Hbase to Elasticsearch

2014-09-10 Thread Alex Kamil
full-text search on their existing tables via Elasticsearch API. Alex -- 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

Re: Backup and restore using snapshots

2014-09-10 Thread Alex Harvey
I could still use feedback on this plan. On Sunday, August 31, 2014 9:08:12 PM UTC+10, Alex Harvey wrote: Hi all I could use some help getting my head around the snapshot and restore functionality in ES. I have a requirement to do incremental daily tape backups and full backups weekly

Get distinct data

2014-09-02 Thread Alex T
Hi all! I have problem with getting unique data from elasticsearch. I have the following documents: [ { message: Message 1, author: { id: 4, name: Author Name }, sourceId: 123456789, userId: 123456 }, { message: Message 1, author: { id: 4, name: Author Name }, sourceId:

Re: Get distinct data

2014-09-02 Thread Alex T
:{ sourceId:123456789, message:Message 1, author:{id:120816414}, userId: 654321 }, sort:[1406921136000] } ] }, aggregations:{ source:{ buckets:[ {key:123456789,doc_count:2} ] } } } вторник, 2 сентября 2014 г., 9:45:41 UTC+3 пользователь vineeth mohan написал: Hello Alex , Term

Backup and restore using snapshots

2014-08-31 Thread Alex Harvey
/backup/snapshot_$(date +%d%m%Y)?wait_for_completion=true ii. Copy /mnt/backup to tape telling Avamar to take an incremental backup Is this plan going to work? Is there a better way? Thanks very much in advance. Best regards, Alex -- You received this message because you are subscribed

Re: Duplicate function MVEL script

2014-08-28 Thread Alex S.V.
) 3. On each document run() method is executed (It should provide different return values for filter script, score script, sort script, script fields) Alex On Wednesday, August 27, 2014 5:50:11 PM UTC+3, k...@stylelabs.com wrote: Hello We are executing some concurrent updates on the same

Re: groovy for scripting

2014-08-26 Thread Alex S.V.
providing self-update: I found that I could create cross-request cache using next script (like a cross-request incrementer): POST /test/_search { query: {match_all:{}}, script_fields: { a: { script: import groovy.lang.Script;class A extends Script{static i=0;def

groovy for scripting

2014-08-20 Thread Alex S.V.
I'm playing around with groovy scripting. By checking groovy lang plugin source code I found next steps in code execution: 1. Code compilation into script class 2. Script initialization via static method newInstance() 3. Script execution via calling the code on each document with binding

Re: A few questions about node types + usage

2014-08-18 Thread Alex
client node's config? Many thanks, Alex On Saturday, 16 August 2014 01:04:37 UTC+1, Mark Walkom wrote: 1 - Up to you. We use the http output and then just use a round robin A record to our 3 masters. 2 - They are routed but it makes more sense to specify. 3 - You're right, but most people only

Re: A few questions about node types + usage

2014-08-15 Thread Alex
Bump. Any help? Thanks On Wednesday, 13 August 2014 12:10:14 UTC+1, Alex wrote: Hello I would like some clarification about node types and their usage. We will have 3 client nodes and 6 data nodes. The 6 1TB data nodes can also be masters (discovery.zen.minimum_master_nodes set to 4). We

Re: Recommendations needed for large ELK system design

2014-08-13 Thread Alex
.) # #node.master: false #node.data: false* So I'm wondering how exactly you set up your client nodes to also be master nodes. It seems like a master node can only either be purely a master or master + data. Regards, Alex On Thursday, 31 July 2014 23:57:26 UTC+1, Mark Walkom wrote: 1 - Curator FTW

A few questions about node types + usage

2014-08-13 Thread Alex
to hear from you even if you only know something about one of my queries. Thank you for your time, Alex -- 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

LookupScript per shard modification (native scripting)

2014-08-04 Thread Alex S.V.
to query only current shard data. Is it possible? So every shard instance caches only it's documents. Regards, Alex -- 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

Re: Cosine Similarity ElasticSearch

2014-08-01 Thread Alex S.V.
Hi, I found some native script codings from Igor Motov here: https://github.com/imotov/elasticsearch-native-script-example/blob/master/src/main/java/org/elasticsearch/examples/nativescript/script/CosineSimilarityScoreScript.java and now playing with it Alex On Friday, August 1, 2014 11:53

Re: Recommendations needed for large ELK system design

2014-08-01 Thread Alex
Ok thank you Mark, you've been extremely helpful and we now have a better idea about what we're doing! -Alex On Thursday, 31 July 2014 23:57:26 UTC+1, Mark Walkom wrote: 1 - Curator FTW. 2 - Masters handle cluster state, shard allocation and a whole bunch of other stuff around managing

3rd party scoring service

2014-07-31 Thread Alex S.V.
Thanks, Alex -- 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 on the web visit https

Re: 3rd party scoring service

2014-07-31 Thread Alex S.V.
broken communication or some increased latency Alex On Thursday, July 31, 2014 1:59:36 PM UTC+3, Itamar Syn-Hershko wrote: You should bring the price over to Elasticsearch and not the other way around. Scoring against an external service is an added friction with huge performance costs

Re: Recommendations needed for large ELK system design

2014-07-31 Thread Alex
completely understand the split brain issue, but not quorum. Is quorum handled automatically or should I change some settings? Thanks again for your help, we appreciate your time and knowledge! Regards, Alex On Thursday, 31 July 2014 05:57:35 UTC+1, Mark Walkom wrote: 1 - Looks ok, but why two

Recommendations needed for large ELK system design

2014-07-30 Thread Alex
? We are open to any and all suggestions. We have not yet committed to any particular design so can change if needed. Thank you for your time and responses, Alex -- You received this message because you are subscribed to the Google Groups elasticsearch group. To unsubscribe from this group

When to use multiple clusters

2014-07-23 Thread Alex Kehayias
I have several large indices (100M docs) on the same cluster. Is there any advice of when it is appropriate to separate into multiple clusters vs one large one? Each index has a slightly different usage profile (read vs write heavy, update vs insert). How many indices would you recommend for a

Re: When to use multiple clusters

2014-07-23 Thread Alex Kehayias
the infrastructure for it and it makes things easier to manage. Regards, Mark Walkom Infrastructure Engineer Campaign Monitor email: ma...@campaignmonitor.com javascript: web: www.campaignmonitor.com On 24 July 2014 00:34, Alex Kehayias al...@shareablee.com javascript: wrote: I have several

elasticsearch dynamic scripting vs static script - deployment

2014-07-11 Thread Alex S.V.
node has a script, and other doesn't have? Regards, Alex -- 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

help resolving a classpath problem(?) with elasticsearch 1.2.1 in apache-storm

2014-06-23 Thread Alex Lovell-Troy
with this that can share a pom.xml snippet or guide me to some applicable docs? -alex -- 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

Re: Need help on similarity ranking approach

2014-05-29 Thread Alex Ksikes
percent_terms_to_match=0, max_query_terms=high value and min_doc_freq=1. In order to know what terms from the queried document have matched in the response, you can use explain. Alex On Thursday, May 29, 2014 10:42:47 AM UTC+2, Rgs wrote: hi, What i did now is, i have created a custom

Re: Need help on similarity ranking approach

2014-05-29 Thread Alex Ksikes
Also this plugin could provide a solution to your problem: http://yannbrrd.github.io/ On Thursday, May 29, 2014 10:42:47 AM UTC+2, Rgs wrote: hi, What i did now is, i have created a custom similarity similarity provider class which extends DefaultSimilarity and

Queries seem to ignore custom analyzer

2014-05-24 Thread Alex Philipp
I'm using a custom analyzer to stem possessive english. My custom analyzer seems to be ignored. As a sample search, we'll use McDonald's. What I used to create my analyzer: { settings: { analysis: { analyzer: { default: { type: custom, tokenizer:

Object interpolation in template queries

2014-05-17 Thread Alex G
under construction or review - are there plans to offer support for passing in entire parts of queries via params or should I look at doing this kind of interpolation before the query gets to ES? Or is this possible and I'm simply doing it wrong? Thanks, Alex

Re: more like this on numbers

2014-05-08 Thread Alex Ksikes
Hi Valentin, For these types of searches, have you looked into range queries, perhaps combined in a boolean query? Alex On May 7, 2014 4:14 PM, Valentin plet...@gmail.com wrote: Hi Alex, thanks. Good idea to convert the numbers into strings. But converting the number fields to string won't

Re: MoreLikeThis can't identify that 2 documents with exactly same attachments are duplicates

2014-05-08 Thread Alex Ksikes
On May 8, 2014 8:09 AM, Zoran Jeremic zoran.jere...@gmail.com wrote: Hi Alex, Thank you for this explanation. This really helped me to understand how it works, and now I managed to get results I was expecting just after setting max_query_terms value to be 0 or some very high value

Re: How to find the difference between aggregate min from aggregate max(max - min) in ES?

2014-05-07 Thread Alex Mathew
at 1:37 PM, Alex Mathew alexmathe...@gmail.comjavascript: wrote: How to write an ES query to find the difference between max and min value of a field? I am a newbee in elastic search, In my case I feed lot of events along with session_id and time in to elastic search. My event structure

Re: How to find the difference between aggregate min from aggregate max(max - min) in ES?

2014-05-07 Thread Alex Mathew
Thank you Adrien Grand for reply. Is it possible to use aggregate functions inside script?? -- 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

Re: MoreLikeThis can't identify that 2 documents with exactly same attachments are duplicates

2014-05-07 Thread Alex Ksikes
associated with the field, unless specified specified by 'analyzer'. So as an example, the default is to create a boolean query of 25 interesting terms where only 30% of the should clauses must match. On Wednesday, May 7, 2014 5:14:11 AM UTC+2, Zoran Jeremic wrote: Hi Alex, If you are looking

Re: MoreLikeThis can't identify that 2 documents with exactly same attachments are duplicates

2014-05-06 Thread Alex Ksikes
this with like_text set to that content. Additionally you can perform a mlt search on more fields including the meta-data fields extracted with the attachment plugin. Hope this helps. Alex On Monday, May 5, 2014 8:08:30 PM UTC+2, Zoran Jeremic wrote: Hi Alex, Thank you for your explanation

Re: Need help on similarity ranking approach

2014-05-06 Thread Alex Ksikes
, the document that has matched itself, so that you can compute the percentage of similarity of the remaining matched documents. Alex On Friday, May 2, 2014 3:22:34 PM UTC+2, Rgs wrote: Thanks Binh Ly and Ivan Brusic for your replies. I need to find the similarity in percentage of a document

Re: MoreLikeThis ignores queries?

2014-05-06 Thread Alex Ksikes
to the value of each field of the queried document, inside a boolean query. Let me know if this helps. Alex On Wednesday, March 19, 2014 5:01:06 AM UTC+1, Alexey Bagryancev wrote: Anyone can help me? It really does not work... среда, 19 марта 2014 г., 2:05:49 UTC+7 пользователь Alexey Bagryancev

Re: Elastic Search MLT API, how to use fields with weights.

2014-05-06 Thread Alex Ksikes
I'd like to add to this that mlt API is the same as a boolean query DSL made of multiple more like this field clauses, where each field is set to the content of the field of the queried document. On Thursday, February 20, 2014 4:20:36 PM UTC+1, Binh Ly wrote: I do not believe you can boost

Re: Interesting Terms for MoreLikeThis Query in ElasticSearch

2014-05-06 Thread Alex Ksikes
You could always use explain to find out the best matching terms of any query. In order to get all the interesting terms, you could run a query where the top result document has matched itself. Also the new significant terms might be of interest to you:

Re: More like this scoring algorithm unclear

2014-05-06 Thread Alex Ksikes
create a boolean query where each clause is a 'more like this field' for each field of the queried document. This is actually what the mlt API does. Cheers, Alex On Wednesday, January 8, 2014 7:20:05 PM UTC+1, Maarten Roosendaal wrote: scoring algorithm is still vague but i got the query to act

Snapshot Restore Frequency

2014-05-06 Thread Alex Philipp
According to the docs, snapshot operations are online and only store diffs. Is there any particular reason to not run them at a fairly high frequency? E.g. every 15 minutes? Alex -- You received this message because you are subscribed to the Google Groups elasticsearch group

Re: Shared facet filtration

2014-04-09 Thread Alex G
/query-dsl-filtered-query.html The filtered query will filter documents before the query. Facets work on the documents returned by the query, so if the documents are pre-filtered, the facets will not even work on them. -- Ivan On Mon, Apr 7, 2014 at 6:56 PM, Alex G alex

Re: synonyms in a query

2014-04-08 Thread Alex K
2014 09:29:17 UTC+2 schrieb Alex K: Hello there, i have a query, example is this: { query: { bool: { should: [ { multi_match: { query: foo, fields

Re: synonyms in a query

2014-04-08 Thread Alex K
Hi Luiz, thank you again for your reply. A colleague of mine told me that I might miss a plugin to use my settings-file. I will check this out and later write down here what I found out. Sorry for all the trouble Am Montag, 7. April 2014 09:29:17 UTC+2 schrieb Alex K: Hello there, i have

Re: synonyms in a query

2014-04-08 Thread Alex K
Me again, seems it was a local problem for me. The way Luiz mentioned is the exact correct way. Thank you very much, Luiz You helped me really out of this! Am Montag, 7. April 2014 09:29:17 UTC+2 schrieb Alex K: Hello there, i have a query, example is this: { query: { bool

Re: running a specific integration test

2014-04-08 Thread Alex Marandon
#simpleValidateQuery [INFO] Scanning for projects... [...] Executing 501 suites with 3 JVMs. [...] Suite: org.elasticsearch.search.aggregations.bucket.GeoDistanceTests [...] Can you give me a cli example of executing a specific test? Or do I have to use an IDE? Thanks, Alex -- You received

synonyms in a query

2014-04-07 Thread Alex K
Hello there, i have a query, example is this: { query: { bool: { should: [ { multi_match: { query: foo, fields: [ TITLE, SHORTDESC

Re: synonyms in a query

2014-04-07 Thread Alex K
, 7. April 2014 09:29:17 UTC+2 schrieb Alex K: Hello there, i have a query, example is this: { query: { bool: { should: [ { multi_match: { query: foo, fields

Shared facet filtration

2014-04-07 Thread Alex G
of sharing or referencing the repeated facet_filter other than search templates that’d be fantastic. Thanks, Alex { facets: { facetOne: { facet_filter: { bool: { must: [ { term

Make a autosuggest-search searching in realtime doesn't work properly

2014-04-02 Thread Alex K
Hi there, I have the following Request I send to ES: { query: { filtered: { query: { bool: { should: [ { multi_match: { query: socks purple,

multi_match and cutoff_frequency

2014-03-31 Thread Alex K
Hello there, I am a total ES-noob, so please forgive me if my question is weird or something ;-) Currently I have a task to implement the cutoff_frequency for our elasticsearch-queries. The current query looks like this: { query:{ bool:{ should:[

Indexing performance with doc values (particularly with larger number of fields)

2014-03-23 Thread Alex at Ikanow
fields you want a low max heap so that the file cache has lots of memory available, whereas if you use the field cache you need a large heap - is that about right, or am i missing something?) Thanks for any insight! Alex Ikanow -- You received this message because you are subscribed

Re: Install issues with Kibana3 vs elasticsearch 0.19.11

2014-03-20 Thread Alex at Ikanow
Never mind, I'm an idiot, it clearly mentions it needs 0.90.x in the README :( On Wednesday, March 19, 2014 12:49:46 PM UTC-4, Alex at Ikanow wrote: I downloaded the latest Kibana3, popped it on a tomcat instance sharing space with my elasticsearch (0.19.11) instance and tried to connect

Install issues with Kibana3 vs elasticsearch 0.19.11

2014-03-19 Thread Alex at Ikanow
for any insight/help anyone can provide! Alex -- 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

Re: EsRejectedExecutionException when searching date based indices.

2014-02-26 Thread Alex Clark
. My 2 cents -- David ;-) Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs Le 26 févr. 2014 à 01:36, Alex Clark al...@bitstew.com javascript: a écrit : Hello all, I’m getting failed nodes when running searches and I’m hoping someone can point me in the right direction. I have indices

EsRejectedExecutionException when searching date based indices.

2014-02-25 Thread Alex Clark
Hello all, I’m getting failed nodes when running searches and I’m hoping someone can point me in the right direction. I have indices created per day to store messages. The pattern is pretty straight forward: the index for January 1 is messages_20140101, for January 2 is messages_20140102

Re: Elasticsearch Maven plugin on GitHub

2014-01-17 Thread Alex Cojocaru
You are very welcome, David. I believe the project is pretty much complete, for it also contains tests which exercise the mojos. As mentioned already, it depends on an ES version which is already old. I will try to keep it up to date, but contributions of any sort are more than welcome. alex