Re: Trouble with Timestamp format '"dd-MM-yyyy HH:mm:ss"

2015-04-14 Thread 'BEN SALEM Omar' via elasticsearch
try the type > TIMESTAMP for your sendingTime field. > TIMESTAMP type is equivalent to the date elasticsearch type according to > http://www.elastic.co/guide/en/elasticsearch/hadoop/current/hive.html > > Le mardi 14 avril 2015 11:26:49 UTC+2, BEN SALEM Omar a écrit : >> >

Re: Trouble with Timestamp format '"dd-MM-yyyy HH:mm:ss"

2015-04-14 Thread BEN SALEM Omar
It's " 'es.mapping.names' = 'sendingTime:@timestamp');" not 'es.mapping.names' = 'date:@timestamp'); On Tuesday, April 14, 2015 at 11:19:13 AM UTC+2, BEN SALEM Omar wrote: > > Hi, > > I have trouble with the timestamp format requ

Trouble with Timestamp format '"dd-MM-yyyy HH:mm:ss"

2015-04-14 Thread BEN SALEM Omar
Hi, I have trouble with the timestamp format required for elasticsearch. I have data in my hadoop that I want to load into ES. My date field was first as this : "EEE, dd MMM HH:mm:ss Z" I've transformed that with talend like this :

Re: Problem with ES- Shield

2015-04-03 Thread 'BEN SALEM Omar' via elasticsearch
.elasticsearch.hadoop.hive.HiveUtils.init(HiveUtils.java:145) at org.elasticsearch.hadoop.hive.EsHiveOutputFormat.getHiveRecordWriter(EsHiveOutputFormat.java:93) at org.elasticsearch.hadoop.hive.EsHiveOutputFormat.getHiveRecordWriter(EsHiveOutputFormat.java:42) at org.apache.hadoop.hive.ql.io.HiveFileFormatUtils.getRecordWriter(HiveFileFormatUtils.java:296) a

Re: Problem with ES- Shield

2015-04-02 Thread 'BEN SALEM Omar' via elasticsearch
et.http.auth.pass'='omar') >> >> I copy/pasted the wrong names earlier. I'm not a hadoop user but I >> believe that should work based off of the following >> documentation: >> http://www.elastic.co/guide/en/shield/current/hadoop.html >> http://ww

Re: Problem with ES- Shield

2015-04-02 Thread 'BEN SALEM Omar' via elasticsearch
and now what to write); and is there any further config to do? Thanks for your time ᐧ On Thu, Apr 2, 2015 at 7:29 PM, BEN SALEM Omar wrote: > Yes I had, > I used to manage my cluster with marvel perfectly and all the indices used > to show up. > But now, none o

Re: Problem with ES- Shield

2015-04-02 Thread 'BEN SALEM Omar' via elasticsearch
ny idea? ᐧ On Thu, Apr 2, 2015 at 7:14 PM, Jay Modi wrote: > There should not be anything extra necessary to work with Marvel. The > browser prompted you for credentials and you entered admin credentials, > correct? > > On Thursday, April 2, 2015 at 12:39:03 PM UTC-4, BEN SALEM Oma

Re: Problem with ES- Shield

