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

2015-03-21 Thread P lva
By using this statement 'es.mapping.names’ = ‘time:@timestamp’ You've changed the name of the 'time' field in your hive table to '@timestamp' in your elasticsearch index. See if you have a can find a field called @timestamp in kibana and use that as your time field in ES. Alternatively try remov

Geohash Filter in kibana and Custom layers in maps

2015-03-13 Thread P lva
Hello Everyone, I'm trying to find a way to implement a geohash filter in kibana ? Also how would one go about adding custom layers to the maps ? Would really appreciate any resources you could point me to. Thanks -- You received this message because you are subscribed to the Google Groups "

Re: Hive to elasticsearch Parsing exception.

2015-03-13 Thread P lva
ception, unfortunately > Elasticsearch doesn't provide enough information about this yet but it > should. Can you please raise a quick issue on es-hadoop about this? > > Thanks, > > On Thu, Mar 12, 2015 at 10:12 PM, P lva wrote: > >> Hello Everyone, >> >&g

Hive to elasticsearch Parsing exception.

2015-03-12 Thread P lva
Hello Everyone, I'm loading data from a a hive table (0.13) in to elasticsearch (1.4.4). With the auto create index option turned on , I don't face any problems and I can see all the data in ES. However, I get the following error when i create the index manually. Caused by: org.elasticsearch.had

Re: Notifications for a query

2014-07-22 Thread P lva
I'd really appreciate any ideas for this. On Monday, July 21, 2014 10:28:31 AM UTC-5, P lva wrote: > Hello Everyone, > > Started working with Elasticsearch recently. > Just wanted to know if there's any way of being notified when a document > matches a query. (essent

Notifications for a query

2014-07-21 Thread P lva
Hello Everyone, Started working with Elasticsearch recently. Just wanted to know if there's any way of being notified when a document matches a query. (essentially create a monitoring system) Can I use percolator to do this ? Thanks -- You received this message because you are subscribed to the

Elastic Search -Hive mapping

2014-04-09 Thread P lva
Hello, I have an event timestamp in hive table which I'm breaking into evnt_time(timestamp) and an evnt_date(string) columns. The idea is to use the evnt_time as timestamp in kibana and be able to search for date and stack one day on top of another in a histogram plot in kibana. Eventually

Re: Micro Analysis in Kibana

2014-04-04 Thread P lva
Awesome Thanks Binh Ly On Friday, April 4, 2014 2:55:20 PM UTC-5, Binh Ly wrote: > > You'll need to set the field name to not_analyzed so that you can get a > distinct value for the whole field (instead of tokenized values): > > { > "mappings": { > "doc": { > "properties": { >

Re: Micro Analysis in Kibana

2014-04-04 Thread P lva
The sql query I would use would be select count(name) from table Elasticsearch terms would give number of 'John' but I'd like to know number of 'John Watson' and number of 'John Lennon'. On Thu, Apr 3, 2014 at 8:37 PM, Wang wrote: > how to count how many terms in docs? I mean , in Iva's examp

Micro Analysis in Kibana

2014-04-03 Thread P lva
Hello everyone, I'm using kibana and would like to add a panel that basically counts the values in column. (Similar to micro analysis when you select the field). value 1 value 2 value 2 value 3 value 1 Result value 1 = 2 value 2 = 2 value 3 = 1 Which panel can one use to get this informat

Re: ES-Hive

2014-03-14 Thread P lva
ckage and see what comes out > including network connectivity. > > By the way, make sure you don't have any firewall or proxy set on your > system which might be picked up automatically by > the JVM. > > [1] > http://www.elasticsearch.org/guide/en/elasticsearch/ha

Re: ES-Hive

2014-03-14 Thread P lva
> itself). > > You indicate that if you change the network configuration you get an error > regarding the version - this suggests that: > > 1. Hive is actually running on a different machine than ES - hence the > network error > 2. After pointing Hive to the actual ES ma

Re: ES-Hive

2014-03-13 Thread P lva
ke? Can you confirm the ip/address of > your Hive and Elasticsearch ? How are you > executing the script? > The error indicates an error in your network configuration. > > Cheers, > > P.S. Feel free to post a gist or whatever it's convenient. > > On 3/13/2014 10:38 P

ES-Hive

2014-03-13 Thread P lva
Hi, I have few weblogs in a hive table that I'd like to visualize in kibana. ES is on the same node as hive server. Followed directions from this page http://www.elasticsearch.org/guide/en/elasticsearch/hadoop/current/hive.html I can create a table using esstorage handler, but when I tried to

Re: Elasticsearch Startup issues.

2014-03-13 Thread P lva
should use an init script, like provided by the distributions or the > service wrapper, with preconfigured environment, so ES_HOME and > ES_CLASSPATH (i.e. the $ES_HOME/lib folder) can be used. > > Jörg > > > On Wed, Mar 12, 2014 at 8:44 PM, P lva >wrote: > >&

Re: Elasticsearch Startup issues.

2014-03-12 Thread P lva
E >> $ ./bin/elasticsearch >> >> or >> >> $ cd $ES_HOME/bin >> $ ./elasticsearch >> >> or >> >> ... >> >> ? >> >> Jörg >> >> >> >> On Wed, Mar 12, 2014 at 8:12 PM, P lva >wrote: >> >&

Re: Elasticsearch Startup issues.

2014-03-12 Thread P lva
anything from the standard installation? > Thanks. > > > --Alex > > > On Tue, Mar 11, 2014 at 11:38 PM, P lva >wrote: > >> I get this error at elasticsearch startup >> >> Exception in thread "main" java.lang.NoClassDefFoundError: >> org.a

Re: Elasticsearch Startup issues.

2014-03-12 Thread P lva
ich version you are using, what operating system you are running on, > which java version you are running, what is your default shell? Did you > modify anything from the standard installation? > Thanks. > > > --Alex > > > On Tue, Mar 11, 2014 at 11:38 PM, P lva >

Elasticsearch Startup issues.

2014-03-11 Thread P lva
I get this error at elasticsearch startup Exception in thread "main" java.lang.NoClassDefFoundError: org.apache.lucene.util.Version at org.elasticsearch.Version.(Version.java:42) at java.lang.Class.initializeClass(libgcj.so.10) at org.elasticsearch.bootstrap.Bootstrap.buildErrorMessage