Re: Elastic search indexing documents

2014-03-23 Thread Deepikaa Subramaniam
Also, using Nest client with C# On Sunday, March 23, 2014 11:36:11 PM UTC-7, Deepikaa Subramaniam wrote: > > I am using the attachment plugin. I have installed it under elastic search > plugings. > I couldn't find any C# examples to use this plugin. Everything that I find > are curl samples. > A

Re: KIBANA-3.0.0 install nginx step by step

2014-03-23 Thread Anikessh Jain
can anybody please help on this issue On Sunday, March 23, 2014 3:42:34 PM UTC+5:30, Anikessh Jain wrote: > > You are not getting me > > Please read my query please ,I am telling that have I configured my > Document root for Kibana properly given above and I want to browse Kibana > not browse

Re: Elastic search indexing documents

2014-03-23 Thread Deepikaa Subramaniam
I am using the attachment plugin. I have installed it under elastic search plugings. I couldn't find any C# examples to use this plugin. Everything that I find are curl samples. Anyways, I have the content - base 64 encoded and then index it. I have set the elastic search property of this field

Re: Elastic search indexing documents

2014-03-23 Thread David Pilato
What did you try so far? Read this;: http://www.elasticsearch.org/help/ -- David ;-) Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs Le 24 mars 2014 à 02:47, Deepikaa Subramaniam a écrit : I would like to index documents for full text search. > On Friday, March 21, 2014 4:22:44 PM UT

Error in bulk indexing - this IndexWriter is closed

2014-03-23 Thread Preeti Jain
Hi, We are indexing documents into elasticsearch from a java application. We are unable to index all the required docs as indexing fails for some of them due to following exception(found from log) org.elasticsearch.index.engine.CreateFailedEngineException: [investigations][0] Create failed for

Re: Elasticsearch configuration for uninterrupted indexing

2014-03-23 Thread Rujuta Deshpande
Hi, Thank you for the response. However, in our scenario, both the nodes are on the same machine. Our setup doesn't allow us to have two separate machines for each node. Also, we're indexing logs using logstash. Sometimes, we have to query data from the logs over a period of two or three month

Re: Error in Elasticsearch NullPointerException at org.elasticsearch.plugins.PluginsService.loadSitePlugins

2014-03-23 Thread Preeti Jain
Finally got this working. Our Java application that communicates with elasticsearch is hosted in JBoss server. While creating the transport client we were not passing elasticsearch home dir, plugin dir path explicitly. The default path that was picked up had some wrong reference. We managed to

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

2014-03-23 Thread Robert Muir
Would be a nice benchmark to run (and if you find hotspots/slow things to go improve in lucene...)! The data structures for docvalues are less complex than the data structures for the inverted index. I've enabled docvalues for many fields as you suggest in the past, and in my tests the time for e

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

2014-03-23 Thread Alex at Ikanow
This might be more of a Lucene question, but a quick google didn't throw up anything. Has anyone done/seen any benchmarking on indexing performance (overhead) due to using doc values? I often index quite large JSON objects, with many fields (eg 50), I'm trying to get a feel for whether I can j

Re: Elastic search indexing documents

2014-03-23 Thread Deepikaa Subramaniam
I would like to index documents for full text search. On Friday, March 21, 2014 4:22:44 PM UTC-7, Deepikaa Subramaniam wrote: > > Hi guys, > > I am new to Elastic Search. Have setup my env use C# +Nest to access ES. I > am able to index txt files successfully. I downloaded the elastic search >

RE: Kibana RegEx not working as expected?

2014-03-23 Thread Janet Sullivan
http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-regexp-query.html#regexp-syntax states “Regular expression queries are supported by the regexp and the query_string queries.” So why isn’t it working with a query_string? From: elasticsearch@googlegroups.com [mailto

Need Exact Search on Two Fields

2014-03-23 Thread Randy Jensen
I need to be able to do an exact search against two fields, Program Heading and Subheading each with it's own search term. For example, I might need to search for Health Professions -> Medical. So the Program Area field would be "Health Professions" and the Subheading field would be "Medical".

Re: Windows Elasticsearch cluster performance tuning

2014-03-23 Thread David Pilato
Yes. Hard to say. You need to test how much docs a single shard could hold. It depends on your use case. -- David ;-) Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs > Le 23 mars 2014 à 20:11, Eric Brandes a écrit : > > Interesting - so in general would you recommend consolidating all 40

Re: Windows Elasticsearch cluster performance tuning

2014-03-23 Thread Eric Brandes
Interesting - so in general would you recommend consolidating all 400 indexes in to a single index and using aliases/filters to address them? (they're currently broken out by user, and all operations are scoped to a specific user) If I were to consolidate to a single index, how many shards wou

Re: Windows Elasticsearch cluster performance tuning

2014-03-23 Thread David Pilato
Forget to say that you should extra large instances and not large. With larges, you could suffer from noisy neighbors. -- David ;-) Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs > Le 23 mars 2014 à 19:54, David Pilato a écrit : > > IMHO 800 shards per node is far too much. And with only

Re: Windows Elasticsearch cluster performance tuning

2014-03-23 Thread David Pilato
IMHO 800 shards per node is far too much. And with only 4gb of memory... I guess you have lot of GC or you forget to disable SWAP. My 2 cents. -- David ;-) Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs > Le 23 mars 2014 à 18:08, Eric Brandes a écrit : > > Hey all, I have a 3 node Elas

ANN Elastisch 2.0.0-beta2 is released

