Re: Scoring and explain

2015-03-31 Thread Guillaume H
FYI ExplainableSearchScript interface is back in 1.4 branch. Le mercredi 19 novembre 2014 04:04:05 UTC+1, Nick Tarleton a écrit : > > On Thursday, November 6, 2014 3:30:26 AM UTC-8, Guillaume H wrote: >> >> Hi guys, >> >> I'm developing a scoring plugin and

Kibana4 + Apache server ?

2015-03-12 Thread Guillaume RICHAUD
Hi guys, I'm trying to install the latest ELK stack including Kibana4.0.1 on a virtual machine with CentOS 7 minimal. My aim is to access kibana via an Apache server (httpd) from my computer (because the centOS mini hasn't any gnome installed so it's all in command lines). I've got an issue

Aggregations with dates & scripts

2014-12-03 Thread Guillaume Alleon
els))],from[0],size[10]: Query Failed [Failed to execute main query]]; nested: GroovyScriptExecutionException[MissingPropertyException[No such property: end_date for class: Script1]]; } I have the same error for start_date. Any idea what I am doing wrong ? Cheers Guillaume -- You

Scoring and explain

2014-11-06 Thread Guillaume H
ion efficiently ? Thanks ! Guillaume ES 1.3.3 Lucene 4.9.1 -- 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

perform aggregation on the result of a subquery aggregation

2014-09-16 Thread Guillaume
"current_ip_statuses": { "terms": { "field": "ip" }, "aggs": { "current_status_per_pf": { "top_hits": { "sort": [ {

Re: How to deal with some indexes failure while backing up

2014-07-18 Thread Guillaume boufflers
dadoonet <https://twitter.com/dadoonet> | @elasticsearchfr > <https://twitter.com/elasticsearchfr> > > > Le 18 juillet 2014 à 14:51:34, Guillaume boufflers (guillaume...@gmail.com > ) a écrit: > > > <https://lh4.googleusercontent.com/-MDqEBFTxCXs/U8kX1Ks

How to deal with some indexes failure while backing up

2014-07-18 Thread Guillaume boufflers
Hello guys ! I'm trying to do a backup of my logs using the builtin system. Here is the command i run : curl -XPUT "localhost:9200/_snapshot/backup/180714-5?wait

Text search with large text (e.g. finance news?)

2014-06-15 Thread Guillaume Couture
Hi everyone! Im using ES for 6-7 months and it is very great :) I have a question. I have around 25k finance news indexed on my server. Using ES, that is very long to index and it takes a lot of GB and RAM too and search could be faster i think.. Should I change the way I index my news? I do i

How to know if my curator instance is running fine ?

2014-05-15 Thread Guillaume boufflers
ng if this was a normal behavior or if i did something wrong with the command i ran. Is there a way to concretely see if my curator instance is doing the job just fine ? Thank you for reading and helping. Regards, Guillaume. -- You received this message because you are subscribed to the Googl

Re: Search query containing an equal character

2014-03-17 Thread Guillaume Loetscher
Le lundi 17 mars 2014 18:28:29 UTC+1, Binh Ly a écrit : > > Your field is likely using the standard analyzer which by default which > strips the = symbol. If you have the raw (not_analyzed) field indexed, you > can do something like this: > > .raw:*client=localhost.localdomain* > I don't have

Re: Search query containing an equal character

2014-03-17 Thread Guillaume Loetscher
Hi, No one knows ? I can't imagine that no one hasn't done a query on a string containing a "=" character in it. Maybe my question is not clear enough. If so, please tell me where, I'll try to make it clearer. Many thanks, Le samedi 15 mars 2014 00:02:08 UTC+1, Gu

Search query containing an equal character

2014-03-14 Thread Guillaume Loetscher
Hello, I'm trying to do a query search containing an equal ("=") character in it. I've got plenty of logs looking like this : <22>postfix/smtpd[9136]: E4A4E34AA5: client=localhost.localdomain[127.0.0.1] I want to query all messages that haven't been posted from "localhost.localdomain". I've l

Re: Node not joining cluster on boot

2014-03-13 Thread Guillaume Loetscher
00:40 UTC+1, Xiao Yu a écrit : > > Total shot in the dark here but try taking the hashmark out of the node > names and see if that helps? > > On Thursday, March 13, 2014 5:31:30 AM UTC-4, Guillaume Loetscher wrote: >> >> Sure >> >> Node # 1: >> root@es_nod

Re: Node not joining cluster on boot

2014-03-13 Thread Guillaume Loetscher
2. Although I'd recommend having 3 > nodes instead of 2. > > -- > David ;-) > Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs > > Le 12 mars 2014 à 23:58, Guillaume Loetscher > > a écrit : > > Hi, > > I've begun to test Elasticsearc