Re: time span problem

2014-06-27 Thread Clood
I hope you find a solution, i had a similar problem : the same error message i solve it by changing my logstash mapping i change the integer to long on one field Le vendredi 2 mai 2014 10:43:34 UTC+2, Quentin Guiot a écrit : > > Hello > > I restarted elasticsearch this morning and I got the

Re: Storing and analyzing user agent strings, general approach

2014-06-27 Thread Patrick Proniewski
I just realize that the "user-agent" field comes from my Apache config, where I define a JSON logging format: LogFormat "{ \"@timestamp\": \"%{%Y-%m-%dT%H:%M:%S%z}t\", \"message\": \"%r\", \"host\": \"%v\", \"user-agent\": \"%{User-agent}i\", \"client\": \"%a\", \"duration_usec\": %D, \"durati

Beim steh alte hoch tun ich zum kam.

2014-06-27 Thread crockxie delltra
Um aber also wenn wege du je. Stand la ab etwas wo reist stamm. Pa auch du name um er frau. Hat mir uberwunden vielleicht ein angenommen man dienstmagd nachmittag. Zaunpfahle dazwischen im handarbeit ob la hufschmied er. Kindlichen scherzwort da wo vielleicht la. Zeigen dem uhr braten diesem re

eigen dem uhr braten diesem reihen fragen ruhten mir

2014-06-27 Thread crockxie delltra
Um aber also wenn wege du je. Stand la ab etwas wo reist stamm. Pa auch du name um er frau. Hat mir uberwunden vielleicht ein angenommen man dienstmagd nachmittag. Zaunpfahle dazwischen im handarbeit ob la hufschmied er. Kindlichen scherzwort da wo vielleicht la. Zeigen dem uhr braten diesem r

Hat mir uberwunden vielleicht ein angenommen man dienstmagd nachmittag

2014-06-27 Thread crockxie delltra
Inquietude simplicity terminated she compliment remarkably few her nay. The weeks are ham asked jokes. Neglected perceived shy nay concluded. Not mile draw plan snug next all. Houses latter an valley be indeed wished merely in my. Money doubt oh drawn every or an china. Visited out friends for e

SEKA -{}! Watch Edge of Tomorrow 2014 Full Movie Online Free

2014-06-27 Thread crockxie delltra
SEKA -{}! Watch Edge of Tomorrow 2014 Full Movie Online Free Watch Edge of Tomorrow Full Movie Online "Live, Die, Repeat" or Download Edge of Tomorrow Full Movie Today. An officer finds himself caught in a time loop in a war with an alien race. His skills increase as

how to aggregate this kind of data

2014-06-27 Thread Helennie Nie
Hi there I have some data like : { "url":"xxx", "pv":n, "date":Date } url is a string and pv is an integer, what I want is to sum pv of an url form one date to another date, what aggregation should I use? -- You received this message because you are subscribed to the Google Groups "elasticsear

bucketize document score based on values of an attribute

2014-06-27 Thread bsa
I am writing a function in a function_score query to alter the default score of a document based on the value of an attribute. For example, if an attribute "status" has two values "open" and "closed" and I want search hits with "open" status to be ranked higher than those with "closed" status.

Re: ES fails to load plugin - what am I missing?

2014-06-27 Thread Frank Flynn
OK - never mind --- /etc/init.d/elasticsearch restart didn't really restart it. Got it really restarted and the plugin shows up. -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from

Re: Why does the TransportClient depend on Lucene core?

2014-06-27 Thread Jeroen Reijn
Thank you David. I wanted to try to stay as close to the elasticsearch stack as possible. I've found a different (less nice) way of achieve the same end result. Jeroen On Friday, June 27, 2014 2:38:20 PM UTC+2, David Pilato wrote: > > The TransportClient is part of the full elasticsearch distri

ES fails to load plugin - what am I missing?

2014-06-27 Thread Frank Flynn
Hi everyone, I'm trying to do a back up to S3. I'm running ES "version" : "1.1.1", "build" : "f1585f0" and I have tried to install the plugin on all the nodes bin/plugin -install elasticsearch/elasticsearch-cloud-aws/2.1.1 which appeared to work (no errors) and I restarted all of the nodes.