2014-03-23 Thread Michael Klishin
Elastisch [1] is a small, feature complete client for ElasticSearch that provides both REST and native clients. Release notes: http://blog.clojurewerkz.org/blog/2014/03/23/elastisch-2-dot-0-0-beta2-is-released/ Sister projects: http://clojurewerkz.org 1. http://clojureelasticsearch.info -- MK

Re: Date calculation does not work in DELETE

2014-03-23 Thread Norbert Hartl
btw. I forgot to add I'm using elasticsearch 1.0.1 Norbert Am 22.03.2014 um 17:28 schrieb Norbert Hartl : > Hi, > > I'm trying to delete entries in my indexes that are older than 6 months. I'm > using the curl command > > curl -vv -XDELETE http://localhost:9200/myindex/_query -d @delete-old.

Windows Elasticsearch cluster performance tuning

2014-03-23 Thread Eric Brandes
Hey all, I have a 3 node Elasticsearch 1.0.1 cluster running on Windows Server 2012 (in Azure). There's about 20 million documents that take up a total of 40GB (including replicas). There's about 400 indexes in total, with some having millions of documents and some having just a few. Each in

Re: Fast vector highlighter does not work with explicit span_near queries

2014-03-23 Thread Harry Waye
On a related note, given that I've now enabled postitions offsets on a field that will no longer be useful, is there some way of removing these without reindexing everything. I'm happy to perform some low level lucene surgery but unsure what would be required i.e. how do I update the lucene in

Re: Kibana Setup

2014-03-23 Thread victor obaitor
Thank you. Got it working perfectly Sent from my IPhone On Sat, Mar 22, 2014 at 10:51 PM, Mark Walkom wrote: > You need something to server kibana, apache, nginx etc. > Regards, > Mark Walkom > Infrastructure Engineer > Campaign Monitor > email: ma...@campaignmonitor.com > web: www.campaignmonit

Re: KIBANA-3.0.0 install nginx step by step

2014-03-23 Thread Anikessh Jain
You are not getting me Please read my query please ,I am telling that have I configured my Document root for Kibana properly given above and I want to browse Kibana not browse badhboards and I want to what changes are to be made in config.js file of Kibana as well. Please read and then r

Re: KIBANA-3.0.0 install nginx step by step

2014-03-23 Thread Mark Walkom
You mean where do you put the dashboard files? If so then it's $KIBANA_HOME/app/dashboards/ Regards, Mark Walkom Infrastructure Engineer Campaign Monitor email: ma...@campaignmonitor.com web: www.campaignmonitor.com On 23 March 2014 20:59, Anikessh Jain wrote: > You did not get my query where

Re: KIBANA-3.0.0 install nginx step by step

2014-03-23 Thread Anikessh Jain
You did not get my query where do I save my Kibana extracted file and for example i saved in /usr/share/nginx so my root will be /usr/share/nginx/kibana and should i remove the default one and how do I browse Kibana through BROWSER.for example in my nginx file i have given kibana.myhost.com so

Re: ES instead of Cassandra.

2014-03-23 Thread David Pilato
I don't know if it could be a replacement for Cassandra but for sure it could be an analytic platform! I would say: just give it a try! It's easy enough to start playing with your data! -- David ;-) Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs > Le 23 mars 2014 à 09:07, Tim Uckun a

Re: KIBANA-3.0.0 install nginx step by step

2014-03-23 Thread Mark Walkom
That gist is a vhost file which I'd think is pretty explanatory if oyu know basic nginx, if not check out http://wiki.nginx.org/FullExample and you'll be good. You don't need redis. Regards, Mark Walkom Infrastructure Engineer Campaign Monitor email: ma...@campaignmonitor.com web: www.campaignmo

Re: KIBANA-3.0.0 install nginx step by step

2014-03-23 Thread Anikessh Jain
Hi Mark thanks for the help,but my query is where to save the Kibana folder in Nginx and what changes I have to make the Nginx Can you Please help me with that steps also and is Redis also required .Please clear my doubt. On Sunday, March 23, 2014 12:39:31 PM UTC+5:30, Mark Walkom wrote: > >

ES instead of Cassandra.

2014-03-23 Thread Tim Uckun
Is ES a suitable replacement for Cassandra for an analytics platform? I need high speed data ingestion, time series analysis, rollups and aggregations etc. Cassandra is used for this kind of task often but it seems to me ES might be a suitable if not better replacement. Cheers. -- You receiv

Re: Kibana RegEx not working as expected?

2014-03-23 Thread David Pilato
I think you did not set query type to regex as the generated query is a query_string {"query_string":{"query":"a{3}"} -- David ;-) Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs Le 22 mars 2014 à 22:23, Janet Sullivan a écrit : Here’s what I see in Kibana: Oops! SearchParseException[[

Re: KIBANA-3.0.0 install nginx step by step

2014-03-23 Thread Mark Walkom
Take a look at http://logstash.net/docs/1.4.0/tutorials/getting-started-with-logstash This will help on the kibana front, just edit to suit https://gist.github.com/markwalkom/8034326 Regards, Mark Walkom Infrastructure Engineer Campaign Monitor email: ma...@campaignmonitor.com web: www.campaignmo

KIBANA-3.0.0 install nginx step by step

2014-03-23 Thread Anikessh Jain
Hi all, I want to Install Kibana-3.0.0 with Nginx ,can anybody provide me the steps or any Link that can help. I want to Install ElasticsEarch + Kibana +Logstash for getting syslog ,nginx logs in Kibana GUI. -- You received this message because you are subscribed to the Google Groups "elasti