Re: Issue with Kibana3 to work with Shield

2015-07-05 Thread Deepak Subhramanian
I got it working. Since http.cors.allow-origin allows only one ip I had to set elasticsearch port to 80 in kibana/config.js and redirected all the requests to 9200 using Apache Proxy. On Sun, Jul 5, 2015 at 12:01 AM, Deepak Subhramanian wrote: > Hi, > > I am trying to get Kibana3

Issue with Kibana3 to work with Shield

2015-07-04 Thread Deepak Subhramanian
Hi, I am trying to get Kibana3 work with shield and getting the following error. XMLHttpRequest cannot load http://hostname:9200/_nodes. The 'Access-Control-Allow-Origin' header has a value 'http://hostname:9200' that is not equal to the supplied origin. Origin 'http://hostname is therefore not

Re: Error on ElasticSearch-Hadoop with Scala11

2015-07-04 Thread Deepak Subhramanian
It worked when I added the scala 2.10 dependency to the project.. org.scala-lang scala-library 2.10.1 On Sat, Jul 4, 2015 at 10:31 AM, Deepak Subhramanian wrote: > I am getting error while using es-hadoop with spark on scala11. It > works with the spark-shell binaries I hav

Error on ElasticSearch-Hadoop with Scala11

2015-07-04 Thread Deepak Subhramanian
I am getting error while using es-hadoop with spark on scala11. It works with the spark-shell binaries I have with scala10 This line generates the error. val esRDD = sc.esRDD("realtimeanalytics/events") This works finaloutput.toJSON.saveJsonToEs("realtimeanalytics/events") Any inputs will be app

Re: Error with setting up shield on linux

2015-06-13 Thread Deepak Subhramanian
Hi, I just realized that I missed setting up the variable. export ES_JAVA_OPTS="-Des.path.conf=/etc/elasticsearch" and that is the reason for the error. On Sat, Jun 13, 2015 at 3:13 PM, Deepak Subhramanian wrote: > I am getting an error while adding users for shield . The iss

Error with setting up shield on linux

2015-06-13 Thread Deepak Subhramanian
/shield/. -- Deepak Subhramanian -- Please update your bookmarks! We have moved to https://discuss.elastic.co/ --- 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

Setting time zone in Kibana

2015-05-29 Thread Deepak Subhramanian
Hi , I am loading some data to ElasticSearch and the time I am passing in UTC. Is there a way to pass timezone in Kibana so all my timegraphs are displayed based on the local time zone or based on a time zone I set in Kibana ? Thanks, Deepak Subhramanian -- Please update your bookmarks! We

Re: Help on using Elastic Search Api from SPark

2015-04-30 Thread Deepak Subhramanian
It looks like it is related to an intellij maven import issue as it is not downloading any new dependency I am adding. On Thu, Apr 30, 2015 at 6:36 PM, Deepak Subhramanian wrote: > Hi , > > I am trying to use Elastic Search Rest Api for searching Elastic > Search Index from Spark C

Help on using Elastic Search Api from SPark

2015-04-30 Thread Deepak Subhramanian
use to do search on each row using Rest api from Spark code ? Thanks, Deepak Subhramanian -- 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 ela

Issues with Disabling shield

2015-04-29 Thread Deepak Subhramanian
disabling authentication. Thanks, Deepak Subhramanian -- 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

Re: Mapping es.mapping.id to a nested field in the json?

2015-02-09 Thread Deepak Subhramanian
oopConfiguration.set("es.mapping.names", "date:@timestamp") "date": "2015-01-26T08:52:53ZZ", On Mon, Feb 9, 2015 at 12:54 AM, Deepak Subhramanian wrote: > Does the mapping id parameter in elasticsearch support mapping to a nested > field in a json. If yes what i

Mapping es.mapping.id to a nested field in the json?

2015-02-08 Thread Deepak Subhramanian
Does the mapping id parameter in elasticsearch support mapping to a nested field in a json. If yes what is the configuration to specify a nested field. I tried different formats as given below without much success. sc.hadoopConfiguration.set("es.mapping.id", "Batch.BatchId") Thanks in advance

Issue with posting json data to elastic search via Flume

2014-04-11 Thread Deepak Subhramanian
014-04-07T09:49:26.490Z", "@fields": { "timestamp": "1396864166490" } }, "sort": [ 1396864166490, 1396864166490 ] -- Deepak Subhramanian -- You received this message because you are subscribed to the Google Groups "elasticsearch&q

Re: Correction in the variable name for ES Hive Documentation in es.json parameter

2014-04-08 Thread Deepak Subhramanian
Thanks Costin :) On Fri, Mar 14, 2014 at 3:55 PM, Costin Leau wrote: > Thanks for reporting and sorry for the mistake. I've fixed this in master > and corrected the existing docs. > > Cheers! > > > On 3/14/2014 12:15 AM, Deepak Subhramanian wrote: > >> H

Correction in the variable name for ES Hive Documentation in es.json parameter

2014-03-13 Thread Deepak Subhramanian
Hi, I was struggling to load json document to ES from Hive. Later realised that there was a mistake in documentation. CREATE EXTERNAL TABLE json (data STRING ) STORED BY 'org.elasticsearch.hadoop.hive.EsStorage