2015-04-02 Thread 'BEN SALEM Omar' via elasticsearch
Or not, that wenti as I'd like to go :)) Here is the last remaining issue : ​ ᐧ On Thu, Apr 2, 2015 at 6:32 PM, BEN SALEM Omar wrote: > That would be a problem ! > Last question (as for now :p ), how to change the marvel timepicker? I > can't see any indice of mine(as

Re: Problem with ES- Shield

2015-04-02 Thread 'BEN SALEM Omar' via elasticsearch
ou need to add "es.net.http.auth.user" and > "es.net.http.auth_password" as additional TBLPROPERTIES. You will need to > using elasticsearch Hadoop 2.1 beta 3 for this to work as far as I know. > > -Jay > > On Thursday, April 2, 2015 at 11:18:12 AM UTC-4, BEN SALEM Omar wrote

Re: Problem with ES- Shield

2015-04-02 Thread 'BEN SALEM Omar' via elasticsearch
_with_kibana_4.html. > For Marvel, see http://www.elastic.co/guide/en/shield/current/marvel.html > > -Jay > > On Thursday, April 2, 2015 at 6:45:55 AM UTC-4, BEN SALEM Omar wrote: >> >> Hi Jay, >> >> I have a question, now that I've added an esuser as an a

Re: Problem with ES- Shield

2015-04-02 Thread 'BEN SALEM Omar' via elasticsearch
ow to change my time span to see my indices again? btwn, before I install the shield, Marvel used to recognize my timestamp by default ​ ᐧ Thank you, Omar, On Wed, Apr 1, 2015 at 8:22 PM, BEN SALEM Omar wrote: > When I try to add an esuser and grant him a role: > > bin/shield/esusers use

Re: Problem with ES- Shield

2015-04-01 Thread 'BEN SALEM Omar' via elasticsearch
other way to handle the configuration directory > issue that is documented in the configuring your environment section of the > shield guide: > > http://www.elastic.co/guide/en/shield/current/getting-started.html#_configuring_your_environment > > On Wednesday, April 1, 2015 at 2:

Re: URGENT HELP : can't connect to my ES and Kibana after installing shield !

2015-04-01 Thread BEN SALEM Omar
h And that was it ! Hope that could be of a help for anyone else facing the same problem ! On Wednesday, April 1, 2015 at 4:19:52 PM UTC+2, BEN SALEM Omar wrote: > > Hi everyone, > > I've installed the shield to add authentication to my ES ! > > When I've tried to

Re: Problem with ES- Shield

2015-04-01 Thread BEN SALEM Omar
h And that was it ! Hope that could be of a help for anyone else facing the same problem ! On Wednesday, April 1, 2015 at 5:28:14 PM UTC+2, BEN SALEM Omar wrote: > > I wanted to add authentication to my ES, thus I downloaded the shield : > https://www.elastic.co/downloads/shield > >

Problem with ES- Shield

2015-04-01 Thread BEN SALEM Omar
I wanted to add authentication to my ES, thus I downloaded the shield : https://www.elastic.co/downloads/shield Then I've tried to add a user to give him the admin role as it's mentionned here : http://www.elastic.co/guide/en/shield/current/getting-started.html (I've added it with root, cause I s

URGENT HELP : can't connect to my ES and Kibana after installing shield !

2015-04-01 Thread BEN SALEM Omar
Hi everyone, I've installed the shield to add authentication to my ES ! When I've tried to add a user with an admin role, an error has occured saying that there is a syntax error in the elif[$ES_INCLUDE] (I've created the user with the root since I start my ES with the root user !) Now, whe

Re: How to make unstructured data available in Hadoop for analysis with Elasticsearch?

2015-04-01 Thread 'BEN SALEM Omar' via elasticsearch
I've removed the shield plugin with a yum remove shield but the error still persist ! ᐧ On Wed, Apr 1, 2015 at 3:42 PM, BEN SALEM Omar wrote: > Costin HELP !! > > I've installed shield and tried to add an admin user, but when I do so, an > error jumps saying that there i

Re: How to make unstructured data available in Hadoop for analysis with Elasticsearch?

2015-04-01 Thread 'BEN SALEM Omar' via elasticsearch
Costin HELP !! I've installed shield and tried to add an admin user, but when I do so, an error jumps saying that there is an error in the elif line. But now, if I try to run Kibana this is what happens !!! : Help plese !! ​ ᐧ On Wed, Apr 1, 2015 at 12:23 PM, BEN SALEM Omar wrote: &g

Re: How to make unstructured data available in Hadoop for analysis with Elasticsearch?

2015-04-01 Thread 'BEN SALEM Omar' via elasticsearch
> or putting their own controls in front that apply filtering or enforce a > read-only view. The Kibana team is working on enhancing this even further > so it's best to talk to them about specific technical issues which I'm > afraid I can't answer. > > Hope this helps

Re: How to make unstructured data available in Hadoop for analysis with Elasticsearch?

2015-04-01 Thread 'BEN SALEM Omar' via elasticsearch
etter > understand what options suite your use case. > > On 4/1/15 12:12 PM, BEN SALEM Omar wrote: > >> Hi everyone, >> I'm wondering, it possible to make analytics on unstructured data with >> Elasticsearch? >> If so? how? >> Thanks, >> Omar,

How to make unstructured data available in Hadoop for analysis with Elasticsearch?

2015-04-01 Thread BEN SALEM Omar
Hi everyone, I'm wondering, it possible to make analytics on unstructured data with Elasticsearch? If so? how? Thanks, Omar, -- 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, sen

Difference between _source and fields projections

2015-03-26 Thread Udi Ben Amitai
Hi, My question is about the performance (or other) impact of the difference between _source and fields projection. These 2 queries return (at least in my perspective) an equivalent result: {"_source":{"include":["name"]}} ==> {... "_source":{"name":"blah"}} and: {"fields":["name"]} ==>{... "fiel

Re: How tp push timestamp field (exp:01AUG2014:19:03:00) and location field : (exp :21700000000000) to KIBANA 4 and make ES map it as so?

2015-03-23 Thread BEN SALEM Omar
I have managed to change my time field to a recognizable format using talend On Sunday, March 22, 2015 at 6:15:06 PM UTC+1, BEN SALEM Omar wrote: > > I want to push data I have in my hadoop cluster to ES and then visualize > the hole thing in kibana. > > this is what I’

How tp push timestamp field (exp:01AUG2014:19:03:00) and location field : (exp :21700000000000) to KIBANA 4 and make ES map it as so?

2015-03-22 Thread BEN SALEM Omar
I want to push data I have in my hadoop cluster to ES and then visualize the hole thing in kibana. this is what I’ve done : 1) CREATE TABLE xx(traffic_type_id INT, caller INT, time STRING, tranche_horaire INT, called INT, call_duration INT, code_type_trafic STRING, code_destination_trafic

Kibana4 doesn't recognize my timestamp; ES is mapping it as a string.

2015-03-21 Thread BEN SALEM Omar
I want to push data I have in my hadoop cluster to ES and then visualize the hole thing in kibana4. this is what I’ve done : 1) CREATE TABLE xx(traffic_type_id INT, caller INT, time STRING, tranche_horaire INT, called INT, call_duration INT, code_type_trafic STRING, code_destination_trafic

Fatal Error Kibana: Unknown error while connecting to Elasticsearch

2015-03-18 Thread BEN SALEM Omar
While trying to acces to kibana, I have this following error : Any idea why is that happening and how to fix it? Best regards, Omar, -- You received this message because you are subscribed to th

how to make kibana installed in windows see an elasticsearch instance installed in a centos vm(hartonworks sandbox) ?

2015-03-17 Thread BEN SALEM Omar
I've installed hortonworks sandbow 2.0 and then did install on it elasticsearch 1.4.0. Now I want to install Kibana BUT here is the issue : the sandbox come as a terminal, and thus when I run ES, this is what happens :

Trouble to load data from my hadoop cluster to elasticsearch via pig and hive

2015-03-09 Thread BEN SALEM Omar
I have some issues with my project and here I am seeking for some guidance and help here is the situation : Pig : I have a hadoop cluster managed by Cloudera CDH 5.3. I have ElasticSearch 1.4.4 installed in my master machine(10.44.162.169) I have downloaded the marvel plugin and so access

Trouble loading data from pig to elasticsearch

2015-03-06 Thread BEN SALEM Omar
I have a hadoop cluster managed by Cloudera CDH 5.3. I have ElasticSearch 1.4.4 installed in my master machine(10.44.162.169) I have downloaded the marvel plugin and so access to my ES via : http://10.44.162.169:9200/_plugin/marvel/kibana/index.html#/dashboard/file/marvel.overview.json I have c

rest-api-spec json format

2015-01-28 Thread ben
What format are the rest-api-spec documents in? https://github.com/elasticsearch/elasticsearch/blob/master/rest-api-spec/api/abort_benchmark.json I thought it was json-schema.org but I don't see "methods" in the documentation. Could someone kindly let me know what format these are in? Thanks!

Combining Snowball token filter and soundex into an anlayzer, need help with yaml file

2015-01-12 Thread ben . dubuisson
Hi there, The following works for me (searching for 'testing' also returns fields with 'test'): index : analysis : analyzer : default : type : snowball language : english when set up in my elasticsearch.yml file . I want to combine this with the soundex I have installed so I have tried this :

Re: Upgraded node unable to join cluster while attempting cluster upgrade from 1.3.2 to 1.4.2

2015-01-08 Thread Ben Berg
Ended up finding out that the jdbc plugin requires a full cluster shutdown for restart - https://github.com/jprante/elasticsearch-river-jdbc/issues/433 Going to be doing that in maintenance window tomorrow and will verify that worked. -- You received this message because you are subscribed to t

Re: Upgraded node unable to join cluster while attempting cluster upgrade from 1.3.2 to 1.4.2

2015-01-08 Thread Ben Berg
link to the plugin repo - looks awesome and will probably try it after sorting this out. Will update with findings later today hopefully. Ben -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop

Upgraded node unable to join cluster while attempting cluster upgrade from 1.3.2 to 1.4.2

2015-01-06 Thread Ben Berg
just realized did not have the jdbc plugin installed on it and that went smooth. Any help would be greatly appreciated! Thanks Ben -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails f

Re: Problems with Conference Registration (Inelastic Customer Service)

2014-12-18 Thread Ben Rigby
The team at ES put a quick fix into place. Much appreciated. Thanks. -ben -- 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 elasticsearc

Problems with Conference Registration (Inelastic Customer Service)

2014-12-18 Thread Ben Rigby
hin seconds and emailed the conference organizer to fix the mistake - and got this response: " Hi Ben, The cancellation/transfer policies are displayed on the payment page before you submitted your registration. Regrettably, the registration team will not be able to waive the transfer fee.

Shield release date

2014-12-11 Thread Ben McCann
Hi, Is there any rough information you can share (privately is fine) about a rough Shield release date? Anything rough would help (weeks, months, quarters away, etc.) Thanks, Ben -- You received this message because you are subscribed to the Google Groups "elasticsearch"

Re: Mapping transform with nested field

2014-11-17 Thread Ben McCann
;script": "_source?.myfield", "lang": "groovy" }, "test2" : { "script": "int i = 0; for (value in _source['myfield']) { if (!value.exclude) { i++; } }; i", "lang": "groovy" } } } On Mon

Mapping transform with nested field

2014-11-17 Thread Ben McCann
d like an approach I should focus on over the other? Is one likely to be much faster or impossible? I've not had any luck with either route thus far. Thanks, Ben -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe

Re: Mapping transform field type?

2014-11-17 Thread Ben McCann
Gotcha. The part that confused me was that I thought the mapping transform was where you specified the mapping. I didn't realize you would specify the transform and the mapping separately. Thanks, Ben On Mon, Nov 17, 2014 at 3:06 AM, Adrien Grand < adrien.gr...@elasticsearch.com> w

Mapping transform field type?

2014-11-15 Thread Ben McCann
ed and there's no was to specify a type mapping for the field? Thanks, Ben -- 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+unsubsc

Re: Trading index performance for search performance

2014-11-10 Thread Ben George
Really helpful answer! When you say 'invoke warmers' are you saying to simply set index.warmer.enabled = true ? Also, in terms of ordering should warmers be enabled before or after an explicit optimize + refresh in a scenario where we need the index 100% ready for search before continuing ? e

Difference in analyzer between 1.3.4 and 0.20.2

2014-11-06 Thread Ben George
I am in process of upgrading ES from 0.20.2 to 1.3.4. Below are two requests to test an analyzer / filter, and although the mapping files are semantically the same the results are slightly different. Can anyone provide some insight as to why the differ (the start_offest, end_offset and posit

Backfill help (newbie)

2014-11-01 Thread Yuval Ben Ari
Logstash 1.4.2 / ES 1.1.1 Trying to backfill the ES from local log files. I seem to have LS configured to do the correct @timestamp insertion. When I start LS reading my 500M file it seems to do the work. I can also see using KOPF plugin that new incdices are created, but when I search with Kiban

Kibana: Deploy without Ruby / Warbler / Gems / Java etc

2014-10-27 Thread Ben Walding
code - creating an ever increasing requirement on the Ruby stack in the future? e.g. Generating a plugin manifest could easily be done using a bash / js script - it does not need a full Ruby stack. Thanks, Ben -- You received this message because you are subscribed to the Google G

elasticsearch.index.mapper.MapperParsingException: object mapping for [article] tried to parse as object, but got EOF, has a concrete value been provided to it?

2014-10-24 Thread ALI BEN ABDALLAH
Hello, i'm trying to index xml document in elasticsearch after convert it to json but i have this error Please, i need help, is there someone who has any idea. Thanks in advance. --- This's an example of json document: {"Nserver":{"State":"stopped","ErrorDescription":"Success","ErrorID":{"c

error: elasticsearch java : org.elasticsearch.ElasticsearchIllegalArgumentException: unknown property [content]

2014-10-20 Thread ALI BEN ABDALLAH
hello, i need help please. i'm trying to index an xml document after convert it to json but i have this error. do you have any idea please? Thanks in advance. --- 0[main] INFO org.elasticsearch.plugins - [Base] loaded [], sites [] Exception in thread "main" org.elasticsearch.index.mapp

Terms_stats mode not returning results - generating Elasticsearch error

2014-09-25 Thread Ben Collier
lure. Can anyone get this to work, or are we likely to be doing something fundamentally wrong / stupid? Thanks, Ben -- 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: searching across multiple types returns doesn't find all documents matching

2014-09-11 Thread ben
Thank you! On Wednesday, September 10, 2014 8:59:31 PM UTC-7, vineeth mohan wrote: > > Hello Ben , > > > This is the type/field ambiguity bug - > https://github.com/elasticsearch/elasticsearch/issues/4081 > > Basically , if you use the field name and type name as same

searching across multiple types returns doesn't find all documents matching

2014-09-10 Thread ben
I include a bash script that recreates the situation. #!/bin/sh curl -XDELETE "http://localhost:9200/test"; curl -XPUT "http://localhost:9200/test"; echo curl -XPUT "http://localhost:9200/test/foo/_mapping"; -d '{ "foo" : { "properties" : { "id": { "ty

Re: Can't find unit tests for reserved characters

2014-08-21 Thread ben
I was trying to demonstrate the escaping of a space not a slash. According to the ES documentation (copied in my original post) that says a space must be escaped. Thanks! On Thursday, August 21, 2014 12:31:29 PM UTC-7, Clinton Gormley wrote: > > That's the JSON parsing, not the query_string par

Re: Can't find unit tests for reserved characters

2014-08-21 Thread ben
/json/TestParserNonStandard.java On Thursday, August 21, 2014 10:56:24 AM UTC-7, ben wrote: > > In the ES documentation there is a list of reserved characters. > > I'm looking for the unit tests that test reserved characters inside a > query_string query. > > Could someone kindly

Re: Can't find unit tests for reserved characters

2014-08-21 Thread ben
ce.innerParse(IndexQueryParserService.java:342) at org.elasticsearch.index.query.IndexQueryParserService.parse(IndexQueryParserService.java:268) ... 12 more On Thursday, August 21, 2014 10:56:24 AM UTC-7, ben wrote: > > In the ES documentation there is a list of reserved characters. > > I'm looking for the unit tests that test re

Re: query_string can't find token that _analyze shows is generated, but term query can

2014-08-21 Thread ben
arch?pretty=true"; > -d ' > { > "query": { > "match": { > "name": "\"exampleof bug\"" > } > } > } > ' > > > > On Thu, Aug 21, 2014 at 10:49 AM, ben > > wrote: > >> In the ES

Can't find unit tests for reserved characters

2014-08-21 Thread ben
In the ES documentation there is a list of reserved characters. I'm looking for the unit tests that test reserved characters inside a query_string query. Could someone kindly point me in the right direction? Thanks! If you need to use any of the characters which function as operators in your

Re: query_string can't find token that _analyze shows is generated, but term query can

2014-08-21 Thread ben
if you are using the keyword tokenizer or non analyzed fields, > then query string queries should probably not be used. Phrase queries and > the keyword tokenizer also do not mix well. > > Your OR queries succeed because "bug" is a token in your index. > > -- > I

Re: query_string can't find token that _analyze shows is generated, but term query can

2014-08-21 Thread ben
not use your tokenizer to parse the phrase. It will > tokenize based on whitespace and then apply the filters to each term. Your > index does not contain the token "exampleof" and your analyze API example > confirms it. The issue of the query parser is a long standing one

Re: query_string can't find token that _analyze shows is generated, but term query can

2014-08-21 Thread ben
t; >> The query parser will not use your tokenizer to parse the phrase. It will >> tokenize based on whitespace and then apply the filters to each term. Your >> index does not contain the token "exampleof" and your analyze API example >> confirms it. The issue of the q

Re: query_string can't find token that _analyze shows is generated, but term query can

2014-08-21 Thread ben
ingle token with a space in it. According to Lucene, they are > not the same thing. You would need to create an analyzer that would create > the tokens "exampleof" and "bug". > > Cheers, > > Ivan > > > On Thu, Aug 21, 2014 at 8:47 AM, ben > > wrot

Re: query_string can't find token that _analyze shows is generated, but term query can

2014-08-21 Thread ben
query": "name:''exampleof bug''" } } } ' On Thursday, August 21, 2014 8:39:14 AM UTC-7, ben wrote: > > I have attached a short bash script to recreate the situation. I have a > fairly simple custom analyzer that I want to break on camel cas

query_string can't find token that _analyze shows is generated, but term query can

2014-08-21 Thread ben
I have attached a short bash script to recreate the situation. I have a fairly simple custom analyzer that I want to break on camel case so lowercase is last. Using the _analyze endpoint I can see the token I am searching for is generated by the analyzer, however searching for it with query_str

Filter on array entries?

2014-08-01 Thread Ben Woosley
Hey Guys, I have some articles that are associated with groups, and I want to select all articles that have a certain group id associated, but elasticsearch isn't returning the results in a query. I've tried a number of different approaches and I hope someone here can tell me what I'm doing wro

Re: Aggregations-only use case - performance tuning via config possible?

2014-07-28 Thread Ben
Hello Jörg, thank you. I wasn't aware that the correct key is called "NodeClient". It works. Kind regards Ben On Monday, July 28, 2014 11:57:44 AM UTC+2, Jörg Prante wrote: > > The logger name for bulk indexing in JDBC plugin is "NodeClient" > > So if y

Aggregations-only use case - performance tuning via config possible?

2014-07-28 Thread Ben
k you! Ben -- 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 w

Re: Spring-Data-Elasticsearch is ready to serve !

2014-07-10 Thread Ben li
Hi Mohsin, I am using Spring Data Elasticsearch for my project. I have an issue to map the document score ('_score' field in elasticsearch) to the POJO. Could you provide an example for getting the document score in the sample application. The following is the source code of my POJO @Document(

Re: Verifying if all norms disabled

2014-06-25 Thread Ben Dotte
r index size, I take it the dynamic template is working, just that it only works with explicitly-mapped fields. On Wednesday, June 25, 2014 11:05:36 AM UTC-5, Ben Dotte wrote: > > Hi, > > We do not utilize scoring so I'm trying to disable norms and set > index_options to &quo

Verifying if all norms disabled

2014-06-25 Thread Ben Dotte
score getting generated and the size of my index has not decreased. Is there any way to verify if norms are in fact being disabled on the fields? Thanks, Ben -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this

_all and Java API

2014-06-25 Thread Ben Dotte
ate()) .field("astring", "blah") .endObject(); I would like to exclude things like dates, numeric fields, etc. Is it necessary to create json mappings to have this fine-grained of control? Thanks, Ben -- You received this message because you are subscribed to the Googl

Re: Elasticsearch 1.20 and 1.1.2

2014-06-01 Thread Ben McCann
Thanks Jörg. Here's the pull request to upgrade the MongoDB River to 1.2.0 in case anyone else runs into migration issues and finds our example helpful: https://github.com/richardwilly98/elasticsearch-river-mongodb/pull/283 -Ben On Sat, May 31, 2014 at 3:55 PM, joergpra...@gmai

Re: Elasticsearch 1.20 and 1.1.2

2014-05-31 Thread Ben McCann
Thanks. Do you have any suggestions for replacing XContentThrowableRestResponse and RestXContentBuilder? Thanks, Ben On Sat, May 31, 2014 at 2:35 AM, joergpra...@gmail.com < joergpra...@gmail.com> wrote: > Just look into org.elasticsearch.rest.BytesRestResponse, it s

Re: Elasticsearch 1.20 and 1.1.2

2014-05-30 Thread Ben McCann
Jörg thanks for the heads up about XContentRestResponse going away. I've run into that as an issue with a river I help maintain. Do you know what the new recommended alternative is? Thanks, Ben On Thursday, May 22, 2014 3:47:25 PM UTC-7, Mark Walkom wrote: > > Hurray! > >

Re: Is the AWS S3 gateway deprecated?

2014-05-27 Thread Nabil Ben Nasrallah
Is there a new version of S3 storing solution: I am working with elasticsearch 1.1.1 RPM package and I am trying to connect to S3 bucket, but the error is the same, and am getting another log error : 1) AmazonS3Exception[Status Code: 403, AWS Service: Amazon S3, AWS Request ID: 172059E8FD3AA40

Re: Is it possible for document mappings to be inherited

2014-05-21 Thread Ben George
s. On Wednesday, 21 May 2014 12:30:08 UTC+1, Ben George wrote: > > I have a document type with some complicated field mappings, and another > with same mappings plus one extra field. > > So question: is there a way to inherit field mappings ? What options do I > have so I do

Re: Is it possible for document mappings to be inherited

2014-05-21 Thread Ben George
1 May 2014 12:30:08 UTC+1, Ben George wrote: > > I have a document type with some complicated field mappings, and another > with same mappings plus one extra field. > > So question: is there a way to inherit field mappings ? What options do I > have so I don't copy paste

Is it possible for document mappings to be inherited

2014-05-21 Thread Ben George
I have a document type with some complicated field mappings, and another with same mappings plus one extra field. So question: is there a way to inherit field mappings ? What options do I have so I don't copy paste field mappings into each document type ? -- You received this message because

Problem with Boosting on Matched Nested Values

2014-05-17 Thread Ben Hirsch
I have tried so many things I am starting to lose my mind. I have the following mapping for type 'product': https://gist.github.com/phirschybar/058d4fac11325887a451 I have the following query: https://gist.github.com/phirschybar/d3a2876ad367138e0b2d I am trying to return ALL products but boos

Full cluster restart command

2014-05-06 Thread Ben Langers
Hello I can bring down all my nodes with the following command: $ curl -XPOST 'http://localhost:9200/_cluster/nodes/_all/_shutdown' However, what's the right way to do a full cluster restart? Regards. -- You received this message because you are subscribed to the Google Groups "elasticsearch"

Re: Source filtering of nested object data

2014-03-12 Thread Ben Hirsch
ou want: > http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/search-request-script-fields.html > > may be a bit tricky though :) > > > On 12 March 2014 16:59, Ben Hirsch >wrote: > >> Is it possible to filter the _source of nested data conditionally? >>

Source filtering of nested object data

2014-03-12 Thread Ben Hirsch
Is it possible to filter the _source of nested data conditionally? For example, I have nested object data like this: { "name" : "Thing", "children" : { "id": "1", "qty": "4" }, { "id": "2", "qty": "5" }, { "id": "3", "qty": "1" }, {} } In some cases

Logstash elasticsearch output plugin >0.90.9

2014-02-24 Thread Ben Langers
Hello Any idea when the elasticsearch output plugin for Logstash will be available? I'm using Elasticsearch 1.0 but the plugin notes indicate: *VERSION NOTE*: Your elasticsearch cluster must be running elasticsearch 0.90.9. If you use any other version of elasticsearch, you should consider usi

Re: Is has_child (parent/child) the best strategy for my use-case involving products and inventory?

2014-02-16 Thread Ben Hirsch
erence/current/mapping-source-field.html > > -Mike > > > PS I got your first reply - it just didn't go to the list > > On Friday, February 14, 2014 11:34:11 PM UTC-5, Ben Hirsch wrote: >> >> argh I just wrote a reply but google ate it apparently. >> >>

Re: Is has_child (parent/child) the best strategy for my use-case involving products and inventory?

2014-02-14 Thread Ben Hirsch
argh I just wrote a reply but google ate it apparently. So, are you suggesting that scrapping parent/child and simply storing all of the retailer data in the product document is a safer bet. I imagine we could rate limit our product indexing. However this now gives me two concerns: 1 - the size

Is has_child (parent/child) the best strategy for my use-case involving products and inventory?

2014-02-14 Thread Ben Hirsch
We are considering using Elastic Search for an upcoming project. I have done quite a bit of research on the API and am curious about a few things as they relate to a specific but very necessary use-case for the project. If we cannot satisy this use-case I do not think ES will be right for us. M

Do client and server need to be upgraded simultaneously?

2014-02-13 Thread Ben McCann
for an easier upgrade path. Thanks, Ben -- 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 discuss

Re: Outdated doc - what is the 1.0 equivalent?

2014-02-13 Thread Ben McCann
Awesome. Thanks for the explanation, Ivan. It is much clearer with the method renamed as I wasn't previously aware the some filtering happened before querying and some happened after. On Wed, Feb 12, 2014 at 8:45 PM, Ivan Brusic wrote: > Hey Ben, check out a recent thread from earli

Re: Outdated doc - what is the 1.0 equivalent?

2014-02-12 Thread Ben McCann
Thanks! I take it that's just a name change for clarity and not a functional change... Thanks, Ben On Wed, Feb 12, 2014 at 7:25 PM, Kevin Wang wrote: > It has been changed to setPostFilter(...) > > > On Thursday, February 13, 2014 1:39:11 PM UTC+11, Ben McCann wrote: &g

Outdated doc - what is the 1.0 equivalent?

2014-02-12 Thread Ben McCann
Hi, The method setFilter on this page no longer exists: http://www.elasticsearch.org/guide/en/elasticsearch/client/java-api/current/search.html Any tips on what that has changed to? Thanks, Ben -- You received this message because you are subscribed to the Google Groups "elasticsearch&q

Re: Node will not shut down

2014-01-21 Thread Ben Hundley
2 questions: 1. What size servers are you using? Knowing how much RAM and # cores would be very helpful. 2. Definitely sounds like a massive load. Are you going to continually be inserting 3k docs per sec? ~260mil documents a day? - -- View this message in context: http://elasticsearc

Re: having troubles parsing dates

2014-01-16 Thread Ben Morrice
ot;, "dd/MMM/:HH:mm:ss Z" ] target => "@timestamp" } Thanks again for your reply. Cheers, Ben On Thu, Dec 12, 2013 at 11:01 AM, Alexander Reelsen wrote: > Hey, > > judging from a quick peek at the problem: The value you are trying to > parse as the