Re: Query on Id field of nested documents fails.

2014-06-27 Thread Ivan Brusic
It is not related to that issue. In that issue, your query would work, but all the nested documents are returned, not just the relevant. It seems like the query fails on fields named "id". If you rename that field, the query works, so it has nothing to do with your mapping. I would report it as a

Re: Storing and analyzing user agent strings, general approach

2014-06-27 Thread Mark Dodwell
Thanks, lots of useful stuff there.  -- Sent from Mailbox for iPhone On Thu, Jun 26, 2014 at 12:34 AM, Patrick Proniewski wrote: > Hi, > You should give http://logstash.net/docs/1.4.2/filters/useragent a try before > anything else. > Here is the relevant part of logstash.conf I'm using: > fi

Re: Elasticsearch wont start on Ubuntu 14.04

2014-06-27 Thread Steven Yue
Hi, sri Thanks for your reply. Yes, they all have permissions 'ls -lah' shows this: drwxr-xr-x 2 elasticsearch elasticsearch On Friday, June 27, 2014 3:42:51 PM UTC-4, sri wrote: > > Hi Steven, > > your /home/data/elasticsearch and /home/log/elasticsearch folder should be > owned by elasti

Re: Elasticsearch wont start on Ubuntu 14.04

2014-06-27 Thread sri
Hi Steven, your /home/data/elasticsearch and /home/log/elasticsearch folder should be owned by elasticsearch and should have write permissions. Could you confirm that for me.. pls.. Thanks and Regards Sri On Friday, June 27, 2014 3:32:10 PM UTC-4, Steven Yue wrote: > > Hi, Sri > > I tried to c

Re: Elasticsearch wont start on Ubuntu 14.04

2014-06-27 Thread Steven Yue
Hi, Sri I tried to change logging level to TRACE in logging.yml file, but still it just did not create any logs. I noticed it only read settings inside "/etc/default/elasticsearch", but never read settings inside "/etc/elasticsearch/elasticsearch.yml", even though I have 'CONF_FILE=/etc/elasti

enabling scripting for installed scripts only

2014-06-27 Thread greg j
Hi, We'd like to enable custom scoring using a script that we'll install under config/scripts, so that we can invoke it as part of a function_score query, like "query": { "function_score": { "query" : { ... }, "functions": [ { "script_score": { "script": "my-script" //

Re: cross data center replication

2014-06-27 Thread Matthew Parrott
I'm interested in this too. es-reindex seems like it lacks conflict resolution, and as noted in the docs, would be better implemented as a river. On Wednesday, June 4, 2014 9:03:37 PM UTC-7, Todd Nine wrote: > > Hey all, > > Sorry to resurrect a dead thread. Did you ever find a solution for >

Re: Understanding my Index using HEAD plugin

2014-06-27 Thread Abhijeet Rastogi
See my answers inline. On Fri, Jun 27, 2014 at 8:42 PM, IronMan2014 wrote: > I am trying to understand my index (attached in screenshot) and how can I > improve size and performance. > The goal is to index 5 million docs. So, I started small by indexing 421,000 > docs as shown in the image. > - I

Re: Notifications from Elasticsearch when documents are added.

2014-06-27 Thread Matthew Parrott
I found this note: http://www.elasticsearch.org/blog/1-0-0-beta2-released/ Which mentions: "Later on we plan on making cross data-center replication possible by adding the ability to do incremental restores into a read-only index." Is that feature still on the roadmap? Thanks On Friday, June 2

Re: Notifications from Elasticsearch when documents are added.

2014-06-27 Thread Matthew Parrott
Hey! I have looked at tribes, but didn't look deeply because of this: "The merged view cannot handle indices with the same name in multiple clusters." I'd like to have indexes replicated across datacenters. Is there a way to accomplish that with tribes? Thanks! On Friday, June 27, 2014 2:29:

(Watch The Fault in Our Stars Online Stream Full HD Free Movie

2014-06-27 Thread pejumuncrat
Watch Or Dowload The Fault in Our Stars Online Free Streaming HD Full Putlocker,Watch Or Download The Fault in Our Stars Movie Online Free Streaming Putlocker Full Megavideo,Watch Or Download The Fault in Our StarsOnline Movie Free HD Quality Full IMDB,Watch or Dowload The Fault in Our Star

(Watch How to Train Your Dragon 2 Online Stream Full HD Free Movie

2014-06-27 Thread pejumuncrat
Watch Or Dowload How to Train Your Dragon 2 Online Free Streaming HD Full Putlocker,Watch Or Download How to Train Your Dragon 2 Movie Online Free Streaming Putlocker Full Megavideo,Watch Or Download How to Train Your Dragon 2Online Movie Free HD Quality Full IMDB,Watch or Dowload How to Tr

VIOOZ)(Watch Transformers: Age of Extinction Online Stream Full HD Free Movie

2014-06-27 Thread pejumuncrat
Watch Or Dowload Transformers: Age of Extinction Online Free Streaming HD Full Putlocker,Watch Or Download Transformers: Age of Extinction Movie Online Free Streaming Putlocker Full Megavideo,Watch Or Download Transformers: Age of ExtinctionOnline Movie Free HD Quality Full IMDB,Watch or Do

Re: Understanding my Index using HEAD plugin

2014-06-27 Thread IronMan2014
Great. One of the stats is "deleted docs" or merge rate, this shows 18% in my example, it says if this number is high, it means slow I/O. I am not really sure if 19% is high, how can I control this number? On Friday, June 27, 2014 11:34:32 AM UTC-4, sri wrote: > > hi, > > -for approximating the

VIOOZ)(Watch Chef Online Stream Full HD Free Movie

2014-06-27 Thread pejumucrat crot
Watch Or Dowload Chef Online Free Streaming HD Full Putlocker,Watch Or Download Chef Movie Online Free Streaming Putlocker Full Megavideo,Watch Or Download ChefOnline Movie Free HD Quality Full IMDB,Watch or Dowload Chef Online Free Full Movie 2014Streaming HDQ Putlocker for Alluc Megavideo

Re: surprising scoring when using multi_match's cross_field

2014-06-27 Thread Christoph Lingg
hm, after some investigations it turns out that queryNorm is related to the shard. I observed that only one of the five shard has a different query norm, all the others have equal ones. I will retry with only one shard to see if things are getting better. -- You received this message because y

Re: PHP API : Hww to change the size or records returned

2014-06-27 Thread sri
localost:9200/_search?pretty*&size=200* On Friday, June 27, 2014 8:18:44 AM UTC-4, Stefan Kruse wrote: > > Hi , is use the php module. How can i change the size of records are > returned? Default is 10 but i need more. Is there a way? Thanks Stefan > -- You received this message because you are

Re: Elasticsearch wont start on Ubuntu 14.04

2014-06-27 Thread sri
Hi Steven, Change the logging level to TRACE or DEBUG and check the logs , you should be able to identify the problem. Hope that helps Thanks and Regards Sri On Friday, June 27, 2014 10:51:36 AM UTC-4, Steven Yue wrote: > > Hi, everyone > > I'm trying to install elasticsearch 1.2.1 on a ubuntu

Re: Understanding my Index using HEAD plugin

2014-06-27 Thread sri
hi, -for approximating the size, try doing so more test and you should be able to get an idea, also the size would depend very much on the type of data you are trying to index -elastic HQ(www.elastichq.org) will be able to provide you more incite on the details of the cluster, size per index ca

corruptindexexception warn message unclear

2014-06-27 Thread sri
Hi I am getting the below error my ES cluster quite frequently but am not able to understand the actual reason as to why its happening. [2014-06-27 11:12:50,014][WARN ][cluster.action.shard ] [NES1] [logsjmeter62][0] received shard failed for [logsjmeter62][0], node[ZqO9OQ8VQ0uGkvXdIeovRg]

Understanding my Index using HEAD plugin

2014-06-27 Thread IronMan2014
I am trying to understand my index (attached in screenshot) and how can I improve size and performance. The goal is to index 5 million docs. So, I started small by indexing 421,000 docs as shown in the image. - I am using two nodes (1 & 2) ; node 1 master Q1) My index size is 3.99 GB with 421,6

Elasticsearch wont start on Ubuntu 14.04

2014-06-27 Thread Steven Yue
Hi, everyone I'm trying to install elasticsearch 1.2.1 on a ubuntu 14.04 server. I used the dpkg -i to install When I run 'sudo /etc/init.d/elasticsearch start', it says: "Starting Elasticsearch Server [ OK ]", but actually no process is ever started, and I couldn't find any errors or any log

[ANN] Elasticsearch Smart Chinese Analysis plugin 2.2.0 released

2014-06-27 Thread Elasticsearch Team
Heya, We are pleased to announce the release of the Elasticsearch Smart Chinese Analysis plugin, version 2.2.0. Smart Chinese Analysis plugin integrates Lucene Smart Chinese analysis module into elasticsearch.. https://github.com/elasticsearch/elasticsearch-analysis-smartcn/ Release Notes -

Re: Searching by nested fields

2014-06-27 Thread Danylo Vivchar
> > thanx, parent/child documents helped me > -- 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 discussi

Workaround for using wild cards in phrases and proximity searches(Elastic Search)

2014-06-27 Thread saud ur rehman
Problem: Recently I wanted to do a proximity search on elastic search index. I wanted to search all docs where ‘measles’ and ‘vaccin*’ were with 25 characters to each other. Plus I wanted both of them to be in order. The elastic search proximity search wasn’t an option because of two reasons

Re: surprising scoring when using multi_match's cross_field

2014-06-27 Thread Christoph Lingg
Another effect I do not understand ist the queryNorm which differs between documents, reading the documents I assumed them to be constant. >From the lucene documentation : > queryNorm(q) is a normalizing facto

Setting script.disable_dynamic fails

2014-06-27 Thread joe castle
Hi, After upgrading from 90.5 to 1.2.1, I try to set script.disable_dynamic: false in elasticsearch.yml but it seems that elasticsearch does not recognize it as a valid setting. Normally it is ignored and if I set it as the first line in the .yml file (and restart the node) the node does not

surprising scoring when using multi_match's cross_field

2014-06-27 Thread Christoph Lingg
Hello! I am using the multi_match's cross_field query. It works very well and is exactly what I need. However, in some rare circumstances the order of the results doesn't

Re: Why does the TransportClient depend on Lucene core?

2014-06-27 Thread David Pilato
The TransportClient is part of the full elasticsearch distribution. We don't have another official client for that. If you really need to have another Lucene version in your class path, I'm afraid you need to use HTTP REST Layer and not Transport layer. May be you should look at JEST in that cas

Re: Exact duplicate results (same _id) for a search query. Is this a bug?

2014-06-27 Thread joergpra...@gmail.com
Maybe a segment-level effect. Will this disappear after optimizing the index? Do you have replica level > 0 ? Jörg On Fri, Jun 27, 2014 at 2:27 PM, Daniel Winterstein < daniel.winterst...@gmail.com> wrote: > Hello, > > I have an elasticsearch index which is returning two identical results. I >

Re: Exact duplicate results (same _id) for a search query. Is this a bug?

2014-06-27 Thread Itamar Syn-Hershko
Is this 1 Elasticsearch instance running locally or do multiple servers / nodes participate? -- Itamar Syn-Hershko http://code972.com | @synhershko Freelance Developer & Consultant Author of RavenDB in Action On Fri, Jun 27, 2014

Exact duplicate results (same _id) for a search query. Is this a bug?

2014-06-27 Thread Daniel Winterstein
Hello, I have an elasticsearch index which is returning two identical results. I don't mean 2 copies of a similar document. These results have the same elasticsearch _id. Details below. Does anyone know why this happens? Is it a bug? Best regards, - Daniel Version: 1.2.1 Query: http://loc

PHP API : Hww to change the size or records returned

2014-06-27 Thread Stefan Kruse
Hi , is use the php module. How can i change the size of records are returned? Default is 10 but i need more. Is there a way? Thanks Stefan -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving email

Re: Phrase Match Query Problem

2014-06-27 Thread Shawn Ritchie
So I did some more digging into the problem and apparently the problem is not with the Phase Query but with the Analyser being user on the _all field. When an Analyser is specified no results are returned but when I omit the Analyser I get the expected results. So the question is what is exactl

Error for elasticsearch php api

2014-06-27 Thread Stefan Kruse
Hi, i try to use the es php module. I can indexing documents but when i search for something i got an error and dont know what this mean. I use this script: 'abc'); $params['index'] = 'my_index'; $params['type'] = 'my_type'; $params['id']= 'my_id'; // Document wil

Why does the TransportClient depend on Lucene core?

2014-06-27 Thread Jeroen Reijn
Hi all, while trying to use the TransportClient to connect to a remote elasticsearch cluster in a project that already contains Lucene libraries it fails to create a client connection with the following error. [INFO] [talledLocalContainer] Jun 27, 2014 12:43:53 PM org.apache.catalina. core.St

Re: significant terms aggregation too slow for me

2014-06-27 Thread Mark Harwood
Hi Srini, (and apologies for the delay in replying - only just spotted this message) There is indeed a level of caching in the design where all of the terms for a field are loaded into RAM using FieldData. This lets us lookup the terms in individual docs very quickly. However, the stats require

Re: Notifications from Elasticsearch when documents are added.

2014-06-27 Thread joergpra...@gmail.com
Have you seen the Tribe Node? This is a kind of a "merged state" multi-master cluster. http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-tribe.html Jörg On Fri, Jun 27, 2014 at 1:39 AM, Matthew Parrott wrote: > Hi! > > Have there been any further explorations in th

configure analyzer with java api problem

2014-06-27 Thread Helennie Nie
Hi there A field in my documents is a url like : http://search.ehaier.com/_bpocbmuwbjulbfxy-se.html and I set my analyzer as keyword analyzer with java api, but when I use aggregation to calculate the sum of urls, it returns the number of terms in the url, like : "key":"http" "doc_count": 29662

Phrase Match Query Problem

2014-06-27 Thread Shawn Ritchie
Hi Guys, For some reason when I do the following Phrase Match query I do not get any results does anyone mind explaining why this is happening? Below one can find the mapping and query being used "settings": { > > "analysis": { > > "filter": { > > "token_ngrams"

Re: [Aggregation] Be able to count number of item in a sub-collection

2014-06-27 Thread Grégoire Pineau
Yes and no ;) Because I would like to be able to also filter node in the collection. And then cound. Actually, the collection contains orders, and I want to be able to know how many paid order I get for a user. On Friday, June 27, 2014 8:40:49 AM UTC+2, Timber wrote: > > Could you not add a coun

Re: How to use first aggregations result in second aggreagation

2014-06-27 Thread David Pilato
You have to add a new aggs inside the previous agg. Something like (but with another dataset then yours): GET person/_search {   "size": 0,   "aggs": {     "by_year": {       "date_histogram": {         "field": "dateOfBirth",         "interval": "year"       },       "aggs": {         "by_gender

How to use first aggregations result in second aggreagation

2014-06-27 Thread Swarna M
Hello, I ran a date histogram aggregation on my time series data set and got results like "aggregations": { "hitsperfiveminute": { "buckets": [ { "key_as_string": "09/Dec/2013:16:50:00", "key": 138660780, "doc_cou

Logstash/Elasticsearch crash - old indicies not available anymore

2014-06-27 Thread Peter Gastinger
Hi, I recently upgraded my logstash/elasticsearch/kibana-installation to 1.4.2 with elasticsearch 1.1.1 on a RHEL6.5. During the last couple of days, logstash and elasticsearch crashed (java heap space). The problem is, after restarting logstash (with embedded elasticsearch) my old indices are